chriket wrote:I'm probably missing something but how do you create the layout used on your demo and on the screenshot, with a column on the right (recent topics)?
chriket wrote:chriket wrote:I'm probably missing something but how do you create the layout used on your demo and on the screenshot, with a column on the right (recent topics)?
Would anyone have an answer or a clue, please?
Khaos-Rage wrote:Just upload and enable Paybas' Recent Topics extension.
Which links are you referring to exactly? Could you post a screenshot?moviehive wrote:The issue I have with this theme is the link color in the header. It does not match the black background. Is there anyway to change it to white.
Thanks for pointing it out. I'll address this soon.Myllox wrote:When running a site using https, there are two requests to http google resources that can cause "Only secure content is displayed" messages in IE.
in pbwow.css and custom.css
This would indeed need an extension. Additional information would need to be retrieved from the database (which a style can't do).Cable Player wrote:At the moment my forums don't have descriptions, so there's empty space in the box they display in. I was thinking of using this space for easy links etc., but with some of them it'd be great to have the latest topic title display in a list of maybe the most recent 4 on each new line. I've attached an example of what I mean.
The topic links of course would be specific to the forum they display under.
You could add the following code toZaishen wrote:i would like to separate the posts a "bit", can u help me?
custom.css
Code: Select all
.post {
margin-bottom: 5px;
}
Sorry, I don't understand exactly what you're asking.3arabweb wrote:I want to make page display topics like Home
Topics to be in the boxes next to each
Can this?
Thanks for the infoPayBas wrote: This would indeed need an extension. Additional information would need to be retrieved from the database (which a style can't do).
<!-- INCLUDE top_bar.html -->
from the overall_header.html file it removes it, but is replaced with a black bar above the header.You can change the font and colors by adding your own CSS rules to3arabweb wrote:How can I change the font type and color in posts
styles/pbtech/theme/custom.css
I'm afraid I still don't fully understand. Do you want topics-rows on "viewforum" pages to display as blocks (in columns) like the index?3arabweb wrote:2/ Page View topics I want to be like Home
I do not want to be down some threads
After you remove the INCLUDE line, you could add the following line toCable Player wrote:Hi, I'm looking at removing the top bar as I don't need it at the moment.
When I remove<!-- INCLUDE top_bar.html -->
from the overall_header.html file it removes it, but is replaced with a black bar above the header.
How would I go about removing it entirely?
custom.css
Code: Select all
body.topbar-fixed #wrap {
margin-top: 0;
}
Please be more specific.moviehive wrote:Links in header please.
Yeah... so what do you want? You are free to edit your templates any way you want .moviehive wrote:Navbar in the header......... where it shows private messages, notifications, quick links etc.
Code: Select all
Do you want topics-rows on "viewforum" pages to display as blocks (in columns) like the index?