[Release] PBTech

For style authors to post and receive feedback on 3.1.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Suggested Hosts
User avatar
Zaishen
Registered User
Posts: 199
Joined: Sat Dec 18, 2010 6:08 am

Re: PBTech

Post by Zaishen »

i would like to separate the posts a "bit", can u help me?
2014-11-09_2-39-31.png
You do not have the required permissions to view the files attached to this post.
3arabweb
Registered User
Posts: 36
Joined: Thu Nov 25, 2010 3:24 pm

Re: PBTech

Post by 3arabweb »

I want to make page display topics like Home
Topics to be in the boxes next to each
Can this?
chriket
Registered User
Posts: 19
Joined: Thu Dec 13, 2007 10:21 pm

Re: PBTech

Post by chriket »

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? :)
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: PBTech

Post by Cable Player »

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.
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: PBTech

Post by PayBas »

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.
Which links are you referring to exactly? Could you post a screenshot?
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
Thanks for pointing it out. I'll address this soon.
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.
This would indeed need an extension. Additional information would need to be retrieved from the database (which a style can't do).
Zaishen wrote:i would like to separate the posts a "bit", can u help me?
2014-11-09_2-39-31.png
You could add the following code to custom.css

Code: Select all

.post {
    margin-bottom: 5px;
}
3arabweb wrote:I want to make page display topics like Home
Topics to be in the boxes next to each
Can this?
Sorry, I don't understand exactly what you're asking.


@all the rest: I'll make some documentation to customize the style. Didn't get around to it yet.
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: PBTech

Post by Cable Player »

PayBas wrote: This would indeed need an extension. Additional information would need to be retrieved from the database (which a style can't do).
Thanks for the info :)
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: PBTech

Post by PayBas »

Added a readme to the starting post, which hopefully clarifies some commonly asked questions.
3arabweb
Registered User
Posts: 36
Joined: Thu Nov 25, 2010 3:24 pm

Re: PBTech

Post by 3arabweb »

How can I change the font type and color in posts

2/ Page View topics I want to be like Home
I do not want to be down some threads
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: PBTech

Post by Cable Player »

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?

Thanks
User avatar
moviehive
Registered User
Posts: 190
Joined: Mon Oct 20, 2014 2:08 am
Name: Aaron T

Re: PBTech

Post by moviehive »

Links in header please.
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: PBTech

Post by PayBas »

3arabweb wrote:How can I change the font type and color in posts
You can change the font and colors by adding your own CSS rules to styles/pbtech/theme/custom.css
3arabweb wrote:2/ Page View topics I want to be like Home
I do not want to be down some threads
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?
Cable 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?
After you remove the INCLUDE line, you could add the following line to custom.css

Code: Select all

body.topbar-fixed #wrap {
    margin-top: 0;
}
moviehive wrote:Links in header please.
Please be more specific.
User avatar
moviehive
Registered User
Posts: 190
Joined: Mon Oct 20, 2014 2:08 am
Name: Aaron T

Re: PBTech

Post by moviehive »

Navbar in the header......... where it shows private messages, notifications, quick links etc.
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: PBTech

Post by PayBas »

moviehive wrote:Navbar in the header......... where it shows private messages, notifications, quick links etc.
Yeah... so what do you want? You are free to edit your templates any way you want ;).
3arabweb
Registered User
Posts: 36
Joined: Thu Nov 25, 2010 3:24 pm

Re: PBTech

Post by 3arabweb »

Code: Select all

Do you want topics-rows on "viewforum" pages to display as blocks (in columns) like the index?

yessssssssssssssssssssssssssssssssssssssssss :D
User avatar
moviehive
Registered User
Posts: 190
Joined: Mon Oct 20, 2014 2:08 am
Name: Aaron T

Re: PBTech

Post by moviehive »

How do I change the link color in the nav bar :P

Return to “[3.1.x] Styles in Development”