PDA

View Full Version : Submit Link Conditions


photocroatia
10-11-2005, 08:00 AM
Hi All,

Has anybody or does anybody know how to add some text to the "Submit Link" (submit.php) page?

What I would like is to have a list of conditions, e.g.

No Sexually explicit Sites
No Sites with 0 PageRank
Recep link can't be more than 2 clicks from the main page.
etc etc

I tried a couple of times to add it without luck, is there an easy was to do it? I tried mofying the tpl file, buit that cause font size issues.


Thank you!

seothatworks
10-11-2005, 09:29 AM
I just have it placed after the first {strip} tag in the submit.tpl file, surrounded within div tags.
I know next to zero about html and didn't care much, but it seemed to be just enough for me.

You can also include it in separate file to make the testing easier, like
{include file="conditions.tpl"}
That saved me a bit of time when debugging/adjusting the look.