The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#1487
|
|||
|
|||
![]() Quote:
|
#1488
|
|||
|
|||
![]()
My members will love this. Thanks.
![]() |
#1489
|
|||
|
|||
![]()
Yeah, how can we mass delete the database of shouts?
|
#1490
|
|||
|
|||
![]()
for now, you will probably just have to click on "shoutbox" and delete the post's from in there.......1 at a time.
|
#1491
|
|||
|
|||
![]()
Wow, if thats the case I'm going to take it down now as it can grow as my forum is huge...
|
#1492
|
|||
|
|||
![]() Quote:
|
#1493
|
|||
|
|||
![]() Quote:
In vbshout.php, find the function "bbcodeparser", and specifically the following code in that function: Code:
if ($vbulletin->options['shout_bbcode']) { return $vbulletin->vbshout_parse->parse(convert_url_to_bbcode($text), 'nonforum'); } Code:
if ($vbulletin->options['shout_bbcode']) { $text = preg_replace('/\[\/?(img|size|quote|html|code|center|spoiler|anchor|link|blockquote)(=[^\]]*)?\]/', '', $text); return $vbulletin->vbshout_parse->parse(convert_url_to_bbcode($text), 'nonforum'); } Hope it's self-explanatory. ![]() |
#1494
|
|||
|
|||
![]()
anyone got any ideas for me?
The index is now named shoutbox lol when a user is viewing it. |
#1495
|
|||
|
|||
![]() Quote:
Quote:
|
#1496
|
|||
|
|||
![]()
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.
|
#1497
|
|||
|
|||
![]()
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 |
#1498
|
|||
|
|||
![]() Quote:
|
#1499
|
|||
|
|||
![]()
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] Source File: http://www.bashys-place.com/forums/index.php? Line: 2584 |
#1500
|
|||
|
|||
![]()
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? ![]() |
#1501
|
|||
|
|||
![]()
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|