Author |
Topic |
|
asafdr
New Member
Israel
90 Posts |
Posted - 21 September 2003 : 18:01:34
|
i want in the forum, to the all admins be a icon near the name.
how do i do it ? |
|
asafdr
New Member
Israel
90 Posts |
Posted - 22 September 2003 : 08:05:54
|
help someone ? |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 22 September 2003 : 10:28:36
|
I've been looking at some of your posts and you're just not being clear enough. You really need to elaborate. |
|
|
|
Ryan
Average Member
USA
858 Posts |
Posted - 22 September 2003 : 14:32:52
|
I think what he wants the admins to have a icon (not sure what kind of icon) in the inc_profile.asp so that users can see who is an admin. I am not sure why you want this because the admins can have their own title. Go to the Members page then click on the edit icon then fill in their title. The field for that is located under the UserName. |
The Poultry Link - "Serving the best of the fancy with the best of the web" Forum Setup Help |
|
|
asafdr
New Member
Israel
90 Posts |
Posted - 22 September 2003 : 17:30:29
|
Response to all -------------- dayve - sorry, my english not very Good. reducks87 - its not what i Mean, i Mean that admins have a icon Near to their name in forum.asp thx :) |
|
|
Ryan
Average Member
USA
858 Posts |
Posted - 22 September 2003 : 22:06:35
|
Where? Next to the column that says who moderates the forum? |
The Poultry Link - "Serving the best of the fancy with the best of the web" Forum Setup Help |
|
|
asafdr
New Member
Israel
90 Posts |
Posted - 22 September 2003 : 22:28:06
|
no, Next to the name. for Example in this Message: i want a admin icon asafdr 5 64 22 September 2003 22:06:35 by: reducks87.
if "asafdr" is a admin, enxt to the name "asafdr".
|
|
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 23 September 2003 : 06:36:33
|
I think I've an idea of what you mean, you want an image to appear after the name of the Admin when they have made a post, in the cell on the left of the post ?
If that's the case then back up your topic.asp first and then look for lines 574/575 which should look like this:
Response.Write ">" & vbNewLine & _ " <p><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b><span class=""spnMessageText"">" & profileLink(ChkString(Reply_MemberName,"display"),Reply_Author) & "</span></b></font><br />" & vbNewLine
Add following immediately beneath:
if mlev = 4 then Response.Write "<img src=""../forum/icon_smile_big.gif"">" &vbNewline end if
...changing the icon link to what ever yours is.
Then look for lines 782/783 which should read:
Response.Write ">" & vbNewLine & _ " <p><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b><span class=""spnMessageText"">" & profileLink(ChkString(Member_Name,"display"),TMember_ID) & "</span></b></font><br />" & vbNewLine
and once again add the following immediately beneath:
if mlev = 4 then Response.Write "<img src=""../forum/icon_smile_big.gif"">" &vbNewline end if
That should do the job
Dave
|
Edited by - Webbo on 23 September 2003 06:38:06 |
|
|
asafdr
New Member
Israel
90 Posts |
Posted - 23 September 2003 : 07:03:54
|
around... i want the icon be in the forum, not in the post..
|
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
asafdr
New Member
Israel
90 Posts |
Posted - 23 September 2003 : 08:11:22
|
here is a pic what i want:
admin is a admin |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
asafdr
New Member
Israel
90 Posts |
Posted - 23 September 2003 : 11:17:12
|
1. yap, all admins. 2.yap, this the star (admin_icon.gif) |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
asafdr
New Member
Israel
90 Posts |
Posted - 23 September 2003 : 21:54:23
|
3.3.04, dont have link, he is offline. |
|
|
|
Topic |
|