 |
| Author |
Message |
nam

Joined: 23 Dec 2006 Posts: 122
|
|
|
|
Dear FI-DD,
In inc/show.news.php, I've modified it in the following way so the title of the post should be set as the alt of the avator (alt="'.$row['title'].'"), how can I achieve the same output when using this plugin?
 |  | $output = str_replace('{avatar}', ($row['avatar'] ? '<img src="'.$row['avatar'].'" alt="'.$row['title'].'" border="0" class="av_image" \/>' : ''), $output); |
|
|
| Tue Sep 16, 2008 2:27 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2818 Location: Germany |
|
|
|
Add this to the plugin:
 |  | alt="'.$row['title'].'" |
It should work there too - at least for avatars in news.
|
|
| Thu Sep 18, 2008 6:09 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|