[2.0.21] Ad Infinitum

This is an archive of the phpBB 2.0.x styles that were in our database. The release topics are here for reference, but we no longer host or support these styles.

Rating:

Excellent!
82
60%
Very Good
17
13%
Good
17
13%
Fair
12
9%
Poor
8
6%
 
Total votes: 136

Nielas
Registered User
Posts: 9
Joined: Thu Oct 25, 2007 10:58 pm

Re: [2.0.21] Ad Infinitum

Post by Nielas »

will_hough wrote: Sorry, there is no support for wordpress styles here. But I'll make an exception; just this one time.
I believe its:

Code: Select all

#sidebar {width: 100%; background-color: #2b2b2b;}
Unfortunately its not, this is the background-color for the right column (search, calendar etc.)... Also, the color is 232323, not 2b2b2b. The strange thing is, there are only 2 code-prts which contain the color-code "232323", but both don't affect the very left and right bar, but only the innmer two columns.
But thanks for trying to help!
popcop
Registered User
Posts: 14
Joined: Sat Oct 08, 2005 5:01 pm

Re: [2.0.21] Ad Infinitum

Post by popcop »

Hi Mike....

fantastic theme.

There's been one thing that ive been struggling with and thats the rollover colour you have set on the forum topic cells. i think ur using #232323 but i need to change that colour...

ive checked the css and there doesnt seem to be anything in there.... is this part of code somewhere else? if so where is it so that i can change it
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough
Contact:

Re: [2.0.21] Ad Infinitum

Post by will_hough »

popcop wrote:Hi Mike....

fantastic theme.

There's been one thing that ive been struggling with and thats the rollover colour you have set on the forum topic cells. i think ur using #232323 but i need to change that colour...

ive checked the css and there doesnt seem to be anything in there.... is this part of code somewhere else? if so where is it so that i can change it
The rollover is controlled with javascript.
Open: index_body.tpl
Find:

Code: Select all

<td class="row1 two"
		onmouseover="this.style.backgroundColor='{T_TR_COLOR2}'; this.style.cursor='pointer'"
		onmouseout="this.style.backgroundColor=''"
		onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">
Change

Code: Select all

{T_TR_COLOR2}
to the hex code you want for the rollover color.

For reference, T_TR_COLOR2 is controlled in theme_info.cfg and is set in the database during the template install. If you want to change it there you would have to uninstall/re-install the template after you changed it.

Code: Select all

$AdInfinitum[0]['tr_color2'] = "2b2b2b";
popcop
Registered User
Posts: 14
Joined: Sat Oct 08, 2005 5:01 pm

Re: [2.0.21] Ad Infinitum

Post by popcop »

thanks

much appreciated
Hambosky
Registered User
Posts: 1
Joined: Sat Nov 17, 2007 3:13 pm

Re: [2.0.21] Ad Infinitum

Post by Hambosky »

sorry but I have a question how do I change the Header on the forums right now its that skull pic
M L
Registered User
Posts: 3
Joined: Sat Nov 17, 2007 4:04 pm

Re: [2.0.21] Ad Infinitum

Post by M L »

i need help! i recently was working on my forum which is using Ad Infinitum. somehow, the main section is off center to the right. can someone point me in the direction of what i did? the only file i was editing was the AdInfinitum.css file to ad a background image along the sides. when that did not work, i put back the original one. and this is what happened..

http://www.pamelamoorealliance.com
is the url to the forum..
M L
Registered User
Posts: 3
Joined: Sat Nov 17, 2007 4:04 pm

Re: [2.0.21] Ad Infinitum

Post by M L »

Hamborsky wrote:sorry but I have a question how do I change the Header on the forums right now its that skull pic
all you need to do is change the top_image.jpg in the templates images folder. try to keep the new image the same high x width, or it will look distorted..the forum will compress or stretch it to fit.
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough
Contact:

Re: [2.0.21] Ad Infinitum

Post by will_hough »

M L wrote:i need help! i recently was working on my forum which is using Ad Infinitum. somehow, the main section is off center to the right. can someone point me in the direction of what i did? the only file i was editing was the AdInfinitum.css file to ad a background image along the sides. when that did not work, i put back the original one. and this is what happened..

http://www.pamelamoorealliance.com
is the url to the forum..
You may find help once you replace the phpBB copyright in your footer.tpl

Code: Select all

Powered by <a href="http://www.phpbb.com/" target="_phpbb" title="Powered by phpBB &copy; 2001, 2006 phpBB Group">phpBB</a>
luchobeto
Registered User
Posts: 1
Joined: Thu Nov 22, 2007 11:13 pm

Re: [2.0.21] Ad Infinitum

Post by luchobeto »

Excelente tema, odio los colores pasteles, q bueno ver algo interesante x aqui
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough
Contact:

Re: [2.0.21] Ad Infinitum

Post by will_hough »

luchobeto wrote:Excelente tema, odio los colores pasteles, q bueno ver algo interesante x aqui
Would you mind posting that in English?
Nielas
Registered User
Posts: 9
Joined: Thu Oct 25, 2007 10:58 pm

Re: [2.0.21] Ad Infinitum

Post by Nielas »

He wrote:

"Very nice theme, I hate the pastell-colors, its nice seeing something interresting here."

Seems to me its not a native spanish-speeker, it doesn't make sense that he wrote "hate the pastell-colors"...^^
wildkyo
Registered User
Posts: 6
Joined: Mon Dec 17, 2007 5:40 pm

Re: [2.0.21] Ad Infinitum

Post by wildkyo »

Is there any chance of seeing this skin PHPBB 3? It would be great.
deejay707
Registered User
Posts: 10
Joined: Wed Dec 12, 2007 11:14 pm

Re: [2.0.21] Ad Infinitum

Post by deejay707 »

Can someone tell me why my folder/notification/sticky icons aren't showing??!?!

http://www.wcbullies.net/forums

test account:
login: test
pwd: test
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Re: [2.0.21] Ad Infinitum

Post by Thatbitextra »

They only show if they have new posts in them.
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
deejay707
Registered User
Posts: 10
Joined: Wed Dec 12, 2007 11:14 pm

Re: [2.0.21] Ad Infinitum

Post by deejay707 »

Even those don't work. Also, the sticky and notification icons don't show either.

I made some new posts and replies with my admin login.
Use the test login account i gave above and see the icons aren't there :cry:
Locked

Return to “[2.0.x] Styles Database Releases”