Print Page | Close Window

REQ: HTML tags in posts

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20195
Printed Date: 28 March 2026 at 6:44pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: REQ: HTML tags in posts
Posted By: Kacyndra
Subject: REQ: HTML tags in posts
Date Posted: 06 June 2006 at 6:52pm
I would really like to have the ability to use certain HTML tags in the posts.
 
with the option to have it enables or not.
 
could it be possible?
can someone please make it for me please?
 
Thank you very much.
 
 



Replies:
Posted By: chorn
Date Posted: 22 June 2006 at 2:06pm
I would also love to have this mod.
 
Maybe have it setup so only a moderator group can post HTML code?  So that we could posted embedded videos right into the forum like Youtube videos or any of those kinds.  Would be nice to have the videos show up right on the pages instead of linking to them on external pages.


Posted By: Scotty32
Date Posted: 22 June 2006 at 2:10pm
you can use "tweeked" html tags eg <b>bold</b> becomes [b]bold[/b]
click on Forum Codes to find out more codes

am not sure what the code from youtube looks like but you can embed movies with a mod somebody made it'll be in this forum somewhere.
if you cant find it, contact me and i'll make a audio and visual code mod


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: chorn
Date Posted: 22 June 2006 at 2:29pm
I saw one for version 7 when I was browsing the forum one time.
 
<object width="425" height="350"><param name="movie" value=" - <'>http://www.youtube.com/v/bNF_P281Uu4"></param><embed src=" http://www.youtube.com/v/bNF_P281Uu4 - http://www.youtube.com/v/bNF_P281Uu4 " type="application/x-shockwave-flash" width="425" height="350"></embed></object>
 
Theres an example of one for  youtube ( I just picked the first one I saw) which would embed the video right into the page.
 
The problem with allowing just anyone to posted embeeded code would obviously be a huge security hole .  So thats why it would be nice to only allow trusted groups to post embedded html code. 


Posted By: Scotty32
Date Posted: 22 June 2006 at 3:53pm
the youtube one you posted is a flash movie,
WebWizForums has flash built in i think its [flash]link to movie[/flash]
but needs to be turned on by admin, and then it would be open to anyone to submit.

i could try to build a audio and video one with basic permissions
and maybe tweek it so you had basic permissions on the flash tag aswell


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: chorn
Date Posted: 22 June 2006 at 5:30pm
it might be a "flash file" but they use their own unique way of doing it so that you cant just use the [flash] their code [/flash]  I tested it out on my forum and it didnt work
 
it would actually have to be able to post some html in there without the forum code filtering it.  Its a big security hole of course, but not if its just for trusted groups.


Posted By: Scotty32
Date Posted: 23 June 2006 at 9:16am
i was able to post the example above on my test site

http://wwf.s2h.co.uk/forum_posts.asp?TID=2&PN=1 - http://wwf.s2h.co.uk/forum_posts.asp?TID=2&PN=1

using the following code:
[flash width=425 height=350]http://www.youtube.com/v/bNF_P281Uu4[/flash]

so you could use that, though its still open for anyone to use

i could try to edit the forum code file and see if am able to change it so you can say if mods or admins are allowed to post flash
i would be ALOT of work but i *may* even beable to add it to the site permissions its self, so you could turn it off and on for each user via the admin area though thats ALOT of work


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: jsaren
Date Posted: 23 June 2006 at 10:11am
oh ,you can  visit my forum . it allow use [real][/real][mpv][/mpv] targes.
here are:
http://www.shenyounet.com/forum/forum_posts.asp?TID=391 - http://www.shenyounet.com/forum/forum_posts.asp?TID=391
 
http://www.shenyounet.com/forum/forum_posts.asp?TID=333 - http://www.shenyounet.com/forum/forum_posts.asp?TID=333 http://www.shenyounet.com/forum/forum_posts.asp?TID=394 -


Posted By: chorn
Date Posted: 23 June 2006 at 12:55pm
Hah, thanks , i swear i tried that , i must have done something wrong.  I guess it doesnt have to have permissions necessarily since its probably not a big security hole for people to post flash.


Posted By: javi712
Date Posted: 29 June 2006 at 3:37am
Hi Guys,

I enabled flash files on my site and used the [flash width=50 height=50]http://nameoffile.swf[/flash] code, but nothing shows up on my site. Is there anything extra I need to do besides enabling the flash feature on my site to allow youtube files to be embedded on the forum?

Thanks in advance!


Posted By: jsaren
Date Posted: 29 June 2006 at 4:37am

maybe so small?

In functions_format_post.asp,you try this:
  'Initiliase variables
  intFlashWidth = 400
  intFlashHeight = 300


Posted By: javi712
Date Posted: 29 June 2006 at 4:44am
Originally posted by jsaren jsaren wrote:

maybe so small?


In functions_format_post.asp,you try this:

  'Initiliase variables  intFlashWidth = 400  intFlashHeight = 300


that did it... thank you so much!!!


Posted By: javi712
Date Posted: 29 June 2006 at 6:08am
Okay... everything is working fine now which is good. but it seems like you have to do a bit of tweaking with the url to get it to work fine.

Is there a way to just add the Embed code straight into the rte window and have the forums pick up the code. that would be soooo much easier to do.

thanks!


Posted By: jsaren
Date Posted: 29 June 2006 at 7:44am
hehe,wait borg to answer it.


Posted By: hassanx
Date Posted: 12 November 2006 at 1:10pm
Originally posted by javi712 javi712 wrote:

Okay... everything is working fine now which is good. but it seems like you have to do a bit of tweaking with the url to get it to work fine.

Is there a way to just add the Embed code straight into the rte window and have the forums pick up the code. that would be soooo much easier to do.

thanks!


Yes! That would be great.. Can borg please help us about this :)


Posted By: waynelambright
Date Posted: 20 December 2006 at 1:10am
Originally posted by jsaren jsaren wrote:

maybe so small?

In functions_format_post.asp,you try this:
  'Initiliase variables
  intFlashWidth = 400
  intFlashHeight = 300


I was able to get it working by using the code in the embed tag.

<embed src="http://www.youtube.com/v/B8H29jU8Wrs"

just put the http://www.youtube.com/v/B8H29jU8Wrs  inside the flash tags provided they are turned on.




-------------
Wayne Lambright
415-750-1921
GMT (-8)Pacific



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net