MyBB Community Forums

Full Version: Portal compatibility with custom theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am such a total noob, I feel bad asking so many questions.


On this new custom theme I brought from Audentio.com, there is no tab for portal. i know the portal exists as I can still go to it but for some reason there is no tab for it. Is there a way to do this?
I was total proportal was an option but I hear there is some issues getting it to work since there is no support for it.


Also, I know that you are required to have the powered by Mybb on your forum but are you allowed to alter it slightly where it still links back to mybb but doesn't explicitly say that. I hear this is a good way for spammers to find your forum.

http://www.fearthefayz.com
well, portal link tab is not included in many themes . if required it needs to be manually added in header template of the theme ..

AND regarding proportal, I do not see any problem with it (installed it at some forums ..)
How do i do that?
What are the steps?

Thanks
you can follow this : how to add links in header

your forum's portal link is : forumURL/portal.php . it is to be coded as {$mybb->settings['bburl']}/portal.php
it's link code looks like this : <a href="{$mybb->settings['bburl']}/portal.php">Portal</a>
Hi if you look at my forum,
I managed ot add the portal back
and I also managed to attempt to add a wiki to the top link
but it messed up and doesn't say "Wiki"

How do i rectify this?

Here is the code below
<div id="nav">
<ul>
<li><a href="{$mybb->settings['bburl']}/portal.php">{$lang->toplinks_portal}</a></li>
<li class="active"><a href="{$mybb->settings['bburl']}/index.php">Home</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
<li><a href="//www.http://fearthefayz.wikia.com/wiki/Page.php">img src="{$mybb->settings['bburl']}>{$lang->toplinks_Wiki}</a></li>
Can anyone help me?

I want to get this custom wikipedia page on my main tab.
replace below code
<li><a href="//www.http://fearthefayz.wikia.com/wiki/Page.php">img src="{$mybb->settings['bburl']}>{$lang->toplinks_Wiki}</a></li>
with this code :
<li><a href="http://fearthefayz.wikia.com/wiki/Page.php">Wiki</a></li>
One last question...

I Finally got help to get Ajax chat integrated with my site but i also want to add the chat to the navigational bar.

What would the code be for that?

Here is the chat link
http://fearthefayz.com/chat/

THANKS SO MUCH!
add below code in the menu items code ( may be added after earlier wiki link )
<li><a href="http://fearthefayz.com/chat">Chat</a></li>
Thanks Big Grin
Repped you!
Also are we allowed to alter the "powered by Mybb area?"
I don't want to remove Mybb braning, I just want to remove
it because i dont want to attract spam more than necesary
and I hear this is how they find you
^ see this response ; also look at the other posts in that thread ...