Someone, anyone, PLEASE help ....
|
Quote:
|
just a quick one... got this working great for including posts on my front page, but it is trying to find the smilies in /images/smilies, when infact they're in /community/images/smilies....
is there a quick fix around this built into the vbcodeparser class? or should I just use str_replace on the outputted string? cheers! |
Anyone know any way to parse $thread[preview] - I can't figure out where or how to do it for the life of me. It's in functions_forumdisplay.php ..
Found it. Much easier then I thought. |
Quote:
Code:
$parsed_text = str_replace("images/smilies","community/images/smilies",$parsed_text); |
I have a custom bbcode [mp3] [/mp3] which shows an inline media player. I have struggled with this for hours but cannot come up with a solution to make it so only registered members can see it. All I really need is to prevent guest from viewing it.
|
This is so frustrating. I am trying to create a plugin that will parse html in certain userinfo fields.
So far I have this as a plugin in member_complete: PHP Code:
|
Quote:
|
Hi,
The following code will display posts on a non forum page in the home directory. However, when I try to parse the bbcode it doesn't work. Any ideas? PHP Code:
|
Why won't this work I'm trying to make it parse my page stuff it's loading it form the db and it just won't parse my php code is:
PHP Code:
|
All times are GMT. The time now is 12:25 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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|