Warcraft Guild Recent Activity Block

Post Reply

Topic author
gazmon
Active Member
Posts: 11
Joined: 31. December 2014 15:03
phpBB.de User: gazmon
phpBB.com User: gazmon

Warcraft Guild Recent Activity Block

Post by gazmon »

Hello,

I have the above block on my guilds page, and we've recently changed styles. Unfortunately the background for the block is pulling in the border colors which makes it very difficult to read.

How could I add a set background color? I've tried adding a background color to the html file but it didn't seem to pick this up.

Any help would be appreciated.
User avatar

talonos
Portal Specialist
Posts: 241
Joined: 7. June 2009 15:12
phpBB.com User: talonos

Re: Warcraft Guild Recent Activity Block

Post by talonos »

have you a link to your portal so i can look into it for you.
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!

Topic author
gazmon
Active Member
Posts: 11
Joined: 31. December 2014 15:03
phpBB.de User: gazmon
phpBB.com User: gazmon

Re: Warcraft Guild Recent Activity Block

Post by gazmon »

Sure it's www.conquest-wow.com

thanks :)
User avatar

talonos
Portal Specialist
Posts: 241
Joined: 7. June 2009 15:12
phpBB.com User: talonos

Re: Warcraft Guild Recent Activity Block

Post by talonos »

ok heres a fix.

in styles/wowwarlords/template/portal/modules/wow_recent.html

find

Code: Select all

<div class="panel bg1" style="margin-bottom: 0px">
	<div class="inner"><span class="portal-corners-top-inner"></span>
		<div class="postbody" style="width: 100%">
near the bottom of that file

and replace with

Code: Select all

<div class="panel bg2" style="margin-bottom: 0px">
	<div class="content"><span class="portal-corners-top-inner"></span>
		<div class="postbody" style="width: 100%">
clear your styles cache and it should be good to go.
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!

Topic author
gazmon
Active Member
Posts: 11
Joined: 31. December 2014 15:03
phpBB.de User: gazmon
phpBB.com User: gazmon

Re: Warcraft Guild Recent Activity Block

Post by gazmon »

Ah that's amazing thank you so much!
User avatar

talonos
Portal Specialist
Posts: 241
Joined: 7. June 2009 15:12
phpBB.com User: talonos

Re: Warcraft Guild Recent Activity Block

Post by talonos »

glad to see it working right on your forums now :)
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!
Post Reply

Return to “Modifications Support”