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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 I've seen the answer to this, but can't find it...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jbaker
Starting Member

4 Posts

Posted - 10 July 2001 :  18:39:15  Show Profile
I have my forum set to "Not allow Images" but the icon is still available when a user goes to post a message... how do I get rid of the icon...

thanks in advance...

RDoGG™
Junior Member

USA
329 Posts

Posted - 10 July 2001 :  19:14:34  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
quote:

I have my forum set to "Not allow Images" but the icon is still available when a user goes to post a message... how do I get rid of the icon...

thanks in advance...





edit inc_post_buttons.asp or something like that.

RDoGG™
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 11 July 2001 :  00:31:54  Show Profile
If you look in the inc_post_buttons.asp file, you will find the "A HREF" link for the image tag. The links are a bit jumbled up together. If you do a search for "image" in that file you will find the link much quicker.
If you bring the link on one line in your file, and add the necessary code, this is what you will get:
<% if strIMGInPosts = "1" then %>
<a href="Javascript:image();"><img src="icon_editor_image.gif" width="23" height="22" alt="Insert Image" border="0"></a>
<% end if %>
This has been fixed in the next release.

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