Lottery Tickets for MyBB

BeautifulAngel

Resident
Joined
Jul 19, 2011
Messages
544
Reaction score
48
FP$
3,381
I've recently downloaded the plug-in for lottery tickets however I can't find how to get it to show in the navigational bar. Can anyone help? It's already activated and working I just need to find how to put it on the nav bar.
 
Go in Header Templates, Header and search for Search. There will be a code for a nav menu, add that link in there.
 
You'd need to add it in manually.
So;

ACP > Templates & Styles > Templates> Your Theme Template > Header Templates > click Header

Find:
Code:
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>

Add this below it:
Code:
<li><a href="{$mybb->settings['bburl']}/LOTTERYPAGENAME.php">Lottery Tickets</a></li>

LOTTERYPAGENAME.php needs to be replaced with the pathway of your lottery page.

If you can link me to the page where the lottery tickets are, I'll be more than happy to give you a code to add. Or I can go on your forums and add it for you. 😀
 
Dy.namik said:
You'd need to add it in manually.
So;

ACP > Templates & Styles > Templates> Your Theme Template > Header Templates > click Header

Find:
Code:
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>

Add this below it:
Code:
<li><a href="{$mybb->settings['bburl']}/LOTTERYPAGENAME.php">Lottery Tickets</a></li>

LOTTERYPAGENAME.php needs to be replaced with the pathway of your lottery page.

If you can link me to the page where the lottery tickets are, I'll be more than happy to give you a code to add. Or I can go on your forums and add it for you. 😀

If you wouldn't mind, I really have no idea how to get to the lottery ticket page hahaha.
 
Alright I've registered, If you could give me admin permissions. 😀
 
I'd love to help, but I can only see the home tab in the ACP. 😛
 
Back
Top Bottom