Quote:
Originally Posted by iamspookysdaddy
Hi,
Yes I have tried changing to user group ideas and cannot get the guest to work either. Widget displays normally with content until I add the additonal code to display to certain groups and then the box is empty.
|
For those wondering I handled spooky' request privately. It seems that regardless of the conditional statement the widget block will display with blank content.
Usergroup viewing permissions for widgets seem like another obvious function that is lacking in the vbCMS.
Updated to 1.6
- 4.0.2 started inserting [ATTACH] into the text fields. Simply add:
Code:
$text = preg_replace('/\[ATTACH\=CONFIG\]\d\d\[\/ATTACH\]/', '', $text);
$text = strip_bbcode($text);
Before:
Code:
if($text == '') $text = substr($fulltext, 0,150);
And you should be good to go.