![]() |
There is no option to revert the templates as they havent been modified.
|
Question.
I would love to have this system as a global thing that shows up on any page on the forum. :) Is there a way to do so? |
Quote:
|
A even better way is to have different Topics under different parent forums and display all the shouts at the main page.
I also suggest to change the `s_shout` and `s_data` field type from 'text' to 'CHAR 255'. It could become a problem if something has one of the keyboard keys stuck. |
Quote:
https://vborg.vbsupport.ru/ |
Is the censor still not working for this?
As far as getting it to show up on every page. Not sure if there is a way to do it globally, I made some edits to add it to the forumdisplay page. I'll try to post what hook I used later. |
Quote:
|
Quote:
|
I banned usergroup 1 (Unregistered) from ShoutBox and here is what is shown for them:
Quote:
EDIT: I changed options to not show Shoutbox for banned usergroups and it is ok now for me. EDIT2: Another problem - I think Shoutbox slows down opening forum index :ermm: |
If you want to have shoutbox on all forumdisplay pages:
1) Change the hook location for 'vBShout [Template Alteration]' to: forumdisplay_complete 2) Edit the plugin code for 'vBShout [Template Alteration]' Find: '$vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $Shoutbox', $vbulletin->templatecache['FORUMHOME']);' Replace it with: $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar', '$navbar' . ' $Shoutbox', $vbulletin->templatecache['FORUMDISPLAY']); This is a quick and dirty hack. The shoutbox will only show up under navbar! 3) If you want the shoutbox to show up only in certain forums: a. add if ($forumid ==13) { In the beginning of the above plugin. 13 is the forum ID you want the shoutbox to show. b. add } in the end of the code. |
All times are GMT. The time now is 01:56 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:
|