|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
worked well on 7.2, thankie 
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
yep, i added it all too.. btw, i have a firefox extension that i wrote to make it easy to just right click and have all the codes handy with it parsing the clipboard .. makes it easier, while the editor hasn't all the options i'll post it in another thread.. dunno what to call it yet  ubbfox ? threadsfox ? whatever 
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
We use an alternative youtube line on themepark.nl that is w3c xhtml valid $regexes[] = array( "#\[youtube\]([a-zA-Z0-9-_]+)\[/youtube\]#i", '<object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/\1"><param name="movie" value="http://www.youtube.com/v/\1" /><param name="wmode" value="transparent"></object>');
If you copy/paste this one, it needs to be in the if( $type != "sig" ) { section. I don't want youtube video's in signatures, that's why I put in the non signature section. source: http://www.bernzilla.com/item.php?id=681
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
What's different in yours than mine? Mine's taken directly from the youtube site; it shouldn't be any harder to just copy the code to the nosig area.
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
What's different in yours than mine? Mine's taken directly from the youtube site; The difference in mine is that is does not use the embad tag. The embad tag is fine for html, but it is not part of the xhtml standard. ubb.threads uses xhtml, so you should avoid imho if possible non xhtml code. http://www.alistapart.com/articles/flashsataymore reading about this.
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Ahhh, yeh i use object tag on my corthell.net site due to embed not being in the xhtml spec; but I didn't want to rewrite all of the other tags especially since the paramaters can and will change and I didn't want to have to constantly update them for new params
|
|
|
|
Joined: Nov 2003
Posts: 329
Beta Tester
|
Beta Tester
Joined: Nov 2003
Posts: 329 |
If you use the youtube tags its ok if you use the myspacevideo tags its not? This is feedback and what i mean is that the Active Topic List goes behind the myspace videos but the youtube ones seem fine? Even the Rate topic and the other drop menus get hidden behind the myspacevideo video. Its a qwerk but i thought i would mention it if ricks throwing this into 7.3 
BOOM 7.6.+ rocks....
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Could you link me to this b0ged thread? it should display the item in line in the post area as that's where it's being embedded...
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Got your PM, I believe this is a forum issue vs one with this addon (as we're only adding BBCode); I'm curious if you could add an image with the image tag and see if the same happens...
I believe SD had a similar issue on his hopto mod with a user so I'll talk to him about it later.
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
z-index baby ! in the tpl should do it 
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
tried a zindex on the manage topic table (and div) and it pops behind; very odd indeed...
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
position: abosolute on the div too 
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
still showing behind the video 
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Added [flash] tags to the initial post; covered both "url only" and "height/width/url" definitions.
The tags use the object tag vs the embed tag (like the others) to ensure proper validation.
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
still showing behind the video  post it as a bug ! 
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Yeh, but then he'll say it's cas of the "mod"  ... But very odd none the less...
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
lol, well, assuming that video gets embedded into future versions, this will become a 'bug'
and i'm quite sure there's a fix in properly setting up the div in the right DOM order...
i guess we can table it for now until then...
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
By table it, I assume you mean tell mark he's sol? :x
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
dude. it's a css / html thingie.. you are the expert dude  so you get to tell him 
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Mark, we tried everything, but unfortunately, she's dead, you're screwed... next?
lol... jk, not sure about how to fix it here atm...
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
well, it's not a bug. you guys are doing something wrong. i have my hop to menu doing the same thing over a youtube vid.. screenie: ![[Linked Image]](http://sirdude.com/screenies/pull-down-over-youtube.jpg) soooooo..... where's the beef ? 
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Try with a MySpaceVideo link... [myspacevideo]6827997[/myspacevideo]
|
|
|
|
Joined: Nov 2003
Posts: 329
Beta Tester
|
Beta Tester
Joined: Nov 2003
Posts: 329 |
you tube is fine  its not a bug more a qwerk as it shows the video 
BOOM 7.6.+ rocks....
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
i will agree that it's even more weird that the myspacevideo is the only tag affected :x...
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
well, it's not a bug. you guys are doing something wrong. i have my hop to menu doing the same thing over a youtube myspace vid.. screenie: ![[Linked Image]](http://sirdude.com/screenies/pull-down-over-myspace.jpg) soooooo..... where's the beef ? 
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
lol how about the "manage topic" box big boy 
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
hehe, i was sayin you should do same div + css that i did with the hop to mod that is done with manage topic... sonny boy  when i get back from b'day party, i will see what the diffs are.. it will be a small change, imo :neener:
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
:neener: :neener: :neener: 
|
|
|
|
Joined: Nov 2003
Posts: 329
Beta Tester
|
Beta Tester
Joined: Nov 2003
Posts: 329 |
BOOM 7.6.+ rocks....
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
try: array( "#\[liveleak\]([a-zA-Z0-9_]+)\[/liveleak\]#i", '<center><object type="application/x-shockwave-flash" width="450" height="370" wmode="transparent" data="http://www.liveleak.com/player.swf?autostart=false&token=\1"><param name="movie" value="http://www.liveleak.com/player.swf?autostart=false&token=\1"><param name="wmode" value="transparent"><param name="quality" value="high"></object></center>' ),
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
added liveleak to my initial block of code since i have it working in my demo zone.
|
|
|
|
Joined: Nov 2003
Posts: 329
Beta Tester
|
Beta Tester
Joined: Nov 2003
Posts: 329 |
Good lad Gizmo  Thanks, i will pass on the love from my members 
BOOM 7.6.+ rocks....
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Thanks, i will pass on the love from my members  tell them to open wide...
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Added tags for Super Deluxe
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
added a markup panel how to to the initial posting... This will insert a graphic next to the image embed item which will drop down a list of video sites. Upon clicking the site you wish to embed from, it will prompt you for your video id and then it will ask for a description of the video as well. Will attach screens as well to the initial post.
|
|
|
|
Joined: Nov 2003
Posts: 482
Enthusiast
|
Enthusiast
Joined: Nov 2003
Posts: 482 |
gettin better!! giz FlexTM 
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
:flex:™ hehe... took a good portion of my evening to figure out how to do things in javascript, and a good part of last night lol... But overall I think it's dead sexy  ...
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
I'm wondering what I should do next... Do a seperate markup panel for the search options (search engines, wiki, and froogle and several others) or what... Not sure what i should do for an image on it either lol...
Like my image? I made it myself after a boatload of trial and error lol
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Wow, ten downloads already of the markup panel addon... Let me know what you think!
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|