Still too long. There's a LOT of bbvideo code in there. I've attached a TXT file with the code in it.
bbPress ShowcasebbPress Showcase
bbPress Showcase » Plugins by Others
-
Posted 1 year ago #
-
Also, do you mind deleting my email address in my last post?
Thanks!
Posted 1 year ago # -
In that example you gave me in the attachment, there are two opening blockquotes and only one closing blockquote.
Also for some crazy reason it grabs the word blockquote in the youtube link
"http://www.degrab.de/?url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DMEat5llZzjI%3C%2Fp%3E%3C%2Fblockquote%3E"I'd say bbvideo has some issues.
The problem is it tries to process the video links before bbpress gets to it's own tags.
Posted 1 year ago # -
Try this.
Go into each of the php files for bbvideo
search for
.*(that's dot star)
NOT just star, but only .*Try changing it to
\S*That's slash capital S star.
Not sure if it will help/work but it might make the bbvideo links less "greedy".
Posted 1 year ago # -
That didn't work. Now the user's signature is included in the quote (using bbpress-signatures 0.2.0).
Posted 1 year ago # -
Try putting a question mark after it too
\S*?alternately try
[^\s]*?(this one uses lowercase s)Posted 1 year ago # -
Alright I am going to have to get back to you on this one as I have work to do through the weekend.
Posted 1 year ago # -
help me
This plugins not worl in my site ! When i put a video url it not conver to a video !
And when i try access this plugins via admin-panel i get error "There is no administration page at the requested address. Please check the address you entered and try again"
Posted 7 months ago #
RSS feed for this topic