>>  Site Map >>  Forums >>  PHP-Nuke Common Problems & Solutions

Forum module - topics in forum:



PHP-Nuke Common Problems & Solutions - <font color=red>Look Here First For Your Problems And Get Their Solutions.</font><br><br>See also <a href="http://phpnuke-uk.net/modules.php?name=PHP-Nuke_HOWTO&page=common-installation-problems.html"><b>this</b></a> section of the phpnuke howto.<br>



Modify Your Info Link To Point To Forum Profile

---- The Error

---- The Reason

---- The Solution


Change

Code: :
$menuimg = menuimg("info.gif");
    echo "<font class=\"content\">"
   ."<center><a href=\"modules.php?name=Your_Account&amp;op=edituser\"><img src=\"$menuimg\" border=\"0\" alt=\""._CHANGEYOURINFO."\" title=\""._CHANGEYOURINFO."\"></a><br>"
   ."<a href=\"modules.php?name=Your_Account&amp;op=edituser\">"._CHANGEYOURINFO."</a>"
   ."</center></font></td>";


To

Code: :
$menuimg = menuimg("info.gif");
    echo "<font class=\"content\">"
   ."<center><a href=\"modules.php?name=Forums&file=profile&mode=editprofile\"><img src=\"$menuimg\" border=\"0\" alt=\""._CHANGEYOURINFO."\" title=\""._CHANGEYOURINFO."\"></a><br>"
   ."<a href=\"modules.php?name=Forums&file=profile&mode=editprofile\">"._CHANGEYOURINFO."</a>"
   ."</center></font></td>";





Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS