[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

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 »

eslongboards wrote:How do you change the top image, I tried to change it by adding a url of a photo from a ftp server and pasted the url to the background image box in the styles configuration. Im lost from there, let me know. THanks!
Open: overall_header.tpl
Find:

Code: Select all

<a href="{U_INDEX}"><img src="templates/AdInfinitum/images/top_image.jpg" alt="{L_INDEX}" /></a>
This part of that code points to the image

Code: Select all

templates/AdInfinitum/images/top_image.jpg
You can place the new image that you want to use in to the images folder. Change the image link to the name of your new image.

Example:

Code: Select all

<a href="{U_INDEX}"><img src="templates/AdInfinitum/images/new_image_name.jpg" alt="{L_INDEX}" /></a>
mgoi
Registered User
Posts: 121
Joined: Sat Sep 01, 2007 10:55 am
Contact:

AI2 for phpBB3.x

Post by mgoi »

For those who have made the move to phpBB3.x, just a quick note to say that I have released a first alpha version of AI2. The beta 1 release for ad infinitum has been available for a while. Both ports have greatly benefited from Will Hough's help. You can get them here.

M
Locked

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