1. I'm trying to get an image instead of the ordinary bullet in links to other articles, but the bullet remains.
I have theese settings in conf.template_default.inc.php:
Code: Select all
$template_default['article']['link_sign'] = '<img src="img/article/extlink_1.gif" alt="" /><img src="img/leer.gif" width="1" height="11" alt="" />';
------
$template_default['article']['link_article_sign'] = '<img src="img/article/intlink_1.gif" alt="" /><img src="img/leer.gif" width="1" height="11" alt="" />';
$template_default['article']['link_article_class'] = 'articleLinkInternal';
Code: Select all
img/article/intlink_1.gif
2. I would also like to have the link not to be "in-drawn"; I would like it to be an ordinary text link but with my image first.
3. The link is started with the category name, I would like to remove that.
I have managed to make all this in an much older installation of PHPWCMS, that's where the "wanted" part of the image I have attached comes from. But I cannot find out how I did!
Most grateful for any help!