![]() |
Quote:
|
Quote:
Step 1 is important 1) Change the hook location for 'vBShout [Template Alteration]' to: forumdisplay_complete and in Step 2 basically you change the code to this : Code:
|
Quote:
|
Could you be so kind and fix word wrap code as well?
https://vborg.vbsupport.ru/showpost....postcount=1762 |
Quote:
|
well the shoutbox wont display on my forums and i cant find perms in usergroup perms manager....
|
Quote:
still need help on this, i cant use my shoutbox untill someone helps me :( |
I can not see icon? How to fix?
|
Quote:
find: Code:
<if condition="$bbuserinfo[userid] == $Shout[s_by] OR can_moderate()"> Code:
<if condition="$bbuserinfo[usergroupid] == 5 OR $bbuserinfo[usergroupid] == 6"> |
thanks to that, this:
Code:
dlluuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuugieeeeeeeeeeeeeeee zaaaaaaaaaaaaaaaaaaaaapissssssssssssssssyyyyyyyyyyyy http://packages.ubuntu.com/cgi-bin/search_contents.pl?word=libborqt&searchmode=searchfiles&case=insensitive&version=breezy&arch=i386 dffffffffffffffffffffffffffffffff hhhhhhhhhhhhhhhhhhhhhhhhhhh |
Well done Sir Yaro - that was a lot more simple that i had expected - but does it work ok ? as in if u type http://www.test.com , what do you get ?
|
you will get exactly this:
link |
Excellent - thats exactly what you wanted so - congrats
|
I just get a link but not a working link in the shoutbox .. I attached my vbshout.php .. Total
|
Quote:
|
Quote:
:) fix it :) |
Quote:
|
I like this! :)
|
Quote:
Can we take a peek at the code you used so we can see if theres a bug in that ? Prob the easiest place to start. (and any other info we might need that you can supply like ur userid and error messages ) |
Quote:
|
Quote:
Sorry but I do not understand , I did everything in post https://vborg.vbsupport.ru/showpost....postcount=1772 Did I miss something ?? Thanks .. A crayon answer is ok .. Total |
hey guys :) ..Everything works perfect but i can't get the smileys to work. ?
|
Quote:
https://vborg.vbsupport.ru/showpost....postcount=1772 |
Does anybody see the possibility to disallow external Image linking within the Shoutbox ?
So only images from same Host, will be allowed, as for smilies for ex. Have still some kiddies, which posting external images, which are stored on a Server/Folder which have .htaccess with AUTH activated, so always the authentication Popup is coming up on my Forum. Some will Enter his Username and Password, i'm sure. th@nks |
Quote:
Code:
//unallowed extensions |
Quote:
I've placed My correction below with an addition: //use for individual access //if ($vbulletin->userinfo['userid'] != X) //use for usergroup access if (!(in_array($vbulletin->userinfo['usergroupid'], array(6,7)))) { print_no_permission(); exit(); } If you want to give access to only an individual then change //if ($vbulletin->userinfo['userid'] != X) to if ($vbulletin->userinfo['userid'] != X) and add change if (!(in_array($vbulletin->userinfo['usergroupid'], array(6,7)))) to //if (!(in_array($vbulletin->userinfo['usergroupid'], array(6,7)))) Then replace the X with the userid of the person you are giving shoutbox edit access. |
My shoutbox can't show icon? How to fix? Who can help me?
|
Quote:
if i want multiple user ids, do i seperate by comma?? Code:
if ($vbulletin->userinfo['userid'] != 1,2,3) |
i love it... thanks for sharing!
questions: -who can i change the backgroundcolor of the input box? -and how do you managed the shouts... never delete or delete at 1 week or so? -change the smilies from random to the first in row (1-10) thanks |
yeah we could do with something like that. ive had to go into the database to delete the shouts every so often.
|
I notice that in the shoutbox that any time members use standard quotes (") that it comes out funky. This is what it looks like when....
"test" test "test" is typed in my shoutbox, check attachment. Any ideas of why it does this? |
The VBshoutbox is always a little wider then my forumframe....
it always "sticks out" :( Can i set the width somewhere? |
Quote:
2. theres a php file and a cron job available to automate the deletion of posts,you will need to search this thread for CRON JOB 3. I disabled smiles as they seem to use a lot of the resources on the server so i wont be doing this one , sorry. |
Quote:
This has been discusses loads and loads of times on this thread and there are several answers there to this issue - i'd say read back some of the older posts and youll find it. |
Quote:
in that look for Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> |
Quote:
try typing /PRUNE and itll save u having to go into the database |
Quote:
do you disabled smilies only for shoutbox or for the whole forum? Smilies only increase the traffic, or am i wrong? |
All;
Is there anyway to prune INDIVIDUAL pages from SB? If I wished to edit out one of many pages over time as evidenced in the page history list, can this be accomplished? Otherwise - what a great feature-our patrons love it!; http://www.i-bmw.com/ |
Quote:
Code:
// --------------------------------------------------- Code:
$Shout['s_shout'] = str_replace('"',"''", $Shout['s_shout']); |
Quote:
Code:
//use for miltiple individuals access if you wanted to add three users you would need to add another "and" + operand: like: Code:
if (($vbulletin->userinfo['userid'] != X1) and ($vbulletin->userinfo Code:
|
All times are GMT. The time now is 03:47 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:
|