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-23-2011 06:48 AM

Quote:

Originally Posted by oldfan (Post 2260188)
Thanks !!

No prob

ofir24 10-23-2011 11:43 PM

i decided to build that mod, the problem is...try to build sidebar with lot's of block for the sidebar, all the section will be with all the sidebar, the sidebar doesn't shorten himself to the page, i built lot's of blocks on the side bar for the homepage forum, when i open my setting i saw long page cause the sidebar didn't shorten himself.

trehanSid 11-03-2011 12:36 PM

wrt Gold Version,

Can have multiple blocks & place graphics in there - which can be linked to inner pages of the website also & remain in rotation?

almannai 11-03-2011 02:55 PM

Quote:

Originally Posted by trehanSid (Post 2264059)
wrt Gold Version,

Can have multiple blocks & place graphics in there - which can be linked to inner pages of the website also & remain in rotation?

In the gold version there is 3 boxes where you can put your ads and each time pages loads an Ad will be displayed. You can also do that using blocks.

tommythejoat 11-04-2011 05:53 PM

Quote:

Originally Posted by Sadikb (Post 1983193)
Hi, Firstly great Mod. This should be default with the VB Forum Blocks option.

Secondly I have a problem. Your MOD considers usergroup to display the side blocks but it only considers the primary user group and not additional usergroup. So say I have a user ABC belonging to usergroup "X" who is also a Moderator (Additional Usergroup). If I set in this Mod's option to disable the side block for Mods, still user ABC will see the side-block because his primary user group is not Moderator. Hope you can help me with that.

Many thanks.

This is important to me also. I have many members who do not want the sidebar to be displayed. I would like to just have a public usergroup that anyone can join which disables the sidebar. Without that, I would need to double the number of skins or double the number of usergroups to provide the ability to opt out of the sidebar.

I already have a usergroup to opt out of doublepost prevention that works just fine. The logic should be the same for sidebar.

I also do not seem to be able to configure the contents of the sidebard for particular forums. For example, I would like to display the "most replied" list of threads in a given forum at the top of the sidebar for that forum. The directions sound like that would work, but it does not. The forum home blocks display on all forum pages.

I really like the mod, but it will be great if I can customize it just a bit more.:up:

almannai 11-05-2011 07:09 AM

Quote:

Originally Posted by tommythejoat (Post 2264473)
This is important to me also. I have many members who do not want the sidebar to be displayed. I would like to just have a public usergroup that anyone can join which disables the sidebar. Without that, I would need to double the number of skins or double the number of usergroups to provide the ability to opt out of the sidebar.

I already have a usergroup to opt out of doublepost prevention that works just fine. The logic should be the same for sidebar.

I also do not seem to be able to configure the contents of the sidebard for particular forums. For example, I would like to display the "most replied" list of threads in a given forum at the top of the sidebar for that forum. The directions sound like that would work, but it does not. The forum home blocks display on all forum pages.

I really like the mod, but it will be great if I can customize it just a bit more.:up:

I will try add this in the next update.

For filtering you need to put also the block id in the page filtering box like
block_id:

moonfox 11-15-2011 12:30 PM

Currently using ver 1.4.1_pl1 on VB 4.1.3 - thank you.

What version will work with vb 4.1.18 please?

almannai 11-15-2011 01:41 PM

Quote:

Originally Posted by moonfox (Post 2268162)
Currently using ver 1.4.1_pl1 on VB 4.1.3 - thank you.

What version will work with vb 4.1.18 please?

I have 4.1.7.

Last thing I've tested ESB Gold 2.1.8 on 4.1.7 and it is working well.
For standard Last tested 1.4.4.4 on 4.1.5 and it working

moonfox 11-15-2011 03:41 PM

Thank you. I have avoided upgrading VB but it sounds like 4.1.18 will be a good one.

I suppose I will need to test but in the meantime if anyone has already upgraded would appreciate hearing about it.

almannai 11-16-2011 03:48 PM

Quote:

Originally Posted by moonfox (Post 2268218)
Thank you. I have avoided upgrading VB but it sounds like 4.1.18 will be a good one.

I suppose I will need to test but in the meantime if anyone has already upgraded would appreciate hearing about it.

It is beter to test it on your local machine before you upgrade.

dannycutts 11-16-2011 04:48 PM

I upgraded to 4.1.8 and the sidebar does not display for non logged in users....

almannai 11-16-2011 05:23 PM

Quote:

Originally Posted by dannycutts (Post 2268584)
I upgraded to 4.1.8 and the sidebar does not display for non logged in users....

Can I see your mod settings screenshoot and website link

dannycutts 11-16-2011 05:34 PM

PM Sent :-)

cb001 11-18-2011 01:23 AM

Couple of problems with the mod and CSS files.

1. If you store CSS as file it causes an invalid link which produces 404 errors.
2. It includes CSS files multiple times therefore leading to unnecessary round trips to the server.

I can demonstrate this with the reference implementation mentioned above: http://last24tech.com/forum.php

If you look at the source you will see that it first includes
<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1321553 939&amp;td=ltr&amp;sheet=forumbits.css,forumhome.c ss,widgets.css,sidebar.css,options.css,tagcloud.cs s" />

This is from the regular template. Then, just before the IE6 Tag, there is this include, and I think it is coming from the mod. Notice that the order is somewhat different but the files are identical.
<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1321553 939&amp;td=ltr&amp;sheet=sidebar.css,forumbits.css ,forumhome.css,tagcloud.css,widgets.css,options.cs s" />

I think this should be fixed.

almannai 11-18-2011 04:28 AM

Quote:

Originally Posted by cb001 (Post 2269082)
Couple of problems with the mod and CSS files.

1. If you store CSS as file it causes an invalid link which produces 404 errors.
2. It includes CSS files multiple times therefore leading to unnecessary round trips to the server.

I can demonstrate this with the reference implementation mentioned above: http://last24tech.com/forum.php

If you look at the source you will see that it first includes
<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1321553 939&amp;td=ltr&amp;sheet=forumbits.css,forumhome.c ss,widgets.css,sidebar.css,options.css,tagcloud.cs s" />

This is from the regular template. Then, just before the IE6 Tag, there is this include, and I think it is coming from the mod. Notice that the order is somewhat different but the files are identical.
<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1321553 939&amp;td=ltr&amp;sheet=sidebar.css,forumbits.css ,forumhome.css,tagcloud.css,widgets.css,options.cs s" />

I think this should be fixed.

1. I will look into that

2. Please Correct me if 'm wrong: the browsers are smart enough to not download same file again it will use the cached one. This is used for backward compatibility for vb.

cb001 11-18-2011 11:48 AM

Quote:

Originally Posted by almannai (Post 2269116)
2. Please Correct me if 'm wrong: the browsers are smart enough to not download same file again it will use the cached one. This is used for backward compatibility for vb.

Hi,

they would be if the file name is the same. Since the order is slightly different the filenames are not the same so it is fetched twice, although 100% identical.

Cheers.

almannai 11-19-2011 02:52 AM

Quote:

Originally Posted by cb001 (Post 2269195)
Hi,

they would be if the file name is the same. Since the order is slightly different the filenames are not the same so it is fetched twice, although 100% identical.

Cheers.

This duplication happens only at forumhome.
So we need to re-arrange the css's order to match the default vb settings.
Realy this the first time I know that the order of the css files will force to refetch the data.
Do you have the source of that info? so I can read it and understande this matter.

Vegas Dude 11-26-2011 11:05 PM

Can this be put at right side of threads too? Anyone got a working version on their forum they could show me and on the threads?

almannai 11-27-2011 02:13 AM

Quote:

Originally Posted by Vegas Dude (Post 2272240)
Can this be put at right side of threads too? Anyone got a working version on their forum they could show me and on the threads?

Yes see the demo The Quest - Islands of Ice and Fire

Mysterious Ride 11-29-2011 10:23 PM

1 Attachment(s)
I'm not sure why, but for some odd reason whenever I enable the Everywhere Sidebar, it moves the forum icons. Here's a pictures so you can see what I'm talking about. This only happens when I'm on Internet Explorer. Is there anyway to stop this from happening. It didn't use to do this a while ago, but when I upgraded to a different version of vB it started to mess up, even with the updated version of the sidebar.

almannai 11-30-2011 02:16 AM

Quote:

Originally Posted by Mysterious Ride (Post 2273181)
I'm not sure why, but for some odd reason whenever I enable the Everywhere Sidebar, it moves the forum icons. Here's a pictures so you can see what I'm talking about. This only happens when I'm on Internet Explorer. Is there anyway to stop this from happening. It didn't use to do this a while ago, but when I upgraded to a different version of vB it started to mess up, even with the updated version of the sidebar.

what is your website address?
Is this happening with the default style?

Mysterious Ride 11-30-2011 05:32 PM

Yes, it does it on the defualt style as well and I event reverted the forumhome template back to the orignal, but I still have the same problem. But it doesn't do this with everyone. I tried it downstairs in our computer lab and they had IE8 and the icons was where it should be, but when I'm on my computer with IE9 it does mess up. I've asked a friend and she has IE8 and it was messed up at first, but then she signed in and out and it fixed itself, but it still doesn't fix itself on my computer. So I have no idea what's wrong. My website is:

Of Age Wizards

laebshade 11-30-2011 11:25 PM

Doesn't work. I have an older version I've been using that works, but the newer version doesn't work -- none of the blocks display. I've tried it on a test vB install that has no plugins enabled and is using the stock style.

almannai 12-01-2011 05:04 AM

Quote:

Originally Posted by Mysterious Ride (Post 2273403)
Yes, it does it on the defualt style as well and I event reverted the forumhome template back to the orignal, but I still have the same problem. But it doesn't do this with everyone. I tried it downstairs in our computer lab and they had IE8 and the icons was where it should be, but when I'm on my computer with IE9 it does mess up. I've asked a friend and she has IE8 and it was messed up at first, but then she signed in and out and it fixed itself, but it still doesn't fix itself on my computer. So I have no idea what's wrong. My website is:

Of Age Wizards

Ok my laptop is broken once fixed maybe by tomorrow, I will try it I'm using IE9 on the lpt. It looks ok on ie8, but can i ask what if you un-install the ESB does that fix the problem. Also you know ie has some issue with caching have you tried closing all ie windows and open it again or by hotting ctrl+F5 thing.

Quote:

Originally Posted by laebshade (Post 2273517)
Doesn't work. I have an older version I've been using that works, but the newer version doesn't work -- none of the blocks display. I've tried it on a test vB install that has no plugins enabled and is using the stock style.

What is the vb version?Have you created any blocks?Can i see your mod options?

Mysterious Ride 12-01-2011 07:00 AM

Quote:

Originally Posted by almannai (Post 2273577)
Ok my laptop is broken once fixed maybe by tomorrow, I will try it I'm using IE9 on the lpt. It looks ok on ie8, but can i ask what if you un-install the ESB does that fix the problem. Also you know ie has some issue with caching have you tried closing all ie windows and open it again or by hotting ctrl+F5 thing.

Alright, but I really have no idea how to fix this problem. I don't know all that much about doing stuff like this, so I'm not sure how to un-install the ESB and what would that do exactly? And all IE windows has been closed and reopened and it still has the same problem and I tried hitting ctrl+F5, but it didn't fix the problem.

I think the reason why it only effects some people is because they might have set something in their IE settings that messes it up because I tried downgrading to IE8 and it was still messed up, but then when I tried resetting everything to default setting it fixed the problem. I just wish I knew exactly what was causing the problem that way members who are experiencing this problem don't have to reset everything.

almannai 12-03-2011 03:26 PM

Quote:

Originally Posted by Mysterious Ride (Post 2273597)
Alright, but I really have no idea how to fix this problem. I don't know all that much about doing stuff like this, so I'm not sure how to un-install the ESB and what would that do exactly? And all IE windows has been closed and reopened and it still has the same problem and I tried hitting ctrl+F5, but it didn't fix the problem.

I think the reason why it only effects some people is because they might have set something in their IE settings that messes it up because I tried downgrading to IE8 and it was still messed up, but then when I tried resetting everything to default setting it fixed the problem. I just wish I knew exactly what was causing the problem that way members who are experiencing this problem don't have to reset everything.

I can't help much on this as it is not happening to me to debug the problem.

lodos0677 12-03-2011 05:40 PM

wery good mod. then I'm going to try.

dannycutts 12-04-2011 12:02 PM

even after this update the sidebar does not show on the first page loaded for someone who has not been to the page/site before... you have to refresh the page for the sidebar to show... :-(

almannai 12-04-2011 12:41 PM

Quote:

Originally Posted by dannycutts (Post 2274546)
even after this update the sidebar does not show on the first page loaded for someone who has not been to the page/site before... you have to refresh the page for the sidebar to show... :-(

What is your website? Are you using any type of cache system on the server?

Also check this thread https://vborg.vbsupport.ru/showthrea...ighlight=cache

BGN64 12-04-2011 02:07 PM

Um, how much is the Gold version and where can I purchase it?

almannai 12-04-2011 03:05 PM

Quote:

Originally Posted by BGN64 (Post 2274569)
Um, how much is the Gold version and where can I purchase it?

it cost 29$
Use the left pan in this page
http://vbfixer.com/posting.php?mode=post&f=5
select everywhere sidebar radio button and fill the fields.

cws 12-05-2011 11:43 AM

Is there an update for the paid version awailable too?
How to get it?

almannai 12-05-2011 03:30 PM

Quote:

Originally Posted by cws (Post 2274861)
Is there an update for the paid version awailable too?
How to get it?

If you order via email contact me on same email you downloaded the product.
If you get the mod from my website you will get it on same page your order it.

watty005 12-05-2011 06:59 PM

excuse my ignorance but can someone tell me what the difference between this mod and the inbuilt forum blocks??

huevncom 12-06-2011 02:22 AM

nice, thanks man

princesspepper 12-08-2011 10:09 AM

Hi there. I have this mod installed on VB 4.1.7 and it is causing the mobile style to not load the forums. All that show when viewing my forum on the iphone are the header and footer.

When I disable this mod it works.

I have just upgraded to the latest version of the mod and it still did not work.

It is the default VB style and the default mobile style.

I really have to use the mobile style, and also the sidebar!... so if there's no way of fixing this, can someone please advise me how I can take it off the mobile style?

EDIT > Scratch that... just found the 'exclude style' setting :o :)

almannai 12-19-2011 03:00 AM

Quote:

Originally Posted by princesspepper (Post 2275839)
Hi there. I have this mod installed on VB 4.1.7 and it is causing the mobile style to not load the forums. All that show when viewing my forum on the iphone are the header and footer.

When I disable this mod it works.

I have just upgraded to the latest version of the mod and it still did not work.

It is the default VB style and the default mobile style.

I really have to use the mobile style, and also the sidebar!... so if there's no way of fixing this, can someone please advise me how I can take it off the mobile style?

EDIT > Scratch that... just found the 'exclude style' setting :o :)

No prob...

Sorry for the delay

fmsx 12-19-2011 04:31 AM

I instqalled it but it doesnt show anything what am I suppose to write in the

first advertisement field

I gave it a title and left the code empty

can someone give me an example code to put in there to see if it will show up on my forum
because nothing is showing up right now

almannai 12-19-2011 06:15 AM

Quote:

Originally Posted by fmsx (Post 2279021)
I instqalled it but it doesnt show anything what am I suppose to write in the

first advertisement field

I gave it a title and left the code empty

can someone give me an example code to put in there to see if it will show up on my forum
because nothing is showing up right now

You should put your adsense or similar code in there, but this will work only in the gold version.

fmsx 12-19-2011 03:22 PM

Quote:

Originally Posted by almannai (Post 2279028)
You should put your adsense or similar code in there, but this will work only in the gold version.


It's not letting me select it in adsense as an area to put it in

also im not trying to use it in a blog just a forum...

where do I get an ad code from anyways?


All times are GMT. The time now is 04:23 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
  • Page Generation 0.02977 seconds
  • Memory Usage 1,857KB
  • 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
  • (22)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