PDA

View Full Version : buddymark error in down ,and admin ,moderator colour change


zaheerjk
05-12-2009, 07:21 AM
1) .Hi all i am getting the Buddymark error plzz help me out

2). i want to chage the Admin colour and super mod , and mod colour , plz help me

http://img24.imageshack.us/img24/4149/errortvl.png

Lynne
05-12-2009, 03:25 PM
Is the buddymark thing a modification? What does the source code say - is it saying that because the image is missing and that is the alt text?

Change the colors of admins/mods in the usergroup manager:
Usergroup Manager > Edit Administrators > Username HTML Markup
The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this:

[opening tag]username[closing tag]

Some HTML tags you might want to use here include:

<span style="font-weight: bold;">username</span> = username
<span style="font-style: italic;">username</span> = username
<span style="text-decoration: underline;">username</span> = username
<span style="color: red;">username</span> = username
<span style="font: 20px verdana;">username</span> = username

You can also do combinations by using more than one attribute in the style property:

<span style="font: 20px verdana; color: red;">username</span> = username

zaheerjk
05-17-2009, 06:58 AM
Is the buddymark thing a modification? What does the source code say - is it saying that because the image is missing and that is the alt text?

Change the colors of admins/mods in the usergroup manager:
Usergroup Manager > Edit Administrators > Username HTML Markup


Thanx man for ur help ..
now plzz help me out for the buddy mark ,,,

Lynne
05-17-2009, 01:55 PM
Thanx man for ur help ..
now plzz help me out for the buddy mark ,,,
I can't help you if you won't answer my questions about it. A link to the forum may help also. And post the template contents. To find the template, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.