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

Re: PBTech

Post by PayBas »

3arabweb wrote:

Code: Select all

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

yessssssssssssssssssssssssssssssssssssssssss :D
Not possible I'm afraid. You'll have to code that yourself.
moviehive wrote:How do I change the link color in the nav bar :P
Add this to your custom.css

Code: Select all

#nav-main > li > a, #page-footer a {
    color: #F00;
}

.small-icon > a:before {
    color: #F00;
}
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: 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;
}
Thanks, that did the trick =)
3arabweb
Registered User
Posts: 36
Joined: Thu Nov 25, 2010 3:24 pm

Re: PBTech

Post by 3arabweb »

i wants the viewtopic postprofile up top instead of on the right
Tuqe
Registered User
Posts: 63
Joined: Mon Nov 10, 2014 9:18 am
Location: Turkey

Re: PBTech

Post by Tuqe »

How do i change the font color in the navbar icons? (fontavasome icon colors)
Tuqe
Registered User
Posts: 63
Joined: Mon Nov 10, 2014 9:18 am
Location: Turkey

Re: PBTech

Post by Tuqe »

Help me pls :(
User avatar
Zaishen
Registered User
Posts: 199
Joined: Sat Dec 18, 2010 6:08 am

Re: PBTech

Post by Zaishen »

PayBas, thank you, can you help me with this, look, i have this code from my "mybb" forum, and i would like to transform it and make it work on phpbb (tech)

this is the code:

Code: Select all

        <tr>
            <td colspan="2" class="thead">          
                <div class="float_left smalltext">
                    <i style="font-size: 14px;" class="fa fa-toggle-right fa-fw"></i>{$post['postdate']}
                </div>
                {$post['posturl']}
            </td>
        </tr>
the code is creating an bar above the post with the icon of the post (newer, seen, etc) and the date when was posted and on the right side the # wich is the count of posts, take a look:

Image

can u tell me how can i do that? where i have to add the code? and what variables?

thanks
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11148
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: PBTech

Post by Raul [ThE KuKa] »

PayBas,
It's possible add "compatibility" for this extension please? :oops:
viewtopic.php?p=13714146#p13714146

Best regards.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


Tuqe
Registered User
Posts: 63
Joined: Mon Nov 10, 2014 9:18 am
Location: Turkey

Re: PBTech

Post by Tuqe »

Raul [ThE KuKa] wrote:PayBas,
It's possible add "compatibility" for this extension please? :oops:
viewtopic.php?p=13714146#p13714146

Best regards.
+1
User avatar
Meis2M
Translator
Posts: 1018
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: میثم نوبری

Re: PBTech

Post by Meis2M »

this style work with phpBB 3.1.1?
phpBB persian international support
Follow us in Instagram
Free upgrade and install extensions on your forum - drop me PM
Ultimate phpBB SEO Friendly URL extension
User avatar
nextgen
Registered User
Posts: 2395
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García

Re: PBTech

Post by nextgen »

Meis2M wrote:this style work with phpBB 3.1.1?
PayBas wrote:Requirements:
- phpBB 3.1 RC5
- proSilver
メルビン・ガルシア • nextgen SolutionsDDAnimeXenForo Hispano

Please do NOT contact for support via PM or email.
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: PBTech

Post by PayBas »

3arabweb wrote:i wants the viewtopic postprofile up top instead of on the right
Not possible I'm afraid. Unless you know HTML/CSS and are willing to do it yourself.
Tuqe wrote:How do i change the font color in the navbar icons? (fontavasome icon colors)
viewtopic.php?f=476&t=2251941&start=75#p13805181
Zaishen wrote:PayBas, thank you, can you help me with this, look, i have this code from my "mybb" forum, and i would like to transform it and make it work on phpbb (tech)

...

the code is creating an bar above the post with the icon of the post (newer, seen, etc) and the date when was posted and on the right side the # wich is the count of posts, take a look:

can u tell me how can i do that? where i have to add the code? and what variables?
I don't really see the use of that. All that information is already included by default. Adding another bar with the exact same information doesn't really help much?
Raul [ThE KuKa] wrote:It's possible add "compatibility" for this extension please? :oops:
viewtopic.php?p=13714146#p13714146
At some point, maybe yes. Not very high on the to-do list though.
nextgen wrote:
Meis2M wrote:this style work with phpBB 3.1.1?
PayBas wrote:Requirements:
- phpBB 3.1 RC5
- proSilver
That should be read as "phpBB 3.1 RC5 or newer" ;). So yes. It works with 3.1.1.
User avatar
Zaishen
Registered User
Posts: 199
Joined: Sat Dec 18, 2010 6:08 am

Re: PBTech

Post by Zaishen »

PayBas wrote:
I don't really see the use of that. All that information is already included by default. Adding another bar with the exact same information doesn't really help much?
i want to change it because i dont like how looks now,
can you tell me what file and line, where is located? in pbwow3, viewtopic_body?
User avatar
Oroton
Registered User
Posts: 70
Joined: Wed Oct 17, 2012 10:40 am

Re: PBTech

Post by Oroton »

How can you change it so the background height of the one column, spans the the height of the whole row when there is height variances?

Also plus one on this theme, very original.

Close to what I was looking for with what nodebb does with their view forum
You do not have the required permissions to view the files attached to this post.
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: PBTech

Post by PayBas »

Zaishen wrote:i want to change it because i dont like how looks now,
can you tell me what file and line, where is located? in pbwow3, viewtopic_body?
You could probably insert it here. https://github.com/PayBas/style-PBTech/ ... .html#L129
Oroton wrote:How can you change it so the background height of the one column, spans the the height of the whole row when there is height variances?
There is no way for 1 item (column) to know what the other items are doing. So a forum in the list has no idea how high the others are. It's therefore not possible for it to stretch it's height accordingly.

Basically there are 2 ways to solve this. Either increase the min-height of the items using CSS (which will make them all bigger, even the ones that don't need it), or decrease the amount of content to show (so it's more uniform). Perhaps you can shorten the title and/or description of your BRC Rules forum.
User avatar
Oroton
Registered User
Posts: 70
Joined: Wed Oct 17, 2012 10:40 am

Re: PBTech

Post by Oroton »

Ok


Cool,I wasn't sure if it used divs or tables
I'd be interested to know how the second row decides which forum to structure itself under

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