PDA

View Full Version : I'm almost there! Just a couple of questions


jammies
11-13-2005, 08:46 AM
This is my first post here and I have to say I love this script. This is my 3rd script I tried to install tonight. The first two were free as well, but were broken or just didn't do what they said.

I have a couple of customization questions if anyone has the time to answer just a couple.

My main site is here:

{url not in service} and what I'm planning on doing is linking the directory right from this as I need to keep this format in place.

Here is my php directory.

{url not in service}

The first question is this...

How can I get the left and right side columns on either side (that are like in the main site) in the main.tpl file and how do I get the background to match without the color filling in the entire center section?

Basically, I just want the directory to look like it's integrated right into the main site. Is this possible?

The other question is Adsense. I cannot get my Adsense to show up at all. I tried adding just the script and I saw a thread about the google.tpl file, but for some reason I can't get it to work properly.

I can't get Adsense to show up anywhere within the main page, categories or even on the footer.

Is there another way?

Oh! One more thing, too... I noticed that the font style, size changes when I surf through the site and then when I refresh, it goes back to it's original font/size. What could be causing this?


Thanks so much in advance!

Patty

Davilac
11-13-2005, 09:15 AM
Can be done, you need to edit the templates. First, see your source code and then try to go exactly where the directory should begin. With this piece of code you need to go to your header.tpl directory template files and paste there before this Content visible to registered users only.

and deleting some head tags in your code.

then go again to your source code, and copy the second half and paste it in the footer after the code, deleting some duplicated tags, as end of body an end of html.

I won't say this will work OK, but it's a good begining. After this you should copy your site's CSS and paste it before the code in main.css and delete some duplicated code.

ing
11-13-2005, 02:41 PM
Hi Patty,

For the adsense ads not showing... try putting {literal} before your adsense code and then {/literal} straight after it.

Hope that helps.
:)

jammies
11-14-2005, 01:45 AM
Thank you both for replying! I didn't quite get my templates exactly like the main site, but I think I found a happy medium for both the main site and the directory.

"ing", thanks so much for the tip about the Adsense code. It worked perfectly!


Patty