Forums / Cotonti / Support / Affiliates and extra fields

s3ssi0n
#1 2009-12-05 06:25
Hey there,

I hope any of you can help me.. I've been trying to get some extra fields on the right side of my website, so I can put images of affiliates etc. on my website.

I haven't been very successful yet, can anyone help me? This the website i'm talking about.
www.dim3nsion.nl

Thanks in advance
rayblo
#2 2009-12-05 07:18
use the menu slots for that

admin.php?m=config&n=edit&o=core&p=menus
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch
s3ssi0n
#3 2009-12-05 07:46
Yeah I already tried that, but nothing I put in turns up in the index, no matter what I do. It's like they're hidden.
pieter
#4 2009-12-05 16:24
Search in index.tpl for:
	<div class="rboxHD">{PHP.skinlang.index.Recentadditions}:</div>
	<div class="rboxBody">{PLUGIN_LATESTPAGES}</div>
add below:
	<div class="rboxHD">Affiliates:</div>
	<div class="rboxBody">{PHP.cfg.freetext1}</div>
and go like Rayblo told you to: admin.php?m=config&n=edit&o=core&p=menus
goto {PHP.cfg.freetext1}
and add eg
<a href="Link to the affiliate"><img src="Link of the picture" alt="eg name of affiliate" width="xxx" height="xxx"/></a>
... can we help you ...
s3ssi0n
#5 2009-12-06 05:52
Thnx alot