vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   "Insert SWF" Code Button on posting screen (https://vborg.vbsupport.ru/showthread.php?t=40047)

plattopus 06-19-2002 11:13 PM

Quote:

Originally posted by Velocd
Flash Button only show on HTML-enabled forums
by Velocd

But the point of vB Codes is to replace HTML in forums where it is disallowed... so you've kinda removed the need for this hack at all.

Velocd 06-19-2002 11:32 PM

So your saying that this button works even in a non-html enabled page? Whoops, looks like I missed that. Although I still don't like to grant my members access to flash on every forum, because they abuse the use of it and the pages can get very laggy. So I would only enable this still for forums that I would enable HTML on. Actually, HTML can be a threat sometimes because of the issues I've heard about it, so if you still want to use flash but no HTML, then I have a small solution:

In my code above on step 2, in this segment:
PHP Code:

if($foruminfo[allowhtml])
  {
        
$flashenabled true;
  } 

with the following:
PHP Code:

if($forumid == || $forumid == || and so on..)
  {
        
$flashenabled true;
  } 

This would allow you to specify certain forums to have flash, but those forums need not have HTML enabled.

plattopus 06-20-2002 12:35 AM

Quote:

Originally posted by Velocd
So your saying that this button works even in a non-html enabled page?
It works wherever vBcodes are enabled (and the user has the shortcut buttons turned on).

Velocd 06-20-2002 01:26 AM

Excellente.

Disturbed 06-20-2002 06:48 PM

i think hes trying to say that your hack is useless as the vb code is a replacment to HTML so u simply don't need a vb code in an HTML enabled forum...

Velocd 06-22-2002 07:47 AM

Generally, for me at least, I do not want flash enabled in all my forums for members to use--cause things would get pretty laggy knowing some of them would abuse it. The forums I do allow flash in are the HTML enabled forums, which is why the button comes in use. There are many people who always ask how to insert flash, and this helps. So it wasn't a totally useless 1 hour I spent on making a hack, because I'm using it. :p

DestyNova 06-23-2002 05:29 PM

Quote:

Originally posted by plattopus
- If there's a demand for it, I will also include other vBcodes to the hack (so reply if you want more!)

I ll install your hack soon, but I want to ask before I lost the nerve to ask :)

I wonder if is it possible to add SQL and C/C++ vbcodes? SQL, I m sure that it is possible since Invisionboard use that but C/C++ I wonder is it possible? I soon set up and open my forum, we have a section on programming with different of scripts/codes.. It will be nice for programmers at my forum to use that C/C++ vbcodes but I dont know if it will work since it is not web language.

Thanks

btw, nice hack! I m going to install it few mins away..

kvk007 07-01-2002 09:01 PM

plattopus, thanks for this great hack! :)


All times are GMT. The time now is 03:31 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01006 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete