![]() |
You need to go to Admin CP -> Settings -> Options -> General Settings
Turn Template Names in HTML comments to YES Then go back to: www.dimmicosacerchi.it/forum/forms.php In your web browser, view the page source At the top of the page will be a template name, maybe something like form_view You then use the template name in the mod, something like forms | form_view Once its done and working go back and turn off template names in comments again. |
I am so thankful! I solved it in a second with this method!
The name of the template (it may be helpful to others) is "shell_blank." Thank you thank you thank you! :D:D |
Quote:
If I load activity.php the Activity Stream block does function on my site. However its not functioning in individual forums or in threads. I noticed you do not have the sidebar turned on for forums or threads on your site. Please enable it on forums and threads on your site to test, or anybody else for that matter. Maybe its just me and I have to hunt down another issue. I love the mod, you did a great job and it should be a option in default VB. I just turned off the Activity Stream block until I discover if its me or the mod. Thanks! |
awesome mod, works fine execpt with ibpro-arcade...
Parse error: syntax error, unexpected T_STRING in /www/htdocs/**********/includes/class_core.php(4716) : eval()'d code on line 2 anybody got a solution? thanks in advance :) |
What version of VB are you using exactly? If you disable the sidebar mod the error goes away? It only happens on arcade.php?
What are you using to enable it in the arcade? |
Not sure if this has been discussed, but how can I hide certain blocks from a usergroup using this mod. For example, if I want to have a block containing ads only show to guests etc.. Thanks.
|
This mod doesn't handle displaying different blocks to usergroups just like the built in sidebar does not have that option.
However the same tricks can be used- namely editing the template of the block(s) and using a template conditional to show or hide the content to the usergroup. Show only to guests Code:
<vb:if condition="$show['guest']"> Show only to members Code:
<vb:if condition="$show['member']"> Show only to mods, admins, super-mods Code:
<vb:if condition="is_member_of($bbuserinfo, 5,6,7)"> |
Gotcha. That really helps- thanks for taking the time.
|
Worked like a charm and does exactly what I hoped it would. Guests see ads in the sidebar, and registered users don't. There are so many possibilities with this. :D
I have another question, and I realize it's probably a long shot- is it possible for me to make a code edit somewhere to make the sidebar not collapsible in just one forum? For example: Not collapsible to guests at all. Collapsible for logged in users on forum.php, showthread, and everywhere else except in one forum. |
In the Sibbar Anywhere Edits plugin is this line that controls who sees the collapse option-
Code:
if (is_member_of($vbulletin->userinfo, explode(',' , $vbulletin->options['bop5sbas_collapsegrooups']))) Code:
if (is_member_of($vbulletin->userinfo, explode(',' , $vbulletin->options['bop5sbas_collapsegrooups'])) AND $GLOBALS['forumid'] != 99) |
All times are GMT. The time now is 07:25 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:
|