Jump to content

softmind82

New Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

softmind82's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi guys i am after this kinda scripts from many days so i got it and now problem is i want to make 3 to 5 websites and wanna use it on all of them .... but on their website it asking to 1 licence for per website .... so how i am gonna solve this problem ... do you know any other script like that which is so easy for me to use .. check this out please http://www.easyautotrader.com/site_screenshot.php Thanks.
  2. I been asked so many time this question , i need to use jooomla content management system for main pages and only problem i am having i want to make changes in login area..... i want if some body enter logon information it should redirect to mypages.php and even is there any script like cgi scipt which can sign up and verify the login etc. check this a cgi si script is been used on this website i need something like this .... [a href=\"http://www.geopakistani.com/amember/signup.php\" target=\"_blank\"]http://www.geopakistani.com/amember/signup.php[/a] when user click on signup it comes on this screen i know its amember pro but how to use it with Joomla and if any script silimilar to like this .. Thanks.
  3. [!--quoteo(post=379713:date=Jun 3 2006, 02:39 PM:name=wildteen88)--][div class=\'quotetop\']QUOTE(wildteen88 @ Jun 3 2006, 02:39 PM) [snapback]379713[/snapback][/div][div class=\'quotemain\'][!--quotec--] From looking at the code it looks like you can supply a url prarameter called return To do so you need to open up a file called [b]mod_login.php[/b] for editing which is in the [b]modules[/b] folder. Scroll down to line 75 and you should find this: [code]    <form action="<?php echo sefRelToAbs( 'index.php' ); ?>" method="post" name="login" >[/code] change that to the following: [code]    <form action="<?php echo sefRelToAbs( 'index.php' ); ?>?return=pagename.php" method="post" name="login" >[/code] change where it says [b]pagename.php[/b] to the actuall file you want the users to be redirected to when they login. I'm not sure that is the correct way to do it but have a quick look at the code it seems thats the way to do it. You can always ask how you can do such a thing over at the offical [a href=\"http://forum.joomla.org/\" target=\"_blank\"]joomla forum[/a] [/quote] i did the same thing and in return it redirect to [b] mypage.php [/b] without authentication, i mean what ever i enter in login detail it just accept but that login information is not yet saved in datad base....... if you enter ghgjhg user and password whtever it it redirect to the page but i need login authentication before that , i would appreciate your help. Thanks CHeck this where i made a changing as u said.. www.desigeneration.co.uk i have posted this probelm on joomla but i havnt received any reply fromlast 24 hours .
  4. [!--quoteo(post=379685:date=Jun 3 2006, 01:41 PM:name=Crayon Violent)--][div class=\'quotetop\']QUOTE(Crayon Violent @ Jun 3 2006, 01:41 PM) [snapback]379685[/snapback][/div][div class=\'quotemain\'][!--quotec--] have to look in joomla's script and find where does the authenticate condition and if authenticated, redirect with a header or something. you'd probably have better luck finding where in their script it is by going to their website. [/quote] i am not fimilar to php .could u plz write me exact syntaz of php redirection code . Thanks
  5. i am using joomla content management system and i want to redirect the page to mypages.php after login authentication which is outside from joomla , how can i make that ...... ------------------------------------------- where and what code i should put to redirect it . i made some changing with redirection but its redirection but without authentication .. check this www.desigeneration.co.uk Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.