Admin/Moderator name colour - Postet den (1690 Views)
Starting Member
gunmania0
Innlegg: 32
32
Can someone make a MOD that will allow users to have different name colours to represent status in the forums? Pretty Please? :P
   
 Sidestørrelse 
Postet den
New Member
bobdsw
Innlegg: 62
62
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.
[image=left]http://knswebdesigns.net/common/images/phoenix-logo.png[/image=left]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.
Postet den
Advanced Member
Carefree
Innlegg: 4224
4224
That mod has been done. It's part of the active users mod. Download it here.
Postet den
New Member
bobdsw
Innlegg: 62
62
My apologies, I thought he meant in topic.asp, when reading a post.
[image=left]http://knswebdesigns.net/common/images/phoenix-logo.png[/image=left]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.
Postet den
Starting Member
gunmania0
Innlegg: 32
32
Thanks guys - I couldn't see a mod for that :P
Postet den
Senior Member
leatherlips
Innlegg: 1838
1838
Postet den
Starting Member
gunmania0
Innlegg: 32
32
I'm having problems implementing some code:
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. :(
Postet den
Senior Member
MaD2ko0l
Innlegg: 1053
1053
whats the error you are getting?
© 1999-2010 MaD2ko0l
Postet den
Development Team Leader
Classicmotorcycling
Innlegg: 2085
2085
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:

Code:

'###### 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
Postet den
Starting Member
gunmania0
Innlegg: 32
32
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:

Code:

'###### 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:
Code:
Microsoft VBScript compilation error '800a0400'

Expected statement

/forums/langMODS_Ls3kAU4.asp, line 46

case "1033" 'English
^
Postet den
Development Team Leader
Classicmotorcycling
Innlegg: 2085
2085
Just went to your site and the following happens:
Code:
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:
Code:

select case strLangLCID
case "1030" 'Danish
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1030.asp" --><%
case "1033" 'English
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><%
case "1034" 'Spanish
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1034.asp" --><%
case "1036" 'French
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1036.asp" --><%
case "1037" 'Hebrew
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1037.asp" --><%
case "1041" 'Japanese
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1041.asp" --><%
case "1043" 'Dutch
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1043.asp" --><%
case "1046" 'Portuguese - Brazil
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1046.asp" --><%
case "1053" 'Sweedish
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1053.asp" --><%
case "2070" 'Portuguese - Portugal
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_2070.asp" --><%
case else
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><%
end select
[code]

Or if you are using "English" only, then change it to:

Code:

<%
'#################################################################################
'## Copyright (C) 2000-01 Michael Anderson and Pierre Gorissen
'##
'## This program is free software; you can redistribute it and/or
'## modify it under the terms of the GNU General Public License
'## as published by the Free Software Foundation; either version 2
'## of the License, or any later version. '##
'## All copyright notices regarding Snitz Forums 2000
'## must remain intact in the scripts and in the outputted HTML
'## The "powered by" text/logo with a link back to
'## http://forum.snitz.com in the footer of the pages MUST
'## remain visible when the pages are viewed on the internet or intranet. '##
'## This program is distributed in the hope that it will be useful,
'## but WITHOUT ANY WARRANTY; without even the implied warranty of
'## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
'## GNU General Public License for more details. '##
'## You should have received a copy of the GNU General Public License
'## along with this program; if not, write to the Free Software
'## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. '##
'## Support can be obtained from support forums at:
'## http://forum.snitz.com
'##
'## Correspondence and Marketing Questions can be sent to:
'## reinhold@bigfoot.com
'##
'## or
'##
'## Snitz Communications
'## C/O: Michael Anderson
'## PO Box 200
'## Harpswell, ME 04079
'#################################################################################

'## SNITZ FORUM 2000 MOD LANGUAGE FILE
'## Mod Active Users 4.0
'## Author: Nathan Bales
%>
<!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->
Cheers,

David Greening
Du må legge inn en melding