[3.0.12] SE Pro

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[3.0.10] SE Pro

Post 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

Post 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

Post by Stoker »

Weee, updated to 1.0.5 for phpbb 3.0.11 :)

[3.0.11] SE Pro

Post by Stoker »

There was a bug in 1.0.5
Please download and use 1.0.6

[3.0.11] SE Pro

Post 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

Post by Stoker »

nope, use prosilver codechanges. its the same

[3.0.11] SE Pro

Post 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

Post by Stoker »

The style doesn't support drop down atm.

[3.0.11] SE Pro

Post by Tom »

Stoker,

Thanks for the reply.

How do I add different banners to my custom links?
banner.png
You do not have the required permissions to view the files attached to this post.

[3.0.11] SE Pro

Post 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 -->