MyBB Community Forums

Full Version: How Do i get Donations Page & Forum Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to get those two pages up top where it says memebers search and all that stuff here a link to the 4gmods.tk n if thats dosen't work try the4gnation.webege.com heres my index
_______________________________________________________________
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="index">

{$header}
{myshoutbox}
{$forums}


{myshoutbox}
{$recenttopics}

{$boardstats}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="width: 100%;">
<tr>
<td class="thead" colspan="6">
<div><strong>Forum Status Legend</strong></div>
</td>
</tr>
</thead>
<tr>
<td class="trow1" align="center" valign="middle"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}"/></td>
<td class="trow1" align="center" valign="middle"> <span class="smalltext">{$lang->new_posts}</span></td>
<td class="trow1" align="center" valign="middle"><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}"/></td>
<td class="trow1" align="center" valign="middle"><span class="smalltext">{$lang->no_new_posts}</span><br /></td>
<td class="trow1" align="center" valign="middle"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" /></td>
<td class="trow1" align="center" valign="middle"><span class="smalltext">{$lang->forum_locked}</span><br /></td>
</tr>
</table>

{$footer}
</body>
</html>
awww man c'mon can anyone help
You're trying to add a link?
Look in the header template.
(2011-09-28, 10:20 PM)Booher Wrote: [ -> ]http://mybbmods.net/showthread.php?tid=2 <= somethin like that?

Does anyone tested this???
(2011-09-29, 02:56 AM)freeeducation365 Wrote: [ -> ]
(2011-09-28, 10:20 PM)Booher Wrote: [ -> ]http://mybbmods.net/showthread.php?tid=2 <= somethin like that?

Does anyone tested this???

http://mybbmods.net/donate.php

it's the same thing i have used there. Always worked fine for me, it was originally requested by someone, but they disappeared off the face of the earth you can choose whether it moves the user to a primary or secondary group, and if it changes the display group.