![]() |
Thanks for the reply!
This is the link to the form: http://www.dimmicosacerchi.it/forum/...?do=form&fid=1 This is a custom page: http://www.dimmicosacerchi.it/forum/kalleis.php |
What have you tried already that isn't working?
Did you enable template names in HTML comments to find the main template name? Did you look at the kalleis.php file to find the THIS_SCRIPT value? |
Installed on 4.2.0 and working perfectly, good job on this one it takes the bland look from the activity stream
|
Thank you for your help.
I tried inserting the following codes: kalleis.php|KALLEIS and with kalleis|KALLEIS But the siderbar not appear. |
1 Attachment(s)
The Activity Stream side block in VB 4.2.1 don't seem to work properly with this mod. It displays avatars and post time but no thread link or text from the post or thread.
However the Activity Stream side block functions on the VB default forum home sidebar location, see screen capture below. Is there a fix for this? |
Quote:
Code:
block_html_4:kalleis I hope it is clear now P.S> change the number to what block you want to show... |
Thank you for the help, but what I ask is to bring up the whole siderbar kalleis.php the page and on the forms of Easy Form.
|
Did you open the file kalleis.php and find the THIS_SCRIPT value?
|
Quote:
Did you go to Admin CP -> Languages and Phases -> Find Updated Phrases and provide new/fresh translations of anything listed? |
Quote:
Instead I can not do the same thing in the pages of the form of Easy Form The value of the form.php file is "forms". An example page is this: http://www.dimmicosacerchi.it/forum/...?do=form&fid=1 I entered: forms | forms forms | forms.php forms | Easy Forms forms | forms.php? do = form & fid = 1 But it does not appear. : (Any suggestions? |
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) |
Worked perfectly. Thank you, sir.
|
Quote:
Example: forumhome: http://www.priusconnect.com The style isn't saying as I move to forumdisplay: http://www.priusconnect.com/forumdis...UseCoupons-101 |
Quote:
Code:
{vb:cssfile tagcloud.css} |
I went ahead and did that, and it doesn't seem to have any affect. I put the line of code at the bottom of the template.
|
OK, cancel that...
In your additional.css template find the code for: #sidebar_home .blocksubhead and add !important to the background: Code:
background:url(images/styles/DeFraction/style/sidebarHeadBG.png) no-repeat top left !important; |
I did that also, and it doesn't seem to make a difference
#sidebar_home .blocksubhead { background:url(images/styles/DeFraction/style/sidebarHeadBG.png) no-repeat top left !important; height:18px; width:315px; padding:12px; margin:0; color:#000000; font-size:15px; text-transform:none; |
First of all, thanks for this wonderful mode.
I'm facing a problem with it because of my mistake, when I installed it on vb 42.1 first time, it worked like charm on all the page with height modifications. Because of some reason I deleted Disable Collapse of Built In Sidebar from plugin manager, then did uninstall it completely, since then, even after multiple times reinstalls, when ever I do enable any of the option at admincp, like Use Custom Sidebar Drop? and save that. It gets completely disappeared even from activity stream page, not sure why ?? I love to have it working.. |
Quote:
|
Tried to install it on a travel Forum and all seems to work well except few URLs showing blank pages only in firefox after installation of this mode. As an example this url http://www.touristsboard.com/united-...to-travel.html shows blank in Firefox but loads good in IE and Chrome.
When i disable this plugin every thing start working well. Also i tried changing style to the default vb but the problem persisted. Pls tell how to resolve this issue. |
Quote:
Quote:
|
Having a small problem where on the CMS page the article text buttons spill into the sidebar:
https://vborg.vbsupport.ru/external/2014/01/5.png Any idea how to resolve? |
Can you add the option "Enable on content.php" ?
|
Quote:
|
Another fine creation.....
Very good BOP5....Indeed sir. Thanks.......... |
thanks for a nice mod
nominated for NOTM Best Regards |
great mod, appreciate the time an efforts :0)
|
Hey Joe, I have a minor issue with some white space appearing in the sidebar...
https://www.mightymoiety.com/activity.php How do I make it go away? Thanks in advance....... EDIT: Done it... |
EDIT:
Can't reproduce the issue.... Carry on. |
This has turned out to be a nice plugin BOP5. I rarely rate and vote mod of the month but this one will be getting my vote.
Before asking this question I searched the post with no luck. Anyway I actually need for the sidebar to be disabled on FORUMHOME template. Is this possible to edit somewhere? Reason for this is because I use vBa CMPS for that template in which I have modules that other sidebars do not yet have. I would appreciate any support you can give that will get this taken care of. |
Quote:
|
All times are GMT. The time now is 03:59 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:
|