Home TheRandomizer Forum Index Log in Register FAQ Search
TheRandomizer Forum Index » Installation Help » How do you edit the look of the Site? Goto page 1, 2  Next
Post new topic  Reply to topic View previous topic :: View next topic 
How do you edit the look of the Site?
PostPosted: Thu Dec 04, 2003 7:16 pm Reply with quote
Guest




I know you can log into the admin area and change the right side of the page to look and say what you want, but how do you edit the background, and others things i've seen some users do? ie.. ad banners outside of the area that is edidable in the admin area???

I've looked for html files but the only one's i see are ie the templates folder, readme.html and test2.html. everything else is php.. i've tried to open the php files in FP2000," i have the php module installed" but i ten get a box that opens asking if i want, html, text or rtf??

Thanks in advance.. any help appreciated..
Never Mind...
PostPosted: Thu Dec 04, 2003 7:28 pm Reply with quote
Guest




Never mind.. I just looked more closely at the config.php.....
PostPosted: Fri Dec 05, 2003 7:14 am Reply with quote
jjohnson777
Visitor
Joined: 16 Nov 2003
Posts: 24
Location: Perry, GA, USA




How do you edit the right side?

Jeffrey Johnson
Edit right side
PostPosted: Fri Dec 05, 2003 9:14 pm Reply with quote
Guest




You can edit from the admin area..
PostPosted: Fri Dec 05, 2003 9:19 pm Reply with quote
angie
Newbie
Joined: 05 Dec 2003
Posts: 9




Hello
Mine doesn't save...I can't edit it either.
Regards,
Angie
headers
PostPosted: Fri Dec 05, 2003 9:58 pm Reply with quote
psjsmony
Guest




Hello,
I can edit from the admin area, but how do people have their name on the headers?? Cant do that from the admin area.
Paula
PostPosted: Sat Dec 06, 2003 11:45 am Reply with quote
shadow
Addict
Joined: 16 Oct 2003
Posts: 171
Location: Virgin Islands




Hi Paula,

As a default the script comes with five different graphics for the header
these are applied at random. You may edit these with a graphic editor and save them under the same names and all will work fine. Or you can edit the header.php and the header_locked.php to your image file. This is a little more difficult you will find four lines that look like:
$pic[0]="$CONFIG->siteurl/images/header_1.jpg";
$pic[1]="$CONFIG->siteurl/images/header_5.jpg";
$pic[2]="$CONFIG->siteurl/images/header_6.jpg";
$pic[3]="$CONFIG->siteurl/images/header_7.jpg";
You need to change the file name to your file name. NOTE: your file needs to be 690 pixels wide to keep continuity of your site.
If you don't want the header to change just change the first line
$pic[0]="$CONFIG->siteurl/images/header_1.jpg";
To
$pic[0]="$CONFIG->siteurl/images/YOur_File_Name";
Then change the following line:
echo"<img src=$pic[$nr] border=0>";?>
TO
echo"<img src=$pic[0] border=0>";?> This will show only the one file in the header

Shadow
How to put banners on the page
PostPosted: Sun Dec 07, 2003 12:21 am Reply with quote
Guest




I know how to edit from the admin area.. I also know how to edit from the config.php file.. look, colors ect... but how do you put banner exchanges on the page.. like at the very bottom? Can't seem to figure it out? the person who has paypay randomizer 2004 has done a lot of edits.. how is he doing it.. what file do you edit?? please help..

Thanks in advance
PostPosted: Sun Dec 07, 2003 11:29 am Reply with quote
shadow
Addict
Joined: 16 Oct 2003
Posts: 171
Location: Virgin Islands




It sounds like you are running an older version of the randomizer. Since 2.1(I think it was 2.1 you have been able rotate banners and text ads on the site. There is an area in the config.php where you do this right below where you configure the site it looks like this.

// show the text ads in header or footer
// For no text or banner ads set all to false
$CONFIG->header_textads=true;
$CONFIG->header_banners=false;
$CONFIG->footer_textads=false;
$CONFIG->footer_banners=true;

If you don't have these lines in your config.php file you need to update your version of the randomizer.

Shadow
Site Edit
PostPosted: Sun Dec 07, 2003 10:07 pm Reply with quote
Guest




No.. I understand how to put banners on the page from within the Admin Area.. But some users have banners on the page below the,

"poweed by the Randomizer version 2.3"

I can't figure out what file to open to edit..

understand? Question
 How do you edit the look of the Site? 
 TheRandomizer Forum Index » Installation Help
All times are GMT  
Page 1 of 2  
Goto page 1, 2  Next
  
  
 Post new topic  Reply to topic  


Powered by phpBB© 2001-2006 phpBB Group |Randomizer Script | Web Hosting | phpBB Skin by Vjacheslav Trushkin