Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Admin/Moderator name colour
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

gunmania0
Starting Member

United Kingdom
32 Posts

Posted - 02 June 2010 :  19:25:59  Show Profile  Reply with Quote
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  Show Profile  Visit bobdsw's Homepage  Reply with Quote
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.
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 02 June 2010 :  23:22:28  Show Profile  Reply with Quote
That mod has been done. It's part of the active users mod. Download it here.
Go to Top of Page

bobdsw
New Member

United States
62 Posts

Posted - 03 June 2010 :  00:13:31  Show Profile  Visit bobdsw's Homepage  Reply with Quote
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.
Go to Top of Page

gunmania0
Starting Member

United Kingdom
32 Posts

Posted - 03 June 2010 :  09:50:30  Show Profile  Reply with Quote
Thanks guys - I couldn't see a mod for that :P
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 03 June 2010 :  10:10:07  Show Profile  Visit leatherlips's Homepage  Reply with Quote
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.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

gunmania0
Starting Member

United Kingdom
32 Posts

Posted - 03 June 2010 :  18:22:52  Show Profile  Reply with Quote
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. :(
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 03 June 2010 :  18:45:44  Show Profile  Visit MaD2ko0l's Homepage  Reply with Quote
whats the error you are getting?

© 1999-2010 MaD2ko0l
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 04 June 2010 :  04:05:47  Show Profile  Reply with Quote
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
Go to Top of Page

gunmania0
Starting Member

United Kingdom
32 Posts

Posted - 04 June 2010 :  19:05:03  Show Profile  Reply with Quote
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
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 04 June 2010 :  19:17:05  Show Profile  Reply with Quote
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:

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


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


<%
'#################################################################################
'## 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
Go to Top of Page

gunmania0
Starting Member

United Kingdom
32 Posts

Posted - 04 June 2010 :  19:20:33  Show Profile  Reply with Quote
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07