Would like to know how to redirect guests frm member.php to index page instead of join form...?
Would like to know how to redirect guests frm member.php to index page instead of join form...? http://towtalk.net ... Hosted by Zarconia.net! |
I don't understand this one either. What is it your trying to do? https://www.deanbassett.com |
I want to install a wall mod on the member.php page and I would like to make it the main focus of the site. When a member logs in, I want him to enter at member.php (which I was able to accomplish with your mod) When a member comes to the site and he is already logged in, I want him to enter the site at member.php, not index.php (mydomain.com) When a guest enters the site, I want him to enter at index.php (since he won't have access to member.php) and I want him redirected to index.php instead of the join form if he does try and enter the member.php page.
The front page is boring. Let's face it, Facebook figured out the trick with the wall. I want to apply that theory to my site. There is a new wall mod out that seems very advanced and I want to try and use it to get my members talking to each other. The only way I see that happening is if I can find ways to keep putting it in their face every time they come to the site. Just like Facebook, the mod will work best on the account page and not the homepage
http://towtalk.net ... Hosted by Zarconia.net! |
Ok i get it. I'll see if i can figure that out. So basically we just need to get the domain to go to member.php by default instead of index.php. That should be able to be done with the .htaccess file. Then member.php will just need to be rigged to send those that are not logged in to index.php. https://www.deanbassett.com |
"The front page is boring. Let's face it, Facebook figured out the trick with the wall."
No, your site is boring. If you want to copy facebook, then do it, but don't slate every other boonex community just because you don't have the content to make your site interesting. |
"The front page is boring. Let's face it, Facebook figured out the trick with the wall."
No, your site is boring. If you want to copy facebook, then do it, but don't slate every other boonex community just because you don't have the content to make your site interesting.
Excuse me? Who spun your tassles? http://towtalk.net ... Hosted by Zarconia.net! |
Ok i get it. I'll see if i can figure that out. So basically we just need to get the domain to go to member.php by default instead of index.php. That should be able to be done with the .htaccess file. Then member.php will just need to be rigged to send those that are not logged in to index.php.
Thanks Deano... http://towtalk.net ... Hosted by Zarconia.net! |
Your comment. I know MY index page isn't boring, because I and other members make the content interesting. |
I believe i got it. Testing now. Will post code in a min. https://www.deanbassett.com |
Ok. Member.php line 616 Add the lines in green. Comment out the lines in Red. https://www.deanbassett.com |
You are amazing! I wish I had the skill to just crank stuff like this out at the drop of a hat. Thanks a TON my friend. http://towtalk.net ... Hosted by Zarconia.net! |
Yet there is so many areas in dolphin i can't figure out if my life depended on it. Somtimes following the boonex teams logic does nothing but give me a headache. https://www.deanbassett.com |
Have fatal error: Warning: Cannot modify header information - headers already sent by (output started at /home/plazavip/public_html/acostadas.com/member.php:2) in/home/****/public_html/acostadas.com/inc/design.inc.php on line 147 Warning: Cannot modify header information - headers already sent by (output started at /home/plazavip/public_html/acostadas.com/member.php:2) in/home/****/public_html/acostadas.com/inc/design.inc.php on line 148 |
And did this occur just after you tried to modify member.php? https://www.deanbassett.com |
Deano92964 thank you very much for your help, and although not really noticeable, but if there was a blank space in file member.php at the end. The error occurred when trying to make the user to enter the program redirects to index.php but I worked and leave everything as it was quice original realize leaving the space blank. Thanks again for your help. |