vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Everywhere Sidebar 4 VB4 (https://vborg.vbsupport.ru/showthread.php?t=233871)

almannai 10-07-2010 05:10 PM

Quote:

Originally Posted by sergioloporto (Post 2107629)
Hello,

where can I find the list of all pages to use in the "Filter Blocks by pages" box?

Eg, index,faq,calendar... what else?

Why index and not forumhome?

Thank you

forum.php -> forum
faq.php -> faq
forumdisplay.php -> forumdisplay
...... and so on

typecast 10-09-2010 06:46 PM

Quote:

Originally Posted by gobears94 (Post 2104488)
Hi almannai,

This is such an awesome mod. Thank you!

I made sure to search the comments first for an answer to my issue but can't find it. Right now, the mod displays properly on all the pages. The issue I'm having is displaying a block only on certain forums. I'm trying to display a Latest Threads block (block_newthreads_12) for a specific forum so I put in "block_newthreads_12:1" without quotes into the "Filter blocks by forums" field. However, that block still shows up on all the forums.

Mod version: 1.3.4
VB version: 4.0.5
Forum url: http://www.theschoolboards.com/forum.php

Also, is there a way to show a block for a forum and its child forums rather than have to specify the id of each of the child forums along with the parent forum? If you look at my site, if I want to show a block for the parent "Homeroom - SF Bay Area" and all its child forums, is there a easier way to go about it?

Thanks again!

Quote:

ALSO FROM GOBEARS
Hi almannai,

Sorry I didn't search carefully enough. I didn't realize I needed to put "block_newthreads_12:" on the page filter section as well. That did the trick of showing the block only in the forums I specify in the forum filter section.

The other question I had was inheritance - is there a way to do inheritance so that all the subforums within a parent forum also display that block?

Thanks again.
I tried the few suggested changes that I found in these 41 pages including putting block_html_3 in the filter blocks by forum section and the filter blocks by page section, with all of the yes/no options above set to both yes and no and any combination I can think of and still can't get it to work.

I love this mod but I just don't seem to know the trick to getting a single forum block to show up on a single forum.

I can get the block_html_3 to show up on all pages, but I can't get it to show up on just one page.

I have tried the "Filter Blocks by Forums" box and the "Filter Blocks by pages" box and neither has any effect.

Can you point me in the right direction?

I also noticed that BatCave asked something along these same lines and never got the answer even after asking a second time.

I am currently on page 37 of 41 pages of this mod and have yet to find the answer to what must be something that I am fundamentally doing wrong. Unless nobody is utilizing the mod for the ability to have unique blocks showing up in just one forum or page?

Please help,
Thank you!

I am now at 7 hours of working on this issue, I have read all 41 pages on this mod, I have re-read many of them, I have tried every combination I can think of to make this happen.

Can someone please help me on this? I would post my screen settings but I have tried every single screen combination possible so sending that would be of no use at this point.

Santori 10-10-2010 04:27 AM

Ok, I try to help you! I do this by my own, but it´s simple.

You must know what are the id from the formus first.

This is an example 1:

-You have the block for the new posts of forum A ;block_newposts_3
-You want to see this block in forum A: id 7
-You don´t want to see this block in the forumhome.

You must put this

Filter block by forum : block_newposts_3: 7 This allows to see block 3 in forum A
Filter block by page : block_newposts_3: blockid This delete the block for all other pages

Be carefull with the space between "3: 7".

This is example 2.

-You have the general block for the new posts of all forum; block_newposts_4
-You want to see this block in forumhome.(this is considerated a page)
-You don´t want to see this block in any other area or subforum.

You must put this

Filter block by forum: block_newposts_4: blockid This delete the block from any area except the forumhome.

The Final Configuration is :

Block 4 in forumhome and Block 3 in forum A

This is

Filter block by forum : block_newposts_3: 7
block_newposts_4: blockid

Filter block by page: block_newposts_3: blockid

And after this Kung-fu configuratión the forum works 100%

typecast 10-10-2010 05:18 AM

Santori,

I REALLY appreciate you trying to help me!

I'm just trying to get your scenario #1 working and it just doesn't.

I am a little confused by you saying

"Be carefull with the space between "3: 7"."

I didn't think there was supposed to be any spacing between the : and the 7. However I tried it both ways and neither one works.

I also notice that you said to put

block_newposts_3: blockid

isn't there supposed to be a colon : behind blockid?

like this below?

block_newposts_3: blockid:

Again I tried it every which way and could not get it to work.

My block_html_8 remains visible in all forums.

almannai 10-10-2010 10:57 AM

Quote:

Originally Posted by typecast (Post 2108618)
Santori,

I REALLY appreciate you trying to help me!

I'm just trying to get your scenario #1 working and it just doesn't.

I am a little confused by you saying

"Be carefull with the space between "3: 7"."

I didn't think there was supposed to be any spacing between the : and the 7. However I tried it both ways and neither one works.

I also notice that you said to put

block_newposts_3: blockid

isn't there supposed to be a colon : behind blockid?

like this below?

block_newposts_3: blockid:

Again I tried it every which way and could not get it to work.

My block_html_8 remains visible in all forums.

To show block_html_8 on only faq page I would do this

on forum filter it will be
PHP Code:

block_html_8

on page filter it will be
PHP Code:

block_html_8:faq 


Santori 10-10-2010 12:41 PM

Quote:

Originally Posted by typecast (Post 2108618)
Santori,

I REALLY appreciate you trying to help me!

I'm just trying to get your scenario #1 working and it just doesn't.

I am a little confused by you saying

"Be carefull with the space between "3: 7"."

I didn't think there was supposed to be any spacing between the : and the 7. However I tried it both ways and neither one works.

I also notice that you said to put

block_newposts_3: blockid

isn't there supposed to be a colon : behind blockid?

like this below?

block_newposts_3: blockid:

Again I tried it every which way and could not get it to work.

My block_html_8 remains visible in all forums.



Hello ; maybe will be a specific bug for my forum:

The original code maybe put as the coder says:

block_newposts_3:blockid

But in my forum doesn?t works. I need in my case to put an space.

block_newposts_3: blockid

in oder case:

block_newposts_3: 7,8,9,10,11,12

typecast 10-10-2010 05:04 PM

Quote:

Originally Posted by almannai (Post 2108678)
To show block_html_8 on only faq page I would do this

on forum filter it will be
PHP Code:

block_html_8

on page filter it will be
PHP Code:

block_html_8:faq 


I entered it exactly as you said and the block_html_8 shows up throughout my forum on every page.

I'm using the latest mod version of your software, I just downloaded it 3 days ago and I'm running VB 4.07.

If someone can help me get this working there is $50 usd in it for them. I really want to get it where I can have multiple blocks showing on individual pages not just all blocks showing on all pages. I am under the impression that this mod can do this.

I have even uninstalled and reinstalled the mod and that made no difference.

almannai 10-10-2010 05:35 PM

Quote:

Originally Posted by typecast (Post 2108805)
I entered it exactly as you said and the block_html_8 shows up throughout my forum on every page.

I'm using the latest mod version of your software, I just downloaded it 3 days ago and I'm running VB 4.07.

If someone can help me get this working there is $50 usd in it for them. I really want to get it where I can have multiple blocks showing on individual pages not just all blocks showing on all pages. I am under the impression that this mod can do this.

Be patient pls..

This must be so sort of bug

First you are sure about the block name! right?

If so...

Can you pls try this

on forum filter it will be

PHP Code:

block_html_8:

on page filter it will be

PHP Code:

block_html_8:

If not working try this

on forum filter it will be

PHP Code:

block_html_80,

on page filter it will be

PHP Code:

block_html_80,

This should hide the block everywhere

If any of this works then we will change it to allow the page you want it on

regards

typecast 10-10-2010 07:05 PM

Quote:

Originally Posted by almannai (Post 2108811)
Be patient pls..

This must be so sort of bug

First you are sure about the block name! right?

If so...

Can you pls try this

on forum filter it will be

PHP Code:

block_html_8:

on page filter it will be

PHP Code:

block_html_8:

If not working try this

on forum filter it will be

PHP Code:

block_html_80,

on page filter it will be

PHP Code:

block_html_80,

This should hide the block everywhere

If any of this works then we will change it to allow the page you want it on

regards

Almannai,

I triple checked to make sure that it is block_html_8 and it is.

I tried both solutions and neither one worked. Any other ideas? This mod is exactly what I need and I desperately want it to work.

Thank you for helping me.

almannai 10-11-2010 11:33 AM

Quote:

Originally Posted by typecast (Post 2108836)
Almannai,

I triple checked to make sure that it is block_html_8 and it is.

I tried both solutions and neither one worked. Any other ideas? This mod is exactly what I need and I desperately want it to work.

Thank you for helping me.

If you want me to login to your vb admin and check why this is not working for you pm with login info.

TundraSoul 10-11-2010 04:44 PM

This mod seems to work pretty well except for one problem. On forumhome the sidebar appears underneath the forum content when open or closed. Any suggestions?

typecast 10-11-2010 06:13 PM

Quote:

Originally Posted by almannai (Post 2109016)
If you want me to login to your vb admin and check why this is not working for you pm with login info.

PM sent

typecast 10-12-2010 05:32 PM

Any luck?

almannai 10-13-2010 07:21 AM

Quote:

Originally Posted by typecast (Post 2109164)
PM sent

Quote:

Originally Posted by typecast (Post 2109496)
Any luck?

I've pm you with the error on your pages

typecast 10-13-2010 08:10 AM

I pm'd you back. Thank you for doing this.

ROTPAR 10-13-2010 09:56 AM

Quote:

Originally Posted by almannai (Post 2106620)
If for any reason you changed the sidebar template "sidebarext_temp" then it want update for the new installation. Uninstall remove "sidebarext_temp" template if exist then reinstall.

What I understand that this mod was working before you upgraded to 4.0.7 and now not working. Is this what you are saying?

I don't know if there is any problem with 4.0.7!!!

Can somebody else confirm if this mod is working on 4.0.7 or not?

Seems not to work on 4.0.7 I installed it and it shows the sidebar only on the forums homepage but not in any other template.

almannai 10-13-2010 03:56 PM

Quote:

Originally Posted by ROTPAR (Post 2109695)
Seems not to work on 4.0.7 I installed it and it shows the sidebar only on the forums homepage but not in any other template.

it is working on 4.0.7

Did you installed the latest ver 1.3.4?

Are you using custom style? if so check it on the default style.

typecast 10-13-2010 06:15 PM

Almannai,

I sent you a pm.

Thanks

scottct1 10-13-2010 06:20 PM

I am having an issue...

I have a sidebar and I want specific usergroups to be able to close it and not have the sidebar show...

So I have those usergroups specifed to be able to turn off the sidebar... those users see the << on the site to turn off the side bar... they click on it and the sidebar is hidden which is GREAT...

However if they load any page the sidebar shows for a second and then colapses. How do I make it so that if they don't want to show the sidebar that it does not show instead of showing it for a second and then having it hide itself?

Also my Block templates are showing up as uncached for the sidebar. How do I cache them?

typecast 10-14-2010 10:28 PM

Almannai,

I disabled the Google Adwords adds because you said they were causing problems with this mod but that didn't fix the problem at all.

Can you suggest something else?

almannai 10-15-2010 05:27 PM

Quote:

Originally Posted by scottct1 (Post 2109837)
I am having an issue...
However if they load any page the sidebar shows for a second and then colapses. How do I make it so that if they don't want to show the sidebar that it does not show instead of showing it for a second and then having it hide itself?

This has been answered several times

Quote:

Originally Posted by typecast (Post 2110227)
Almannai,

I disabled the Google Adwords adds because you said they were causing problems with this mod but that didn't fix the problem at all.

Can you suggest something else?

No need to disable it just close open " in the adsense code

scottct1 10-15-2010 05:56 PM

Quote:

Originally Posted by almannai (Post 2110472)
This has been answered several times

I will take a look again, somehow I missed it.

Thanks!

scottct1 10-15-2010 06:45 PM

Quote:

Originally Posted by almannai (Post 2106347)
this been answered before.
seach for
PHP Code:

setTimeout("force_expand();",500); 

change it to
PHP Code:

force_expand(); 


The only place I found this was in a template named sidebarext_temp

I changed it to just force_expand(); and it was still popping up and closing...

I also tried setTimeout("force_expand(); and its still popping up and closing....

What am I doing wrong?

Thanks!

vietfancy 10-15-2010 11:53 PM

works like a charm on 4.0.7

Thanks
demo: http://lamthenao.com/hoi/forum.php

almannai 10-17-2010 09:37 AM

Quote:

Originally Posted by scottct1 (Post 2110495)
The only place I found this was in a template named sidebarext_temp

I changed it to just force_expand(); and it was still popping up and closing...

I also tried setTimeout("force_expand(); and its still popping up and closing....

What am I doing wrong?

Thanks!

I think what you see is how sidebar works and not related to this mod

Quote:

Originally Posted by vietfancy (Post 2110575)
works like a charm on 4.0.7

Thanks
demo: http://lamthenao.com/hoi/forum.php

Great forum you got dude :)

Good luck

RichieBoy67 10-21-2010 12:48 PM

Great mod, wondering what everyone is using for content in the sideblocks?

Has anyone figured out how to add polls or latest threads to these blocks???

Thanks

Videx 10-21-2010 04:38 PM

Isn't there already a "Newest threads" block? Must be, because I see I have one. I also recently discovered RSS, so I have my latest Photopost Classified Ads and a couple feeds from local newspapers.

Bram H 10-22-2010 09:08 AM

Quote:

The ability to turn sidebar off for certain forum styles.
This feature aint working for me on 4.07

x626xblack 10-22-2010 11:55 AM

FYI ESB in 4.0.8 when opened in Profiles completely makes the profile and the customization dysfunctional.

x626xblack 10-22-2010 12:10 PM

Even when it is disabled in profiles it bakes everything funky in profiles

predpriemach 10-22-2010 08:00 PM

4.0.8 - show under results on search results page

almannai 10-23-2010 06:59 AM

Quote:

Originally Posted by x626xblack (Post 2112717)
FYI ESB in 4.0.8 when opened in Profiles completely makes the profile and the customization dysfunctional.

Quote:

Originally Posted by x626xblack (Post 2112728)
Even when it is disabled in profiles it bakes everything funky in profiles

Quote:

Originally Posted by predpriemach (Post 2112921)
4.0.8 - show under results on search results page

Screenshot please

Ang3ls 10-23-2010 07:04 AM

https://vborg.vbsupport.ru/
erro with vbb 4.0.8 !
fix pls :)

safakuygur 10-23-2010 11:12 AM

very nice thanks

molieman 10-23-2010 12:41 PM

Using 4.0.8, ESB is not working for me at all in the forums.

http://mycockpit.org/forumtest/forum.php

almannai 10-23-2010 02:08 PM

Quote:

Originally Posted by Ang3ls (Post 2113085)
http://ca7.upanh.com/15.70.19340777.Kdi0/erro.jpg
erro with vbb 4.0.8 !
fix pls :)

where is your site url?

Quote:

Originally Posted by safakuygur (Post 2113129)
very nice thanks

:)

Quote:

Originally Posted by molieman (Post 2113161)
Using 4.0.8, ESB is not working for me at all in the forums.

http://mycockpit.org/forumtest/forum.php

In forumhome is showing ok

on other pages it is showing at the bottom of the page

Are you using custom style?

molieman 10-23-2010 02:15 PM

Quote:

Originally Posted by almannai (Post 2113184)
In forumhome is showing ok

on other pages it is showing at the bottom of the page

Are you using custom style?

Didn't notice the bottom :eek:

Not using custom styles.

After the update I reverted all templates (if that helps).

http://mycockpit.org/testforum/forum.php

almannai 10-23-2010 03:30 PM

Quote:

Originally Posted by molieman (Post 2113185)
Didn't notice the bottom :eek:

Not using custom styles.

After the update I reverted all templates (if that helps).

http://mycockpit.org/testforum/forum.php

Anyway look at the "Most asked question:" on mod thread this should help you

Ang3ls 10-23-2010 03:59 PM

http://ca6.upanh.com/15.100.19371112.RkU0/erro2.jpg
default skin !

molieman 10-23-2010 04:15 PM

Quote:

Originally Posted by almannai (Post 2113220)
Anyway look at the "Most asked question:" on mod thread this should help you

Could you give me link please? :)


All times are GMT. The time now is 12:21 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02139 seconds
  • Memory Usage 1,878KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (14)bbcode_php_printable
  • (30)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete