MyBB Community Forums

Full Version: How to add pages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey, i downloaded this http://mods.mybb.com/view/page-manager

How do i install it ? Where do i drop it in my ftp? I am trying to install a donation page.

EDIT: Okay, its at www.tech-revolution.com/donate.php

How do i make it show next to new posts, today posts, and so on?
(2011-01-29, 10:15 PM)itzzJake Wrote: [ -> ]Hey, i downloaded this http://mods.mybb.com/view/page-manager

How do i install it ? Where do i drop it in my ftp? I am trying to install a donation page.

EDIT: Okay, its at www.tech-revolution.com/donate.php

How do i make it show next to new posts, today posts, and so on?

What are you asking? What exactly do you want to do?
(2011-01-29, 10:53 PM)fizz Wrote: [ -> ]
(2011-01-29, 10:15 PM)itzzJake Wrote: [ -> ]Hey, i downloaded this http://mods.mybb.com/view/page-manager

How do i install it ? Where do i drop it in my ftp? I am trying to install a donation page.

EDIT: Okay, its at www.tech-revolution.com/donate.php

How do i make it show next to new posts, today posts, and so on?

What are you asking? What exactly do you want to do?

I want to make a donation page where users can donate to become premium. I just want it to show up on the bar that has the links called "home, member list, calender, help"
Theres a free donation page in the mods section, do a search.

I have a donation page also , but its paid: http://www.mybbextras.com/showthread.php?tid=571

[attachment=21457]

(2011-01-29, 10:58 PM)Janota Wrote: [ -> ]Theres a free donation page in the mods section, do a search.

I have a donation page also , but its paid: http://www.mybbextras.com/showthread.php?tid=571

I already have a donation page. Its setup at www.tech-revolution.com/donate.php

I just want it to show up in the menu on my website.... near the "home, member list, etc"
Open your header template and look at how the "member - home" etc... links are inserted
(2011-01-29, 11:10 PM)Janota Wrote: [ -> ]Open your header template and look at how the "member - home" etc... links are inserted

I tried entering in this under the last one, which was "help"

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

And its not showing up?
Is the "/" already added at the end of settings['bburl']? Try just <a href="{$mybb->settings['bburl']}donate.php">

Also you might need to escape quotes in your files if they're in a php file.
(2011-01-30, 12:25 AM)fizz Wrote: [ -> ]Is the "/" already added at the end of settings['bburl']? Try just <a href="{$mybb->settings['bburl']}donate.php">

Also you might need to escape quotes in your files if they're in a php file.

Yes, the / is at the end. I tried the code you posted, but it didnt work. And theres already escape quotes
Send me an admin login and ill do it for you, if you want.
Pages: 1 2