MyBB Community Forums

Full Version: Support on my website Buttons, Navigation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

On my website I would like to add something like a | in the navigation bar here is a picture of what it looks like at the moment



[Image: 16abr7b.png]


for example I would like it to look like Home | Forum | Members List | so on if you get it.

Any ideas how I would do this?

---

Also on my website I have a graphic error on a new thread button, how could I  possible change the size of the button

here is a link to it http://fullragegaming.net/forum-5.html you may see right hand side the "New Thread" over rides the other "Recruitment" Bar?

---

And finally my plugins page is not working?

[Image: 2s1pt9g.png]


Thanks Matt


Website URL - www.fullragegaming.net
(2014-11-03, 09:25 PM)Matt_14 Wrote: [ -> ]for example I would like it to look like Home | Forum | Members List | so on if you get it.

Any ideas how I would do this?

ACP >> Themes >> Your theme >> global.css

find .menu li and add this line to it: "border-right: 1px solid #6F6F6F;"

change the color code to suit you if needed...



(2014-11-03, 09:25 PM)Matt_14 Wrote: [ -> ]Also on my website I have a graphic error on a new thread button, how could I  possible change the size of the button

here is a link to it http://fullragegaming.net/forum-5.html you may see right hand side the "New Thread" over rides the other "Recruitment" Bar?

And finally my plugins page is not working?


can you share the forumdisplay template to check.. it seems to have messed up a lot...

regarding the plugins page, are you using "Advanced Sidebox" plugin.. try removing the files (using a ftp) related to that plugin....
Okay the navigation bar is working

Here is a link to the template, hope it is right one

<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}{$fdannouncement}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>

and I deleted all the advance side box plugins files but have received a new error.

[Image: 2mgmm1x.png]

Thanks Matt
(2014-11-04, 04:04 PM)Matt_14 Wrote: [ -> ]Okay the navigation bar is working

Here is a link to the template, hope it is right one

and I deleted all the advance side box plugins files but have received a new error.

Oops my bad... i was asking the forumdisplay_threadlist template...

and can you please run a File Verification from ACP>> Tools & Maintenance
Here the one

<div class="float_left">
{$multipage}
</div>
<div class="float_right">
{$newthread}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
<tr>
<td class="thead" colspan="{$colspan}">
<div style="float: right;">
<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}{$post_code_string}">{$lang->markforum_read}</a> | <a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>
</div>
<div>
<strong>{$foruminfo['name']}</strong>
</div>
</td>
</tr>
<tr>
<td class="tcat" colspan="3" width="66%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']} / <a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">{$lang->replies}</a> {$orderarrow['replies']}</strong></span></td>
<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=views&amp;order=desc">{$lang->views}</a> {$orderarrow['views']}</strong></span></td>
{$ratingcol}
<td class="tcat" align="right" width="20%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>
{$inlinemodcol}
</tr>
{$selectall}
{$announcementlist}
{$threads}
<tr>
<td class="tfoot" align="right" colspan="{$colspan}">
<form action="forumdisplay.php" method="get">
<input type="hidden" name="selectall" value="" />
<input type="hidden" name="fid" value="{$fid}" />
<select name="sortby">
<option value="subject" {$sortsel['subject']}>{$lang->sort_by_subject}</option>
<option value="lastpost" {$sortsel['lastpost']}>{$lang->sort_by_lastpost}</option>
<option value="starter" {$sortsel['starter']}>{$lang->sort_by_starter}</option>
<option value="started" {$sortsel['started']}>{$lang->sort_by_started}</option>
{$ratingsort}
<option value="replies" {$sortsel['replies']}>{$lang->sort_by_replies}</option>
<option value="views" {$sortsel['views']}>{$lang->sort_by_views}</option>
</select>
<select name="order">
<option value="asc" {$ordersel['asc']}>{$lang->sort_order_asc}</option>
<option value="desc" {$ordersel['desc']}>{$lang->sort_order_desc}</option>
</select>
<select name="datecut">
<option value="1" {$datecutsel['1']}>{$lang->datelimit_1day}</option>
<option value="5" {$datecutsel['5']}>{$lang->datelimit_5days}</option>
<option value="10" {$datecutsel['10']}>{$lang->datelimit_10days}</option>
<option value="20" {$datecutsel['20']}>{$lang->datelimit_20days}</option>
<option value="50" {$datecutsel['50']}>{$lang->datelimit_50days}</option>
<option value="75" {$datecutsel['75']}>{$lang->datelimit_75days}</option>
<option value="100" {$datecutsel['100']}>{$lang->datelimit_100days}</option>
<option value="365" {$datecutsel['365']}>{$lang->datelimit_lastyear}</option>
<option value="9999" {$datecutsel['9999']}>{$lang->datelimit_beginning}</option>
</select>
{$gobutton}
</form>
</td>
</tr>
</table>
<div class="float_left">
{$multipage}
</div>
<div class="float_right" style="margin-top: 8px;">
{$newthread}
</div>
<br style="clear: both;" />
<br />
<div class="float_left">
<div class="float_left">
<dl class="thread_legend smalltext">
<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
<dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
</dl>
</div>

<div class="float_left">
<dl class="thread_legend smalltext">
<dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
<dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
<dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
</dl>
</div>
<br style="clear: both" />
</div>

<div class="float_right" style="text-align: right;">
{$inlinemod}
{$searchforum}
{$forumjump}
</div>
<br style="clear: both" />
{$inline_edit_js}




and I ran the File Verification and got this

File Verification: Found Problems
File Status
global.php Changed
index.php Changed
portal.php Changed
inc/functions_forumlist.php Changed
inc/languages/english/global.lang.php Changed
inc/languages/english/memberlist.lang.php Changed
inc/languages/english/search.lang.php Changed
admin/modules/home/index.php Changed
images/english/closed.gif Changed
images/english/newreply.gif Changed
images/english/newthread.gif Changed
images/english/pm_delete.gif Changed
images/english/pm_forward.gif Changed
images/english/pm_reply.gif Changed
images/english/postbit_delete.gif Changed
images/english/postbit_edit.gif Changed
images/english/postbit_email.gif Changed
images/english/postbit_find.gif Changed
images/english/postbit_multiquote.gif Changed
images/english/postbit_multiquote_on.gif Changed
images/english/postbit_pm.gif Changed
images/english/postbit_profile.gif Changed
images/english/postbit_quote.gif Changed
images/english/postbit_replyall.gif Changed
images/english/postbit_report.gif Changed
images/english/postbit_reputation.gif Changed
images/english/postbit_warn.gif Changed
images/english/postbit_www.gif Changed
images/english/rateuser.gif Changed
admin/modules/config/plugins.php Missing
cache/index.html Missing
cache/themes/index.html Missing
inc/languages/english/portal.lang.php Missing
inc/plugins/hello.php Missing
the template seems to be fine... but i see some strange codes by looking at the page using "inspect element".... anyway coming to your actual problem....

in global.css find .postbutton and add "display: inline-block;" to it, also i suggest you to increase the margin to place the button correctly, try this "margin: 2px 2px 5px 2px;"



(2014-11-05, 05:02 PM)Matt_14 Wrote: [ -> ]admin/modules/config/plugins.php Missing
inc/languages/english/portal.lang.php Missing

lets not worry about the image files but any idea why these files went missing... suggest you to add these files (from the default package) back to your server...
Thank you so much, all is fixed now, I know there is weird code but it doesn't matter tbh.