![]() |
Quote:
|
Quote:
In vbshout.php, find the function "bbcodeparser", and specifically the following code in that function: Code:
if ($vbulletin->options['shout_bbcode']) Code:
if ($vbulletin->options['shout_bbcode']) Hope it's self-explanatory. :) |
anyone got any ideas for me?
The index is now named shoutbox lol when a user is viewing it. |
Quote:
Quote:
|
one problem,i uploaded the vbulletin.php file to my forum root directory,but where do i put it?...in acp? in archive?....also, how come its loading forever,it hasnt syopped loading.
|
Hi,
i've installed vbshout yesterday and i feel quite comfortable with it but i have some questions remaining. Maybe someone can answer them. 1) Can i prevent users from linking external graphics in the shoutbox? I remarked they may not only use system smilies but also diverse pics from their onw websites etc. 2) Is it possible to prevent users from editing/deleting their own shouts? I think this question or a similiar one has been raised before. Sorry for my english, i'm german ;) Thanks in advance Hassi |
Quote:
|
Hi ZT
I have a javascript issue showing up on the FF java console, this is: Code:
Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://www.bashys-place.com/forums/index.php? :: showShouts :: line 2584" data: no] |
I've tried searching this thread for my answer. But not finding it. So if this has been asked... Sorry.
Basically I have two domains. forums.my-domain.com and gallery.my-domain.com The Shoutbox works fine in forums but not gallery. I tried changing all instances of vbshout.php to point to the forums.my-domain.com but that doesn't work. What am I missing? :) |
How to prevent certain usergroups from editing/deleting shouts:
Because some users were doing nothing else than deleting / editing shouts and some more who were just mod (but no team-member though) of their userforum were editing / deleting shouts of others i tried to figure out how to restrict access to edit / delete function for certain usergroups only. So if someone is interested in it, please feel free to use the following code. go to your templates -> look for forumhome_vbshout_archive_shout -> find the following line: Code:
<if condition="$bbuserinfo[userid] == $Shout[s_by] OR can_moderate()"> Code:
<if condition="in_array($bbuserinfo[usergroupid], array(x, x, x))"> i hope my explanation is understandable (i'm german) cu hassi |
All times are GMT. The time now is 01:53 PM. |
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:
|