Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Miscaleneous modifications from Stoker
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 04 May 2012, 18:23
For the welcome you need to find this within the welcome code: <li>
and change it to <li class="row">
Same goes for the forum goal html file.
Board rules! No PM support
martin123456
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:
Post
by martin123456 » 04 May 2012, 18:46
worked a treat i was adding <li class="contents">
and now to try on mchat
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 15 Sep 2012, 20:54
Weee, updated to 1.0.5 for phpbb 3.0.11
Board rules! No PM support
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 26 Sep 2012, 22:29
There was a bug in 1.0.5
Please download and use 1.0.6
Board rules! No PM support
Redsun
BBCoder II
Posts: 25 Joined: 13 Mar 2010, 11:28
BBCodes: 0
Favourite BBCode: Spoiler
Favourite MOD: Top Stats
Contact:
Post
by Redsun » 27 Sep 2012, 13:05
Thank you stoker
Will be a contrib folder for changed files (1.0.5 to 1.0.6) ?
Because open source matters...
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 27 Sep 2012, 14:03
nope, use prosilver codechanges. its the same
Board rules! No PM support
Tom
BBCoder II
Posts: 7 Joined: 28 Feb 2013, 09:45
BBCodes: 1
Post
by Tom » 07 Mar 2013, 10:43
Stoker,
How do I add a drop down button? I have a donate button and I want to add a second button under donate "donors"
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 07 Mar 2013, 11:11
The style doesn't support drop down atm.
Board rules! No PM support
Tom
BBCoder II
Posts: 7 Joined: 28 Feb 2013, 09:45
BBCodes: 1
Post
by Tom » 18 Mar 2013, 10:10
Stoker,
Thanks for the reply.
How do I add different banners to my custom links?
Home, Donate, Mini-Chat, Contact, etc etc
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 18 Mar 2013, 11:00
You can take a look at the code in overall_header.html
This part is what makes the banner change:
Code: Select all
<div id="page-header">
<!-- IF SCRIPT_NAME == "faq" --><div class="header-bar" style="background-image: url({T_THEME_PATH}/images/bg_header2.jpg); background-position: top;">
<!-- ELSEIF SCRIPT_NAME == "search" --><div class="header-bar" style="background-image: url({T_THEME_PATH}/images/bg_header3.jpg); background-position: top;">
<!-- ELSEIF SCRIPT_NAME == "memberlist" --><div class="header-bar" style="background-image: url({T_THEME_PATH}/images/bg_header4.jpg); background-position: top;">
<!-- ELSEIF SCRIPT_NAME == "ucp" --><div class="header-bar" style="background-image: url({T_THEME_PATH}/images/bg_header5.jpg); background-position: top;">
<!-- ELSEIF SCRIPT_NAME == "viewtopic" --><div class="header-bar" style="background-image: url({T_THEME_PATH}/images/bg_header6.jpg); background-position: top;">
<!-- ELSEIF SCRIPT_NAME == "viewforum" --><div class="header-bar" style="background-image: url({T_THEME_PATH}/images/bg_header7.jpg); background-position: top;">
<!-- ELSEIF SCRIPT_NAME == "mcp" --><div class="header-bar" style="background-image: url({T_THEME_PATH}/images/bg_header8.jpg); background-position: top;">
<!-- ELSEIF SCRIPT_NAME == "posting" --><div class="header-bar" style="background-image: url({T_THEME_PATH}/images/bg_header9.jpg); background-position: top;">
<!-- ELSE --><div class="header-bar"><!-- ENDIF -->
Board rules! No PM support