When I instal this plugin, it was not displaying the images (only names). When I went to config.php and change $Configuration['Garden']['RewriteUrls'] = FALSE;
to $Configuration['Garden']['RewriteUrls'] = TRUE;
the images starts appearing. Can somebody find this little info useful?
Comments
$Where=array('u.Deleted'=>0,'r.RoleID>'=>7);
to this:
$Where=array('u.Deleted'=>0,'r.RoleID>'==2);
lines 19 and 43
I converted from Vbulletin so its just a temporary fix for me so if anyone has a better solution I'd like to hear it
Thanks Donutman!
I can get it to show all users using Donutmans technique but that is no good to me. Does anyone know how to implement this, maybe using OR clauses?
I don't know my way around vanilla very well and I can't find any database querying instructions that help.
Thanks in advance
When I instal this plugin, it was not displaying the images (only names). When I went to config.php and change
$Configuration['Garden']['RewriteUrls'] = FALSE;
to
$Configuration['Garden']['RewriteUrls'] = TRUE;
the images starts appearing. Can somebody find this little info useful?
Hey guys! I just discover that the images are not showing on Chrome but doing fine on FF, Opera, Safari and IE. Any help?
Now working
What if i want to show this user's list on a separate page, for exmaple mydomain.com/users. How to tweak this?