Author |
Topic |
|
gunmania0
Starting Member
United Kingdom
32 Posts |
Posted - 02 June 2010 : 19:25:59
|
Can someone make a MOD that will allow users to have different name colours to represent status in the forums? Pretty Please? :P |
|
bobdsw
New Member
United States
62 Posts |
Posted - 02 June 2010 : 20:29:21
|
Have you considered using the member title in their profile as a work around? For example you're listed as a starting member - that's a default when you don't have a title specified. It will change based on post count (you can specify the count in the ranking/stars admin page). If, as an admin, you edit a member you can change and give them a custom title that will override this. For example an administrator will show Administrator under their name if no title is given.
You could edit the members you want to give status to and give them a title. I know that's not what you asked but maybe it can work in the meantime until somebody can point you to, or write something like that. |
Phoenix! - Ful site integration, CSS driven & XHTML compliant, MooTools, TinyMCE editor for posts & custom content management, , Visual Theme Designer, custom menus & pages, member galleries with ASP JPeg and ASPResize, ASP WordPress style Blog, web friends, FaceBook, Twitter & other social-sharing integration, ReCaptcha & Anti-Spam Registration...and much more.
|
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 02 June 2010 : 23:22:28
|
That mod has been done. It's part of the active users mod. Download it here. |
|
|
bobdsw
New Member
United States
62 Posts |
Posted - 03 June 2010 : 00:13:31
|
My apologies, I thought he meant in topic.asp, when reading a post. |
Phoenix! - Ful site integration, CSS driven & XHTML compliant, MooTools, TinyMCE editor for posts & custom content management, , Visual Theme Designer, custom menus & pages, member galleries with ASP JPeg and ASPResize, ASP WordPress style Blog, web friends, FaceBook, Twitter & other social-sharing integration, ReCaptcha & Anti-Spam Registration...and much more.
|
|
|
gunmania0
Starting Member
United Kingdom
32 Posts |
Posted - 03 June 2010 : 09:50:30
|
Thanks guys - I couldn't see a mod for that :P |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
gunmania0
Starting Member
United Kingdom
32 Posts |
Posted - 03 June 2010 : 18:22:52
|
I'm having problems implementing some code: " <LI><span class=""spnMessageText""><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></span></LI>" & vbNewLine & _
The code that's causing me the problem is highlighted in bold...It basically just screws up my 'Admin_home.asp' page. :( |
|
|
MaD2ko0l
Senior Member
United Kingdom
1053 Posts |
Posted - 03 June 2010 : 18:45:44
|
whats the error you are getting? |
© 1999-2010 MaD2ko0l |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 04 June 2010 : 04:05:47
|
If you have added the Language files to the config.asp as instructed, it should pick up this in the LangMODS_Ls3kAU4_1033.asp file:
'###### Ls3k - Admin_Home.asp ######'
strLangMOD_Ls3kAU_05000 = "Config Active Users"
If it is not there, that is where you are getting the error. Check to make sure that you have followed the install steps of the mod.
|
Cheers, David Greening |
|
|
gunmania0
Starting Member
United Kingdom
32 Posts |
Posted - 04 June 2010 : 19:05:03
|
quote: Originally posted by Classicmotorcycling
If you have added the Language files to the config.asp as instructed, it should pick up this in the LangMODS_Ls3kAU4_1033.asp file:
'###### Ls3k - Admin_Home.asp ######'
strLangMOD_Ls3kAU_05000 = "Config Active Users"
If it is not there, that is where you are getting the error. Check to make sure that you have followed the install steps of the mod.
I've finally got this message which covers the whole forum - It looks like a problem with the coding:
Microsoft VBScript compilation error '800a0400'
Expected statement
/forums/langMODS_Ls3kAU4.asp, line 46
case "1033" 'English
^ |
Edited by - gunmania0 on 04 June 2010 19:11:33 |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 04 June 2010 : 19:17:05
|
Just went to your site and the following happens:
Microsoft VBScript compilation error '800a0400'
Expected statement
/forums/langMODS_Ls3kAU4.asp, line 46
case "1033" 'English
^
You will need to make sure that the following is correct in that file if you are using some type of language:
Or if you are using "English" only, then change it to:
|
Cheers, David Greening |
|
|
gunmania0
Starting Member
United Kingdom
32 Posts |
Posted - 04 June 2010 : 19:20:33
|
that's fixed that problem. Thank you...
But on the Admin home the text displays:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fLang'
/forums/admin_home.asp, line 132
IF you would like to experience the error yourself.. i can give you my testuser account.
EDIT - I went through the config_activeusers.asp and deleted fLang... and everything appeared as it should... however changes weren't saved, i assume that is because of the other 'fLang's' in other files... |
Edited by - gunmania0 on 04 June 2010 19:41:49 |
|
|
|
Topic |
|