>>
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>
Adding external Links to Modules Block
Find the following line of code in the block-Modules.php file found in the blocks folder.
| Code: : |
| $content .= "<strong><big>·</big></strong> <a href=\"index.php\">"._HOME."</a><br>\n"; |
And add this line after it
| Code: : |
| $content .= "<strong><big>·</big></strong> <a href=\"linkurl\">link name</a><br>\n"; |
Added Poll