The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#1307
|
||||
|
||||
![]() Quote:
Maybe just disableing the plugin "vBShout [Template Alteration]" will do the trick. If not, try this: Open the plugin "vBShout [Template Alteration]". At the bottom, you'll find the conditions that place the shoutbox at your forumhome. Just change the condition there. Example: if you have the shoutbox under your navbar change: $Position = '$navbar'; to $Position = 'yadayada'; That way the script cannot find the text after which it has to place the shoutbox and the shoutbox will not be visible. I didn't test it, but i'm pretty sure that will work ![]() |
#1308
|
||||
|
||||
![]() Quote:
thanks again |
#1309
|
|||
|
|||
![]() Quote:
Edit: doesn't seem to work for me, though. I'm gonna try the refresh button instead. |
#1310
|
||||
|
||||
![]()
Sorry to be repeating my self Zero....
But do you have any plans on trying to make it possible to use the shoutbox as a popup ... So you can have it beside your browser and still be able to chat and post. |
#1311
|
||||
|
||||
![]()
[quote=leeman] sorryb to be repeting myself zero.....
i did this only last night with my forum, go to the php template for vbshout and find the following: Code:
// --------------------------------------------------- // Start Page Output // --------------------------------------------------- Code:
PHP Code: // --------------------------------------------------- // AJAX Standalone Chat // --------------------------------------------------- if ($_GET['do'] == 'chat') { $navbits = array("vbshout.php?" . $vbulletin->session->vars['sessionurl'] . "do=chat" => 'Chat'); $navbits[""] = 'Shoutbox - Chat Area'; $Used = 0; $UsedArr = array(); $smilies = $db->query_read(" SELECT smilieid, smilietext, smiliepath, smilie.title, imagecategory.title AS category FROM " . TABLE_PREFIX . "smilie AS smilie LEFT JOIN " . TABLE_PREFIX . "imagecategory AS imagecategory USING(imagecategoryid) ORDER BY imagecategory.displayorder, smilie.displayorder "); $Smilie_Build = ''; $Total_Smilies = $db->num_rows($smilies); if ($Total_Smilies > 0) { while ($emo = $db->fetch_array($smilies)) { if ($vbulletin->options['shout_smilies_show'] > 0) { $Smilie_Cache[] = $emo; } else { $Smilie_Build .= '<a href="#" onclick="return sb_Smilie(\''.$emo['smilietext'].'\')"> then add this link to your nav bar "http://yoursitename.com/forum/vbshout.php?do=chat" target="new" this will make the shoutbox pop up on a seperate page hope this works and thanks again to mtha + S@NL - BlackBik for helping me do this sorry if this post is a bit vague i'm quite new here myself and havent really helped a lot of people |
#1312
|
||||
|
||||
![]()
I only have forumhome_vbshout and I can't find // Start Page Output in that one ...
|
#1313
|
||||
|
||||
![]()
Two questions:
1: Is there a way to reduce the size of the shout display text? The current text (at normal size) is bigger than I'd like. 2: An amateur html question, but...how can ?I left justify the title part of the shoutbox? Every other category-type header on the main page is left justed, so I'd like the shoutbox to be as well. Thanks in advance for any help. |
#1314
|
|||
|
|||
![]() Quote:
|
#1315
|
||||
|
||||
![]() Quote:
Code:
<tr> <td width="1%" style="white-space:nowrap" align="left" valign="top" class="smallfont"> [{$Shout['time']}] <if condition="!$Shout[s_me]"> <if condition="$Shout[s_by]"> <a href='member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'> </if>{$Shout['username']}<if condition="$Shout[s_by]"></a></if>: </if> </td> <td width="100%" align="left" class="smallfont"> <if condition="!$Shout[s_me]"> {$Shout['s_shout']} <else /> <span class='highlight'> *{$Shout['username']} {$Shout['s_shout']}* </span> </if> </td> </tr> Quote:
Open the template "forumhome_vbshout" and find this code: Code:
<td class="tcat" align="center"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_vbshout')"><img id="collapseimg_forumhome_vbshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_vbshout].gif" alt="" border="0" /></a> Code:
<td class="tcat" align="left"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_vbshout')"><img id="collapseimg_forumhome_vbshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_vbshout].gif" alt="" border="0" /></a> Quote:
![]() |
#1316
|
||||
|
||||
![]() Quote:
|
#1317
|
||||
|
||||
![]() Quote:
![]() |
#1318
|
||||
|
||||
![]()
Edit: Allready answered (:
|
#1319
|
|||
|
|||
![]()
Is there a way to set certain usergroups to be able to edit and/or delete shouts or certain members?
|
#1320
|
||||
|
||||
![]()
[QUOTE=tipoboy]
Quote:
But how would I get only the shoutbox, and not the entire enviroment? Don't want all that in a popup ![]() |
#1321
|
||||
|
||||
![]() Quote:
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|