Redirect to join

hello, I need to redirect the join a person who wants to search when is not a member

please help me with information about that, Any ideas to try? thanks

Quote · 14 Feb 2012

Hello

You may easily display login form which has link to join form if visitor didn't join yet. If you are saying about Search Home page then you need to edit search_home.php file and find the following code (line 89)

check_logged();

and add the following code after it

if(!isLogged())  {
login_form();
exit;
}

You may do the same for search.php and searchKeyword.php

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 14 Feb 2012

Hello AntonLV, Maybe you can  give me support about my question and some other ideas, because I am new in this site, and what is the price  that I could  pay you  for the support, o maybe you know someone else who can help.

please I wait you answer.

 

Regards

Quote · 15 Feb 2012

works perfect!!... thanks AntonVL

Quote · 15 Feb 2012

hello again, I have a few questions about my site and I need help 

1: Is possible that a deleted message is not going to trash mail?? I need that It  removed automatically

2:How I can modify the promo block, I need  increase the size and make some changes in this section.

please I really need information about that help me...

Regards Abba-soft

Quote · 17 Feb 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.