Page 1 of 1

Trying to change list bullet to image

Posted: Fri 28. Jan 2011, 15:46
by donpedro
Sorry if this is a bump, but the forum search enginge will not use the words I need to use; they are "to common", so no search I made generated any useful results.

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';
and I have put the image I want to use in

Code: Select all

img/article/intlink_1.gif
Are there any other settings I should make?

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!

Re: Trying to change list bullet to image

Posted: Sun 30. Jan 2011, 09:37
by juergen
is hard to say without source..

normaly the list-style type is changed by CSS and the content of the link comes from either template or in worth case source code.

Re: Trying to change list bullet to image

Posted: Sun 30. Jan 2011, 09:40
by flip-flop
Hi,

first, some questions to find a solution:
- What CMS version do you use?
- With which CP the article links are generated?

In newer versions many variables in conf.template_default.inc.php are no more queried, since own Templates exists for CPs.
All you need is a custom template for the relevant CP.

Knut

Re: Trying to change list bullet to image

Posted: Sat 5. Feb 2011, 11:59
by donpedro
The costum template made it! Thanks for great support :D