MyBB Community Forums

Full Version: Advanced Sidebox 3.1.19
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Before header wouldn't work I think and it's currently after header. I am trying to make it start later in page.
It seems I can't do it then.
Advanced Sidebox 3.0.2 Released
Fixes a bug where NULL values cause an SQL error in STRICT mode.

To upgrade, simply overwrite the existing files.
Is it possible to put % instead of px for avatar size? Or do I have to edit the code directly?

Edit: I edited the latest thread php, apparently is hard coded. Hopefully it will become soft coded in future.
With IPB Theme by eNVy...this plugin broken board...
Can you make a tutorial for IPB Theme by eNVy?
(2016-12-07, 02:28 AM)Lu5ck Wrote: [ -> ]Is it possible to put % instead of px for avatar size? Or do I have to edit the code directly?

Edit: I edited the latest thread php, apparently is hard coded. Hopefully it will become soft coded in future.

That seems like a valid point. I'll look into it when I have time. Thanks.

You can track my progress here: https://github.com/WildcardSearch/Advanc...issues/236

(2016-12-07, 08:20 PM)AlexanderPep Wrote: [ -> ]With IPB Theme by eNVy...this plugin broken board...
Can you make a tutorial for IPB Theme by eNVy?

Can you link me to the theme?
https://community.mybb.com/mods.php?action=view&pid=752

The theme is perfect...but can't install sidebar plugin...on the right side doesn't work..and i don't know to make changes in templates
I am able to add both sides and it works fine:

[Image: fD8AtyP.png]
Right side : https://gyazo.com/2963410a072dd92f2d9edc0a3aae243e
https://gyazo.com/11bb45b977426a5b679124c09ce8c1d9

Left Side : https://gyazo.com/ff59d32f1f5640cc472a8a41314dd21a
https://gyazo.com/a95d11ac5f3f12987336957bbde1bab4

i have 4 themes...only this theme is broken with sidebar

Can you help me? Thanks

the owner IPB theme - eNVy don't help me with this problem...and my default theme is ipb
the plugin is amazing

it's a problem with <div class="stats clearfix"> from index_stats

i replace all index_stats with




	
<tr>
<td class="trow1">

Forum Statistics<br />

  
{$lang->stats_posts_threads}<br />
{$lang->stats_numusers}<br />
{$lang->stats_mostonline}<br />
		{$lang->stats_newestuser}

</td>
</tr>


now it's ok, but look this : https://gyazo.com/fb0f1bc7f12bd9d2e06e274dc50af399 / https://gyazo.com/e9275cead396353f3bd889d2993b8f78
is not ok...sidebar is higher than forums box

Update : i solved the problem...in index
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0">
i replaced {$theme['tablespace']} with 0 and now it;s ok : https://gyazo.com/ad185e0b18aa58efbe5cd37899595dd5

Is a problem if i edited index_boardstats? Smile
(2016-12-09, 04:01 AM)AlexanderPep Wrote: [ -> ]Is a problem if i edited index_boardstats? Smile

No, it shouldn't be. I am glad you got it working. Smile
So, having an issue getting a sidebar on the right to display properly.

Example: http://zejroleplaying.org

That huge space is where the old custom sidebar was, however I can't seem to find where ASB stuck its display code in any templates. Which template does it stick the reference to its template set in by default?

E: Fixed, just had to output to variables instead.