MyBB Community Forums

Full Version: [PLEASE HELP] Adding Link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried adding a toplink, both my editing templates, and also by the plugin (toplinks). neither worked! someone please help me
You're going to have to be far more specific. What template edits did you try to make?
I added a line below
<li><a href="{$mybb->settings['bburl']}/misc.php?actio=help">{$lang->toplinks_help}</a></li>

I added this below

<li><a href="{$mybb->settings['bburl']}/misc.php?actio=newpoints">{$lang->toplinks_newpoints}</a></li>
Is toplinks_newpoints defined in a language file? Try changing it to just the text you wish to display and see if that works.
I changed it too a few things and none of them worked...
(2012-12-14, 12:53 AM)adepolo Wrote: [ -> ]I added a line below
<li><a href="{$mybb->settings['bburl']}/misc.php?actio=help">{$lang->toplinks_help}</a></li>

I added this below

<li><a href="{$mybb->settings['bburl']}/misc.php?actio=newpoints">{$lang->toplinks_newpoints}</a></li>

I think you have a typo in the link. Try action instead of actio.

Alternatively if you want to add top links manually have a look at my plugin.

http://www.forumservices.eu/mybb/showthread.php?tid=40