Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - drossman

Pages: [1]
1
Trade Pulse Support / Re: Weird CSS problem
« on: November 18, 2009, 05:15:50 AM »
Ah, hence the various threads about smarty templates.  Hmm, I wonder if my templates parse php?  I guess I'll find out.  TYVM

2
Trade Pulse Support / Re: Multiple domains, same docroot?
« on: November 18, 2009, 05:13:21 AM »
Thanks , Sir.   Ah, well I like special cases.  I have an idea that I'll try.

3
Trade Pulse Support / Re: Weird CSS problem
« on: November 17, 2009, 08:15:56 PM »
The whole script is enclosed in the php tags.

I fixed it by adding a div and #div table definition in my css file and wrapping the text in a div.  Every occurence of the problem was text inside of a table which was not inside of a div.  Weird.

link is http://xxxureview.com, but its working now.  The part in the middle listing "Niches | Reviews | Top Lists | Sponsors" was hosed and the footer and the search form at the top.

4
Trade Pulse Support / Re: Multiple domains, same docroot?
« on: November 17, 2009, 08:11:44 PM »
They share a docroot, but they don't serve the same content.  Basically, there are a few scripts generate different content based on the domain name.  I'm using it for domain parking.

I'll give the rewrite rules a try and see what happens.


5
Trade Pulse Support / Re: Multiple domains, same docroot?
« on: November 17, 2009, 07:33:52 PM »
I will have separate trades.  Maybe I can create subdirectories under the docroot like tp-domani1, tp-domain2, etc and use mod_rewrite with rewriteconditions per domain.  I can't think of a better way at the moment.

6
Trade Pulse Support / Re: Weird CSS problem
« on: November 17, 2009, 07:28:47 PM »
When I add the include, some of the text on the page is bigger than normal.  It goes back to normal when I remove the include.

Code: [Select]
virtual("/tp/ssi_in.php");

I just noticed a few minutes ago that the text that is enlarged is not using CSS, while the rest of the text on the page is inside of div tags with defined attributes. 

I can probably fix it on my end by putting the text in question inside of divs....still weird.


7
Trade Pulse Support / Weird CSS problem
« on: November 17, 2009, 06:17:49 PM »
When I included ssi_in.php in index.php, some fonts on the page are enlarged.  Is there a way to change the css in TP?

dross

8
Trade Pulse Support / Multiple domains, same docroot?
« on: November 17, 2009, 06:15:53 PM »
Hi,

Is it possible to run TP from one docroot shared by multiple domains?

Thanks,

dross

Pages: [1]