MyBB Community Forums

Full Version: Vienna 1.8.7
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 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Your forumdisplay_subforums template is wrong, tested by myself
Here is correct:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="forumh tborder">
<thead>
<tr>
<td class="thead" colspan="1" align="center">
{$lang->sub_forums_in}
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$forums}
</tbody>
</table>
<br />
You will have a white space if you don't delete the ul, td and tr before {$forums}
Thanks for reporting it. i'll update it once i update to 8.1
Wow amazing theme, I can learn alot from it, will be suitable for my forum if I did a sufficient edits

and is there some font-icons missing here

[Image: sXitXh6.jpg]
(2014-10-28, 06:53 AM)RoyalBird Wrote: [ -> ]Wow amazing theme, I can learn alot from it, will be suitable for my forum if I did a sufficient edits

and is there some font-icons missing here

[Image: sXitXh6.jpg]

Nope i didn't put any there to begin with
This theme is awesome.

1) How to add "Forum Jump" dropdown box to threads?
2) How to add copyright to footer?


And a Bug,

[Image: nD9ZRsB.png]
For the dropdown menu go to themes > Vienna > dd.css .. look for this line

.dropdown .dropdown_content {

and add this below

 z-index:10; 



For forum jump go Templates > Vienna > Showthread Templates > Showthread and look for {$moderationoptions} near bottom and add below {$forumjump}


To add copyright go to Templates > Vienna > Footer templates > Footer (it already has the mybb copyright along with mine)
I've uploaded the images , the whole file but look my forum is olive up:
http://syndicates.web1337.net/
Make sure "Vienna" images folder is in /images/Vienna
it is already like that , everything is correct..
[Image: oh7oak7.png?1]
When i try search for a Vienna image like so it gives me a 404 error

http://syndicates.web1337.net/images/vienna/bg.png

Could be a chmod error or you ain't uploaded the image folder properly
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35