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)
-   -   vBulletin Forum Sideblocks - Nexia's Forum Sidebar Everywhere (https://vborg.vbsupport.ru/showthread.php?t=280484)

Trevor Matthews 03-24-2012 06:41 PM

Aha, a total misunderstanding of the instructions on my part.
I uploaded just the .php file to the root.
I did not realise I had to have it inside the nex folder.

Thanks for your patience :embarrassed:

Trevor Matthews 03-24-2012 07:09 PM

I have had a look at sidebar.css and can't see how to make the width bigger.
Does anyone know how to achieve that as my sidebar adverts no longer fit quite right.
I need to set the width as 230 as it was with ESB Gold.

Also I want to remove the collapse buttons as my blocks are adverts.
How would I achieve that?

Gemma 03-24-2012 07:33 PM

Quote:

Originally Posted by Trevor Matthews (Post 2312902)
I have had a look at sidebar.css and can't see how to make the width bigger.
Does anyone know how to achieve that as my sidebar adverts no longer fit quite right.
I need to set the width as 230 as it was with ESB Gold.

AdminCP > Style Manager > Choose Style Variable Editor (for whichever style) and click GO >

Scroll down til you find forum_sidebar_width and change to whatever size you require.

Quote:

Originally Posted by Trevor Matthews (Post 2312902)
Also I want to remove the collapse buttons as my blocks are adverts.
How would I achieve that?

If you are using the default block_html template, go into AdminCP > Style Manager > Edit Templates > block_html

Find and remove
Code:

<a class="collapse" id="collapse_block_html_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_html_{vb:raw blockinfo.blockid}"/></a>
If you are using a custom template for your adverts then there should still be code similar to the above; again just delete that code.

Trevor Matthews 03-24-2012 08:11 PM

Gemma, thank you very much.
I now have this mod in place and it doesn't break my mobile style as ESB did!

I have one last question. I still have the little icon to collapse the whole sidebar, even though collapsing the sidebar is disabled the collapse icon is still there.
Is it possible to get rid of it?

Many thanks again.

Trevor Matthews 03-24-2012 08:49 PM

Hi
Actually the sidebar does collapse in certain parts of the forum, it looks to me that locking the sidebar is a feature of ESB.
I must be able to lock the sidebar and have it visible at all times.

Will this be an option at some point as I can't use it until then?

Samsine 03-24-2012 09:19 PM

1 Attachment(s)
Quote:

Originally Posted by vbenhancer (Post 2312865)
what did you edit and for what purpose?!

I selected the pages. I want the sidebar only on showthread visible.

I've tested with:
Install -> select 1 page more
Install -> delete 1 page


Both efforts come to nothing.
Once stored, the selected pages are deleted.
While it can be re-selected, but the display remains unsuccessful.

vbenhancer 03-25-2012 01:13 AM

and you have what version of vB so i can investigate?! because you're the only one to report that problem...

Quote:

Originally Posted by Samsine (Post 2312940)
I selected the pages. I want the sidebar only on showthread visible.

I've tested with:
Install -> select 1 page more
Install -> delete 1 page


Both efforts come to nothing.
Once stored, the selected pages are deleted.
While it can be re-selected, but the display remains unsuccessful.


Samsine 03-25-2012 02:07 AM

I found the error. The problem was due to an own addon which works as "Optioncode Checkbox" ... sorry ;)
Your sidebar work now excellent ! :up:

vbenhancer 03-25-2012 11:16 AM

Quote:

Originally Posted by Samsine (Post 2313011)
I found the error. The problem was due to an own addon which works as "Optioncode Checkbox" ... sorry ;)
Your sidebar work now excellent ! :up:

ROOOOO... sorry, this is one of my other addon... rofl... looks like i will have to make them more compatible... i hate how evals are used, we can't check everything... i will update!

tpearl5 03-26-2012 10:21 PM

Any chance of getting the ability to assign blocks based on THIS_SCRIPT? For example, different blocks on the forum homepage vs thread pages, or search pages?

vbenhancer 03-27-2012 07:35 PM

Quote:

Originally Posted by tpearl5 (Post 2313628)
Any chance of getting the ability to assign blocks based on THIS_SCRIPT? For example, different blocks on the forum homepage vs thread pages, or search pages?

that would be a good enhancement, but it would require i make editions of the sidebar generation, which is not what i had planned for this week... but yes, this is something to consider PRETTY SOON!

pokusek 03-28-2012 07:14 PM

Good mod.

But what bugs me is the fact that on the forumhome the sidebar is few pisels above the default sidebar (without the modification installed):

http://img542.imageshack.us/img542/6539/indexssc.png

Could you please take look at this?

Also, could be the sidebar included on pages with enhanced editor on (when writing a new thread/post)?

Thanks!

pokusek 03-28-2012 07:45 PM

Oh, I just figured out the sidebar position issue. I added this style to the sidebar_container div in the template FORUMHOME_NEX_SIDEBAR:

Code:

style="margin-top:38px !important;"
Now it works :)

vbenhancer 03-28-2012 10:31 PM

yeap, sure, you can edit the template, or add the value of that class in your additional.css...

for adding other pages into selection, it will be done in the next days... i'm on other tasks right now... ;)

010081 03-29-2012 10:20 AM

Quote:

Originally Posted by Trevor Matthews (Post 2312923)
Gemma, thank you very much.
I now have this mod in place and it doesn't break my mobile style as ESB did!

I have one last question. I still have the little icon to collapse the whole sidebar, even though collapsing the sidebar is disabled the collapse icon is still there.
Is it possible to get rid of it?

Many thanks again.

I have the same issue.. anyone please....

010081 03-29-2012 10:35 AM

Quote:

Originally Posted by 010081 (Post 2314629)
I have the same issue.. anyone please....

Ok that was pretty simple hahahahah finally found it...

just add it to ur additional.css template thats it..

Quote:

#sidebar_button_link {
display:none;
}

draver 03-29-2012 11:13 AM

This sidebar is killing my mobile style. Any chance to deactivate this only for mobile style?

SashaCPF 03-30-2012 01:54 AM

I cannot get the collapse button to work. Yes, I actually WANT the collapse button and I want my members to be able to choose if they want to see the sidebar or not. I click on the collapse button and nothing happens. The link associated with the button is:

http://mywebsite/vb/#

Shouldn't the # be "{vb:raw relpath}#top" ? I tried that and it still won't collapse.

SashaCPF 03-31-2012 02:56 PM

Still cannot get the collapse button to actually collapse the sidebar. Is this thread being monitored anymore?

ptceuro 03-31-2012 05:12 PM

wow, thats an awesome tutorial, thanks so much!!

vbenhancer 04-01-2012 12:43 PM

Quote:

Originally Posted by SashaCPF (Post 2315399)
Still cannot get the collapse button to actually collapse the sidebar. Is this thread being monitored anymore?

monitored? actually, you ask for something not related to this addon, so why would i monitor your request?!

you want by default to have the sidebar collapsed... ask this in the general support forum, not here, sorry...

vbenhancer 04-01-2012 12:51 PM

Quote:

Originally Posted by draver (Post 2314648)
This sidebar is killing my mobile style. Any chance to deactivate this only for mobile style?

hum, yes, sure we can have a deactivation for the mobiles... i'll see what i can do about it today.

SashaCPF 04-01-2012 12:58 PM

Quote:

Originally Posted by vbenhancer (Post 2315716)
monitored? actually, you ask for something not related to this addon, so why would i monitor your request?!

you want by default to have the sidebar collapsed... ask this in the general support forum, not here, sorry...

Actually, no I do not want it collapsed by default. I want the collapse button in your add-on to actually work. It worked fine before I added your add-on - as in, I was able to click on the button and the sidebar collapsed. Then when I clicked on the button again, it expanded. After I added your add-on, the button is there but when I click on it, the sidebar does NOT collapse. I want my members to be able to collapse and expand YOUR add-on sidebar whenever and wherever they want.

vbenhancer 04-01-2012 01:10 PM

Quote:

Originally Posted by SashaCPF (Post 2315722)
Actually, no I do not want it collapsed by default. I want the collapse button in your add-on to actually work. It worked fine before I added your add-on - as in, I was able to click on the button and the sidebar collapsed. Then when I clicked on the button again, it expanded. After I added your add-on, the button is there but when I click on it, the sidebar does NOT collapse. I want my members to be able to collapse and expand YOUR add-on sidebar whenever and wherever they want.

oh, that way...

actually, the collapse button is not coded by this plugin, so if it does not work, maybe it's because of a difference between your style and this product... i could take a look, if i know your site's url... (the one in your siggy is not having that product installed...)

SashaCPF 04-01-2012 01:47 PM

Quote:

Originally Posted by vbenhancer (Post 2315726)
oh, that way...

actually, the collapse button is not coded by this plugin, so if it does not work, maybe it's because of a difference between your style and this product... i could take a look, if i know your site's url... (the one in your siggy is not having that product installed...)

The site I am testing it out on is http://www.cpfgreen.com/vb/forum.php . I currently only have it enabled on Forum Home and I am working with the default style.

OH!... and thank you... :)

vbenhancer 04-01-2012 02:09 PM

ok, you are right....

actually you are left... do the sidebar works properly when in right side?! i tested it on my production site and it is working as planned, so i need to see if i have done something wrong...

SashaCPF 04-01-2012 02:15 PM

Ok, I moved it to the right and still not working.

SashaCPF 04-01-2012 02:42 PM

I'm going to uninstall the add-on, download the add-on again, then install it again. Will let you know what happens.

SashaCPF 04-01-2012 02:46 PM

Still not working.

vbenhancer 04-01-2012 03:34 PM

ok, from what i see in the errors console when visiting your site:

Quote:

forum.php:70
ReferenceError: Can't find variable: yuipath
vbulletin-sidebar.js:11TypeError: 'undefined' is not a constructor (evaluating 'new YAHOO.util.Anim(this.sidebar,{opacity:{from:1,to:0 }},0.3)')

SashaCPF 04-01-2012 03:52 PM

Quote:

Originally Posted by vbenhancer (Post 2315774)
ok, from what i see in the errors console when visiting your site:

Ok. I'm stuck on dumb :o How do I fix that?

And thank you again for your help!

greenchicken 04-01-2012 04:17 PM

Is there a way to show this only to certain usergroups or it it all or nothing?

Thanks

vbenhancer 04-01-2012 04:18 PM

i frankly don't know why the sidebar would work originally and my product not work if your site is not showing the right path for the yuipath... the path is supposed to be set in the AdminCP >> Options >> Server Settings and Optimization Options >> Use Remote YUI ...

vbenhancer 04-01-2012 04:18 PM

Quote:

Originally Posted by greenchicken (Post 2315791)
Is there a way to show this only to certain usergroups or it it all or nothing?

Thanks

right now it's a all or nothing, but as i'm grabbing all possible requests right now, i will take this in the To-Do-List right away... :)

draver 04-02-2012 03:17 PM

Quote:

Originally Posted by vbenhancer (Post 2315719)
hum, yes, sure we can have a deactivation for the mobiles... i'll see what i can do about it today.

That would be really great.

draver 04-04-2012 06:59 AM

Any News?

pokusek 04-04-2012 07:01 PM

I have found a bug: After I activate your modification, the Default Registration Options disappear. It looks like this:

http://img837.imageshack.us/img837/3568/indexco.png

Yould you please take a look at this?
Thanks.

vbenhancer 04-04-2012 07:40 PM

Quote:

Originally Posted by pokusek (Post 2316780)
I have found a bug: After I activate your modification, the Default Registration Options disappear. It looks like this:

Yould you please take a look at this?
Thanks.

Thanks for this horrible report, Pokusek... i'll check right away, that's obscene!

vbenhancer 04-04-2012 08:27 PM

thanks Pokusek, bug checked and corrected... version 1.0.1 released

pokusek 04-04-2012 08:31 PM

Wow, that was quick! Thanks.


All times are GMT. The time now is 03:01 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.01363 seconds
  • Memory Usage 1,830KB
  • 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
  • (2)bbcode_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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