MyBB Community Forums

Full Version: Latest Posts On Index Sidebar [New Build 03-24-17]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
I've ran into this problem using a plugin, it added a sidebar table and I had to use firebug to figure out where the added table was to remove it.
Is there a way to show View & replies counts?
Hey, the plugin makes the window show on both sides even though I have it selected only on the right side. I tried to look into the css file and it doesn't force the side through there, any idea what could it be?

I tried to mess with other templates, and now whenever installed, it shows extra two windows in the bottom of the page, now I figured it must be something with the index template because before those the sign > shows, here's the code of the index template of my theme

<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>
{$header}
<div class="forum">
{$dvz_shoutbox}	


	<div style="float:{$left};width: 100%;"<div style="float:{$left};width: 74%;">{$forums}</div>
	<div style="float:{$right};width:25%;">{$sidebar}</div>><div style="float:{$left};width: 74%;"><div style="float:{$right};width:25%;">{$sidebar} </div>
	</div>
	</div>
</div>
<div class="sidebar"><br/>
	{$sidebar}


<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><i class="fa fa-phone"></i> Discord Server</strong>
<div class="expcolimage"><img src="http://www.exhibit-minecraft.com/forums/images/collapse.png" id="cat_24_img" class="expander" alt="[-]" title="[-]" /></div>	
</td>
</tr>
<tbody style="{$collapsed['cat_24_e']}" id="cat_24_e">
<tr>
<td class="trow1">
<span class="smalltext">
<iframe src="https://discordapp.com/widget?id=212224876705087489&theme=light" width="300" height="400" allowtransparency="true" frameborder="0"></iframe>
</span>
</td>
</tr>
</tbody>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><i class="fa fa-twitter"></i> Twitter</strong>
<div class="expcolimage"><img src="http://www.exhibit-minecraft.com/forums/images/collapse.png" id="cat_25_img" class="expander" alt="[-]" title="[-]" /></div>		
</td>
</tr>
<tbody style="{$collapsed['cat_25_e']}" id="cat_25_e">
<tr>
<td class="trow1">
<span class="smalltext">
<a class="twitter-timeline" href="https://twitter.com/Exhibit_MC" data-tweet-limit="2">>Tweets by EGamingMc</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</span>
</td>
</tr>
</tbody>
</table>
<br />	
</div>
<br class="clear" />
{$boardstats}
{$footer}
</body>
</html>

EDIT:
Never mind, the < sign is not the problem as I located it and removed it and nothing changed.

EDIT V.2:
Sorry, I solved the problem myself, sorry for bothering you and not looking into the code carefully. You may delete this comment.
Hello

how do I include the prefix?

Thank you
how to display this sidebar in the guest group? because it does not appear on the web on my localhost.
Hi Pulseeey. You need to check the permissions of any installed modules.
To do that go in ACP -> Configuration -> Advanced Sidebox. In this page, under "left" and "right" columns, there are you're active module. Click on the edit button (the pencil) and under "Permissions" tab and make sure it is selected "All user groups".
(2017-08-26, 06:12 AM)chack1172 Wrote: [ -> ]Hi Pulseeey. You need to check the permissions of any installed modules.
To do that go in ACP -> Configuration -> Advanced Sidebox. In this page, under "left" and "right" columns, there are you're active module. Click on the edit button (the pencil) and under "Permissions" tab and make sure it is selected "All user groups".

I do not use the Advanced Sidebox plugin, I use the Latest Posts plugin on the sidebar. but in the group guest this sidebar does not appear latest posts. How to display this latest posts in guest group? Sorry, my English is bad.
How would i able to move it to my place where i want it, SS below!!

[Image: g22nw_7hQvKSvMKrdZpinA.png]


Please help.
(2017-10-04, 04:08 PM)Ghost187 Wrote: [ -> ]How would i able to move it to my place where i want it, SS below!!

[Image: g22nw_7hQvKSvMKrdZpinA.png]


Please help.

Also having this issue. Please help
Can you tell me how to fix the timestamp issue?

If someone makes a post it marks every thread/post on the sidebar with the same timestamp. How do I fix that?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13