MyBB Community Forums

Full Version: portalink plug in doesnt work?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
with my forum, i got the plug in activated it and it doesnt do any thing or show up in the settings page?

is there a plug in for adding tabs/links or a plug in or mod to add all the tabs or links and button icons one wants?

the plug in shows up in the plug in mgr, and thats it!
Umm what plugin as not all plugins require a panel in the admin CP and for that reason not all have them.
this one does not have any control over it anywhere that i can see?
so how can anyone utilize it in any way possible?
I am not seeing it? am i missing something?
Did you not read my post?
ok, you said did i not read your post.

and my response is,

HOW CAN I USE THIS PLUG IN, BESIDES ACTIVATE/DEACTIVATE IT ?

It isnt about not only about seeing it with a place in the plug in mgr only to activate/deactivate it but to be able to use it or utlitize it or make it work or to be able to figure out its functions?
What plugin? We can't help you without out knowing the exact problem.
what is the title to the thread posted here? portalink plug in!
does not do anything when i activate it in the plug in manager!
I don't have that plug in at my forum, but the "Portal" link shows at my forum, you have to edit the "header" template of all your themes. Mine looks like this...

<ul>
                                        <li><a href="{$mybb->settings['bburl']}/portal.php"><img src="{$theme['imgdir']}/toplinks/portal.gif" alt="" />Portal</a></li>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
					<li><a href="{$mybb->settings['bburl']}/games.php">{$lang->gamesection}</a></li>
					
				
</ul>

This is the part you need to add...

<li><a href="{$mybb->settings['bburl']}/portal.php"><img src="{$theme['imgdir']}/toplinks/portal.gif" alt="" />Portal</a></li>

Before doing this, check all the themes used just to be sure that the plug in hasn't already added the link, it could be that the theme you use just isn't displaying the link.
(2008-06-16, 08:08 AM)Pow-Mia Wrote: [ -> ]what is the title to the thread posted here? portalink plug in!
does not do anything when i activate it in the plug in manager!

Well maybe if I could read portalink as portal link I would understood. Rolleyes
I had to look around the Mods pages this morning, but figured that the plug in/mod in question was this one...

http://mods.mybboard.net/view/portallink-header
Pages: 1 2