PDA

View Full Version : Forum Home Enhancements - Resend Email/Recover Password on Homepage


wpeloquin
06-19-2008, 10:00 PM
This code can be used multiple ways. I have it set up as a Notice, so i will detail it as such. But it can be hard-coded into a template if you wish, with a simple

<if condition="$show['guest']">

However, i found it easier to just make it a Notice.


Open AdminCP -> Notices -> Add New Notice

Title: Guest Notice
Notice HTML: See attached CODE.txt file
Active: Yes
Persistent: Yes

Display this notice if...

User belongs to usergroup: Unregistered / Not Logged In

wpeloquin
06-20-2008, 07:42 PM
Please mark Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=183089) if you use this code. Thank you.

rolfw1
06-21-2008, 08:19 PM
Thanks, have changed the wording slightly and centred the text though, also don't forget to change the links to reflect your forum address. :)

If you have already registered but cannot post, or have forgotten your password, please use the following forms:

pimpompoy
06-22-2008, 03:08 AM
thx 4 this code, for the lazy like me XD

steve1966
06-22-2008, 11:30 AM
Thanks great mod installed

wpeloquin
06-26-2008, 02:52 AM
also don't forget to change the links to reflect your forum address. :)lol very true. i used hardcoded links for issues i ran into with vB Advanced CMPS.

Daisyboo
09-19-2008, 07:07 PM
I changed the wording and also added a link to my Contact us form :)

rapidphim
09-23-2008, 03:23 AM
which template are we going to make the change? Thanks.

logicuk
09-24-2008, 07:43 AM
Thanks but dont forgot to tell people to change the hardcoded links in your code.txt file.

wpeloquin
09-28-2008, 09:18 PM
Thanks but dont forgot to tell people to change the hardcoded links in your code.txt file.
see post #6 (link (https://vborg.vbsupport.ru/showpost.php?p=1559124&postcount=6))


@rapidphim: its not a template, reread the code in the first thread ;)

Rajdeep
11-06-2008, 04:25 PM
awesome Template Modification......

I edited it lil -


<center><div style="clear:both;">&nbsp;</div>
<div><font color=red><b>If you have already registered, or have forgotten your password, use the following forms:</font></b>
<ul>
<li style="display:inline;"><a href="http://www.yoursite.com/register.php?do=requestemail">Resend Activation Email</a></li>
&nbsp;&nbsp;&nbsp;
<li style="display:inline;"><a href="http://www.yousite.com/login.php?do=lostpw">Recover Lost Password</a></li>
</ul>
</div></center>


Note - Change yousite to you domain name..

haytham
11-07-2008, 02:01 AM
Nice idea. Thanks.