Page 3 of 5

[3.0.10] SE Pro

Posted: 04 May 2012, 18:23
by Stoker
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.

[3.0.10] SE Pro

Posted: 04 May 2012, 18:46
by martin123456
:thumb: worked a treat i was adding <li class="contents"> :lol: and now to try on mchat :D

[3.0.11] SE Pro

Posted: 15 Sep 2012, 20:54
by Stoker
Weee, updated to 1.0.5 for phpbb 3.0.11 :)

[3.0.11] SE Pro

Posted: 26 Sep 2012, 22:29
by Stoker
There was a bug in 1.0.5
Please download and use 1.0.6

[3.0.11] SE Pro

Posted: 27 Sep 2012, 13:05
by Redsun
Thank you stoker :)

Will be a contrib folder for changed files (1.0.5 to 1.0.6) ?

[3.0.11] SE Pro

Posted: 27 Sep 2012, 14:03
by Stoker
nope, use prosilver codechanges. its the same

[3.0.11] SE Pro

Posted: 07 Mar 2013, 10:43
by Tom
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"

[3.0.11] SE Pro

Posted: 07 Mar 2013, 11:11
by Stoker
The style doesn't support drop down atm.

[3.0.11] SE Pro

Posted: 18 Mar 2013, 10:10
by Tom
Stoker,

Thanks for the reply.

How do I add different banners to my custom links?
Home, Donate, Mini-Chat, Contact, etc etc
Home, Donate, Mini-Chat, Contact, etc etc

[3.0.11] SE Pro

Posted: 18 Mar 2013, 11:00
by Stoker
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 -->