![]() |
Quote:
It should display the dates in the format you set in your vboptions. So if you are using yesterday/today format, wt dates should be so too. |
Quote:
|
Hi Logician, don't know if you will spot this message in such an old thread, but somehow I can't get a webquery to parse the pagetext (post) without any bbcodes.
I have setup a Discography webtemplate with comments inside, you can see here: http://www.housequake.com/view.php?s=&pg=discography On the right hand side bottom, you can see some comments that shows the bbcode. Example: ([quote]Originally posted by DicxdPlay on 11-09-06 at 16:17 [b]) This is my webquery: Code:
SELECT username, IF(LENGTH(pagetext) > 130, CONCAT(LEFT(pagetext, 127), "..."), pagetext) AS pagetext Code:
<div align="left" class="cmbx"><div class="cmbxd"><b> $WQfield[username]</b></div><div class="cmbxt">$WQfield[pagetext]</div></div> I have tried adding to the field BB Code Parsed Field Names various settings. Like 'pagetext', 'bbcodeparse2', 'bbcodeparse', 'message'. Etc. But it keeps showing the bbcode. Any idea why this won't work for me? Do I maybe need to add a phpinclude to make this work perhaps? Best, /Aaron |
[quote=Aaron1]Hi Logician, don't know if you will spot this message in such an old thread, but somehow I can't get a webquery to parse the pagetext (post) without any bbcodes.
I have setup a Discography webtemplate with comments inside, you can see here: http://www.housequake.com/view.php?s=&pg=discography On the right hand side bottom, you can see some comments that shows the bbcode. Example: ( Quote:
|
Hi, yes I know, but i tried your suggestion aswell, as you can see now, it's showing the complete message. But remains to keep the bbcode showing. Btw, I didn't know a way to limit the text without that concat function :-)
|
And what if I use the Query PHPInclude Code field, and removed the bbcode tags manualy like this for example?
Code:
$WQfield[pagetext] = str_replace("[quote]", "", $WQfield[pagetext]); |
All times are GMT. The time now is 06:46 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|