Quote:
Originally Posted by thequestionboy Hi Unu and everyone,
I am new to pligg and trying this on my localhost. I have just installed fusion theme, but I am confused how to enable 3 colomns (2nd sidebar) as I know it has support for 3 colomns as there are classes for 2nd sidebar in main CSS file. Please some one help me in enabling the 3 colomns.
Thanks in advance. |
in pligg.tpl replace "with-sidebar" class with "with-sidebar2" class, then add the second sidebar either before or after the main content, or before/after the first sidebar:
Code:
<div id="sidebar2">
<div id="sidebar2-wrap">
<ul>
<li>sidebar entry...</li>
</ul>
</div>
</div>
@klypso: you mean there are missing characters from your language? post a link to your site please.
you can try changing the default "Lucida Grande" font to Arial.
(in style.css)
Code:
body{ font-family: Arial; }
Quote:
|
Originally Posted by carlo Hi, I'm trying your beatiful theme, but there's a question,
how can i put on sidebar LAST COMMENTS, UPCOMING NEWS,
TOP USERS and bla bla, like your demo in pligg 1.0.0 ?
Ty in advance |
enable that from the Admin/Modules...
I didn't test/update the template for 1.0 (final). The latest is for RC5.
But nobody posted any problems with 1.0 so I assume it works for the final release as well.