Problem 1: With Sub-Categories !
First, I would like to mention, this is an excellent mod. I like it.
Now to the problem. When there are sub-categories inside the main-category;
Ex.
1st Main Category
>> 10 Sub Categories
On /discuss.php ->
5 Sub-Categories are are shown below the Main Category, rest are shown as (.......)
That's good as all the sub's wont be cluttering.
When I click the Main Category, It redirects to the 5th Sub-Category.
When I click any other Sub-Categories, It redirects to the Home page (CMS).
Note: Using VBSEO. In the previous posts I read ChrisTERiS mentioning about vbseo (license).
Problem 2: Sidebar !
Pl refer the screenshot - Top Margin, Center, Right Padding ..
Found Solution for Problem 2: (for my theme)
Remove:
Code:
#sidebar_container {
float: right;
margin-bottom: 3em;
padding: 17px 0;
width: 270px;
}
#sidebar_container > ul {
background: url("images/gradients/top-highlight.png") repeat-x scroll left top #F1F1F1;
border: 1px solid #C1C1C1;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 0 #C8C8C8;
float: left;
width: 99%;
}
#sidebar_container .underblock {
width: 250px;
}
Add:
Code:
#sidebar_container .blockbody {
padding: 10px;
width: 228px;
}