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

 All Forums
 Frequently Asked Questions
 FAQ for Webmasters
 HTML Formatting for specific members...
 Forum Locked
 Printer Friendly
Author  Topic Next Topic  

MattF
Starting Member

17 Posts

Posted - 01 November 2001 :  11:37:23  Show Profile
Is it possible to allow only certain members post HTML formatted posts?

Matthew F

<

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 01 November 2001 :  11:45:03  Show Profile  Visit Kat's Homepage
Not with the current code as far as I know. I haven't seen this request before either so I don't think there are any MODs for it.

KatsKorner
<
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 01 November 2001 :  11:48:56  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
you would have to go thru and edit the code to do this. If this is something that you need done, then email me at brad@eznetideas.com and maybe we can work something out and I will edit the forum for you.

Brad<
Go to Top of Page

MattF
Starting Member

17 Posts

Posted - 01 November 2001 :  13:49:07  Show Profile
I would be happy to have a go at edditing it myself. I was just wondering if a MOD had been created to do it easily.

Thank you anyway,
Matthew F

<
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 01 November 2001 :  13:56:27  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
i have never seen a mod for this, or even heared anyone ask about it

Brad<
Go to Top of Page

ce_web
Starting Member

3 Posts

Posted - 06 November 2001 :  06:27:16  Show Profile
Is it possible to allow only the forum administrator to post HTML formatted posts?
This way, the admin would be able to include advanced post with interaction possibilities and external hosted images, and still not have the forum interrupted by anyone’s virus like html code.

Regards

Claus

<
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 06 November 2001 :  06:46:12  Show Profile  Visit Kat's Homepage
quote:

Is it possible to allow only the forum administrator to post HTML formatted posts?
This way, the admin would be able to include advanced post with interaction possibilities and external hosted images, and still not have the forum interrupted by anyone’s virus like html code.

Regards

Claus





This is a good idea. It is not available with the current code. You would need to modify the code to achieve it.

KatsKorner
<
Go to Top of Page

heptite
Average Member

USA
547 Posts

Posted - 06 November 2001 :  06:49:15  Show Profile  Visit heptite's Homepage  Send heptite an ICQ Message  Send heptite a Yahoo! Message
No, it isn't set up that way currently.

You can use externally hosted images already.

Here's an example:



(Picture of my granddaughter Alyssa)
Some sites prohibit you from using externally linked images, like GeoCities.



Additional support files - http://www.snitz.info
<
Go to Top of Page

Brendan
Starting Member

16 Posts

Posted - 13 January 2002 :  20:14:26  Show Profile
Well I'm very interested in this type of mod as I would like even just admin to be able to use html in their messages.
Can anyone help me with what bits of the code I need to edit.

Brendan

<
Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 13 January 2002 :  21:48:52  Show Profile  Visit Gremlin's Homepage
A bit of a kludge, but should work.

Look for this line in inc_top.asp

mLev = cint(chkUser(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword")))


Immediately after that line, add the following


if (mLev = 3 or mLev = 4) then
strAllowHTML = 1
end if


This would give moderators and Admins HTML On in posts. To restrict to Admins only just remove the mLev = 3 part.

BTW What user level is mLev = 2 ??

HALO - an EverQuest and Camelot Guild<
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 21 January 2002 :  14:28:09  Show Profile
quote:

BTW What user level is mLev = 2 ??



I believe mlev 2 is the original author of the topic or reply.

Roland

- here to help when possible -

http://www.frutzle.com
Also for logo requests!
<
Go to Top of Page

Brendan
Starting Member

16 Posts

Posted - 02 February 2002 :  08:34:47  Show Profile
Thanks for that, just what the doctor ordered :)

Brendan

<
Go to Top of Page
   Topic Next Topic  
 Forum Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000 Version 3.4.07