The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Can someone make a MOD that will allow users to have different name colours to represent status in the forums? Pretty Please? :P
Posted
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.
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.
Posted
That mod has been done. It's part of the active users mod. Download it here.
Posted
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.
Posted
Thanks guys - I couldn't see a mod for that :P
Posted
The Active Users mod will only show the admin and mod a different color in the active users section. Here is a thread that made it work in other places as well.
Posted
I'm having problems implementing some code:
The code that's causing me the problem is highlighted in bold...It basically just screws up my 'Admin_home.asp' page. :(
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. :(
Posted
whats the error you are getting?
© 1999-2010 MaD2ko0l
Posted
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:
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.
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
David Greening
Posted
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
^
Last edited by gunmania0 on 04 June 2010, 19:11
Posted
Just went to your site and the following happens:
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:
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
David Greening
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...