Cronwerks MCCode/MCCodes Forums

Please login or register.

Login with username, password and session length

News:

Have you purchased a mod and lost your copy? Just file a support ticket through your "My Mods" page.


This forum is now closed and has moved to a new location! Click here to find out why.

AuthorTopic: [Mccodes V2] New User Header Help  (Read 111 times)

Peterisgb

  • Basic Member
  • *
  • Reputation Power: 20
  • Peterisgb has no influence.
  • Offline Offline
  • Posts: 14
    • View Profile
    • Email
[Mccodes V2] New User Header Help
« on: January 08, 2012, 01:48:00 PM »
This is only a little mod but as i have never posted here before i shall start making contributions.


In header find you Hospital NB area, Add this above that.

Code: [Select]
if($ir['daysold'] < 1)
{
print "
<center>
<a href = 'helptutorial.php' /><font color = '#ffffff' />><b>Help Guide</b><</font></a>
<br />This Will only Show for your fisrt day.
</center>"; }
else
{
print "";
}

This mod is only little but it shows a Link at the top of the page for users on there first day.
Logged
 


This forum is now closed and has moved to a new location! Click here to find out why.