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)

Zweeper 01-04-2011 07:49 AM

this is not working for me. i already added it to html.php as well as in my onlineuser forum block, but still the same.

lorenii 01-04-2011 08:24 AM

upgraded and it didnt work like it had. Reverted to 1.1.4 and it is working like a champ. I'll try the upgrade again later.....

almannai 01-04-2011 09:33 AM

Quote:

Originally Posted by Zweeper (Post 2143748)
this is not working for me. i already added it to html.php as well as in my onlineuser forum block, but still the same.

Sorry this not related to this mod ask in Lynne mod.

almannai 01-04-2011 09:34 AM

Quote:

Originally Posted by lorenii (Post 2143761)
upgraded and it didnt work like it had. Reverted to 1.1.4 and it is working like a champ. I'll try the upgrade again later.....

Guys "not working" phrase means alot of things pls be more clear about the problem.

What is your vb version?

Zweeper 01-04-2011 10:52 AM

okay, lets say the online user block is a problem of the online user mod.

i have another problem (anyway).

I modified the new post block a bit, just html stuff (if you want, i can make screenshots).

When i open another page than forumhome (any other page where the sidebar is shown), the layout of the new post block is the original one, not the one i modified.

how can i change that?

greetings and thanks for your help so far!

almannai 01-04-2011 02:41 PM

Quote:

Originally Posted by Zweeper (Post 2143809)
okay, lets say the online user block is a problem of the online user mod.


i have another problem (anyway).

I modified the new post block a bit, just html stuff (if you want, i can make screenshots).

When i open another page than forumhome (any other page where the sidebar is shown), the layout of the new post block is the original one, not the one i modified.

how can i change that?


greetings and thanks for your help so far!

To change what????

pls send a screenshoot and your forum url

dilbert 01-04-2011 03:11 PM

Originally Posted by dilbert https://vborg.vbsupport.ru/external/2011/11/11.gif
Thanks for updating this!
I have Forum Threads turned off, yet they display.
Any thoughts?
from mod options look for "Show when forum closed?" set it to No.

I tried this, but it still displays: http://www.pathlabtalk.com/forum/forum.php

almannai 01-04-2011 03:34 PM

Quote:

Originally Posted by dilbert (Post 2143943)
Originally Posted by dilbert https://vborg.vbsupport.ru/external/2011/11/11.gif
Thanks for updating this!
I have Forum Threads turned off, yet they display.
Any thoughts?
from mod options look for "Show when forum closed?" set it to No.

I tried this, but it still displays: http://www.pathlabtalk.com/forum/forum.php

Sorry I thought you said forum closed.

But what do you mean by forum threads turned off?

Zweeper 01-04-2011 09:51 PM

1 Attachment(s)
Quote:

Originally Posted by almannai (Post 2143921)
To change what????

pls send a screenshoot and your forum url


i attached two screenshots to make it more clearly.
these two screenshots SHOULD be actually 100% equal each other, but as you see, the forumhome is different from the forumdisplay (and all others where the sidebar is shown due to this modification).


Okay, the onlie user block is missing (first block in the picture), we talked about this, probably not the business of this modification.

But when you take a look at the "new post" block (Neue Beitr?ge) you can see that it looks totally different. I want it to look on all pages as it looks on the forumhome.



I hope you can understand me now better.

Regards




ps: maybe it is also of interest to show the html code of my block_threads template:

Quote:

<li>
<div class="block smaller">
<div class="blocksubhead">
<a class="collapse" id="collapse_block_newthreads_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_newthreads_{vb:raw blockinfo.blockid}"/></a>
<img src="{vb:stylevar imgdir_cms}/widget-forum.png" alt="" />
<span class="blocktitle">{vb:raw blockinfo.title}</span>
</div>
<div class="widget_content blockbody floatcontainer">
<ul id="block_newthreads_{vb:raw blockinfo.blockid}" class="blockrow">
<vb:each from="threads" key="threadid" value="thread">
<li class="<vb:if condition="!$vboptions['avatarenabled']">no</vb:if>avatarcontent floatcontainer widget_post_bit">
<div class="widget_post_userinfo">
<vb:if condition="$vboptions['avatarenabled']">
<div class="cms_widget_post_useravatar widget_post_useravatar">
<a class="smallavatar comments_member_avatar_link" href="{vb:link member, {vb:raw thread}}">
<vb:if condition="$thread['showavatar']">
<img width="30" title="" src="{vb:raw thread.avatarurl}" alt=""/>
<vb:else />
<img width="30" title="" src="{vb:stylevar imgdir_misc}/unknown.gif" alt=""/>
</vb:if>
</a>
</div>
</vb:if>
</div>
<div class="smallavatartext widget_post_comment<vb:if condition="!$vboptions['avatarenabled']">_noavatar</vb:if>">
<h5 class="widget_post_header"><a href="{vb:raw thread.url}" class="title">{vb:raw thread.title}</a></h5>
<div class="meta">
<vb:if condition="$threadstype == 0">
{vb:rawphrase posted_by} <a href="{vb:link member, {vb:raw thread}}">{vb:raw thread.postusername}</a> {vb:stylevar dirmark}({vb:rawphrase x_replies, {vb:raw thread.replycount}})
<br />{vb:raw thread.date} <span class="time">{vb:raw thread.time}</span> {vb:rawphrase in_x, {vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}, {vb:raw thread.forumtitle}}
<vb:else />
{vb:rawphrase last_post_by} <a href="{vb:link member, {vb:raw thread}, null, 'lastposterid', 'lastposter'}">{vb:raw thread.lastposter}</a> {vb:stylevar dirmark}<br>
({vb:rawphrase x_replies, {vb:raw thread.replycount}}) <br />
{vb:raw thread.lastpostdate} <span class="time">{vb:raw thread.lastposttime}</span> {vb:rawphrase in_x, {vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}, {vb:raw thread.forumtitle}}
</vb:if>
</div>
</div>
</li>
</vb:each>
</ul>
</div>
</div>
<div class="underblock"></div>
</li>

RichieBoy67 01-05-2011 02:20 AM

Any tips for getting this to work on the cms page? I know how to add the sidebar to a custom page but I am a bit concerned with the cms page.

I believe I am having issues because of the layout but I am not sure... Has anyone added the sidebar to the cms? If so any tips would be a big help to me..

Thanks

almannai 01-05-2011 05:50 AM

Quote:

Originally Posted by Zweeper (Post 2144134)
i attached two screenshots to make it more clearly.
these two screenshots SHOULD be actually 100% equal each other, but as you see, the forumhome is different from the forumdisplay (and all others where the sidebar is shown due to this modification).


Okay, the onlie user block is missing (first block in the picture), we talked about this, probably not the business of this modification.

But when you take a look at the "new post" block (Neue Beitr?ge) you can see that it looks totally different. I want it to look on all pages as it looks on the forumhome.



I hope you can understand me now better.

Regards




ps: maybe it is also of interest to show the html code of my block_threads template:

Again this is due a missing file that is included in forumhome and not available in other pages, maybe it is css file that need to be added in the code.

Check with guy how you take the code from.

almannai 01-05-2011 05:55 AM

Quote:

Originally Posted by RichieBoy67 (Post 2144226)
Any tips for getting this to work on the cms page? I know how to add the sidebar to a custom page but I am a bit concerned with the cms page.

I believe I am having issues because of the layout but I am not sure... Has anyone added the sidebar to the cms? If so any tips would be a big help to me..

Thanks

I didn't check it out yet. But am avoiding any page that already using a sidebar in it because of the conflict issue.

lorenii 01-05-2011 09:02 AM

Sorry about not being clear... Everything was working like it should before the upgrade(ver 1.3.4), but after I upgraded it(1.4.1), I could not get it to show up on forum home. What it DID do on the forumhome page was put all of the copyright notice info (powered by VB etc...) on the right hand column where the sidebar should be. I am running VB 4.1.0 pl2.

almannai 01-05-2011 09:36 AM

Quote:

Originally Posted by lorenii (Post 2144327)
Sorry about not being clear... Everything was working like it should before the upgrade(ver 1.3.4), but after I upgraded it(1.4.1), I could not get it to show up on forum home. What it DID do on the forumhome page was put all of the copyright notice info (powered by VB etc...) on the right hand column where the sidebar should be. I am running VB 4.1.0 pl2.

Very hard to tell how solve this since you changed the forumhome page

But why you want to move copyright to the right? Is it that much worth it?

dilbert 01-05-2011 10:17 AM

Quote:

Originally Posted by almannai (Post 2143961)
Sorry I thought you said forum closed.

But what do you mean by forum threads turned off?

I went to Forum Blocks Manager and edited Forum Threads to Active = No, yet it still shows on all pages.
How do I turn this off?
If you view any page on my site you'll it still displays.
http://www.pathlabtalk.com/forum/forum.php

Thanks, this is a great mod to have.

<edit>
I kind of solved it. I set Maximum Threads to 0.
</edit>

joanne8621 01-05-2011 02:43 PM

Tried installing this but get error message-
XML Error: Mismatched tag at Line 53

Using vB 4.1.0 PL2, sidebar 1.4.1

Thanks

almannai 01-05-2011 03:02 PM

Quote:

Originally Posted by dilbert (Post 2144356)
I went to Forum Blocks Manager and edited Forum Threads to Active = No, yet it still shows on all pages.
How do I turn this off?
If you view any page on my site you'll it still displays.
http://www.pathlabtalk.com/forum/forum.php

Thanks, this is a great mod to have.

<edit>
I kind of solved it. I set Maximum Threads to 0.
</edit>

Ok I see why this would happen

I would suggest that you get the block id then put blockid followed by colon like this
PHP Code:

blockid

in block page filter and forum filter of the mod options


Quote:

Originally Posted by joanne8621 (Post 2144429)
Tried installing this but get error message-
XML Error: Mismatched tag at Line 53

Using vB 4.1.0 PL2, sidebar 1.4.1

Thanks

did you edited the xml file manually?

if not try to un-install it then install it again

demonfatal 01-05-2011 07:25 PM

Quote:

Originally Posted by Zweeper (Post 2143576)
no, this is not working. it worked for the FAQ problem, but not for this problem.
the user online block still dissapears on all other pages.

For your information the Block "Users Online" is ONLY available on FORUMHOME.
So don't search the error here.

daveaite 01-06-2011 03:33 AM

nice work.

MikeWarner 01-06-2011 09:43 AM

Latest version does not work on vb 4.1. I had earlier versions working on 4.0.x fine, but not the latest. I get a sidebar area but blank, and only on forum home. Not even a blank area on other pages. Have had to remove this till it is fixed.

Oh - I did follow the instructions which said to remove the old version first.

almannai 01-06-2011 11:22 AM

Quote:

Originally Posted by daveaite (Post 2144736)
nice work.

u r welcome

Quote:

Originally Posted by MikeWarner (Post 2144840)
Latest version does not work on vb 4.1. I had earlier versions working on 4.0.x fine, but not the latest. I get a sidebar area but blank, and only on forum home. Not even a blank area on other pages. Have had to remove this till it is fixed.

Oh - I did follow the instructions which said to remove the old version first.

Since old version is working for earlier vb you don't have to upgrade

MikeWarner 01-06-2011 05:52 PM

'Im using vb 4.1.0

Zweeper 01-07-2011 12:02 AM

okay, thanks a lot!

almannai 01-07-2011 04:51 AM

Quote:

Originally Posted by MikeWarner (Post 2145025)
'Im using vb 4.1.0

Not working means a lot of things. What is the issue you are having?

Quote:

Originally Posted by Zweeper (Post 2145200)
okay, thanks a lot!

No prob

MikeWarner 01-07-2011 06:28 AM

1 Attachment(s)
When enabled, the sidebar area is blank on forum home, and there is no change on other pages. Templates are the default. See the attached image of forum home.

I did have an earlier version working on 4.0.x.

Thanks.

almannai 01-07-2011 03:32 PM

Quote:

Originally Posted by MikeWarner (Post 2145329)
When enabled, the sidebar area is blank on forum home, and there is no change on other pages. Templates are the default. See the attached image of forum home.

I did have an earlier version working on 4.0.x.

Thanks.

Can you check something

Do you have different type of blocks or one type?

Can you try different type of blocks and see what happens?

txsbmw 01-09-2011 11:31 PM

I am having an issue with the sidebar appearing at the bottom of the forums on forum home. Displays fine everywhere else. I saw the author's note about the following:

1. you are using a custom style that is changing the forumhome look.
2. You are using a nother mod that is changing the content of froumhome before this ESB.

And neither one apply to me. The forumhome template is the default template and I am not using another mod that would modify the forum home. It was working fine before I upgraded to this latest version of it. I am running vb 4.1.0 PL2

almannai 01-10-2011 05:15 AM

Quote:

Originally Posted by txsbmw (Post 2146719)
I am having an issue with the sidebar appearing at the bottom of the forums on forum home. Displays fine everywhere else. I saw the author's note about the following:

1. you are using a custom style that is changing the forumhome look.
2. You are using a nother mod that is changing the content of froumhome before this ESB.

And neither one apply to me. The forumhome template is the default template and I am not using another mod that would modify the forum home. It was working fine before I upgraded to this latest version of it. I am running vb 4.1.0 PL2

Quote:"I am not using another mod that would modify the forum home."

Are you sure about this? Have you temperorly disabled all other mods to check that?
Can you pls post your forum url?

Regards

txsbmw 01-10-2011 02:56 PM

I am positive. I disabled all other mods (other than the blog and CMS one of course) to see if there was a conflict. They are all re-enabled now since there was no reason to leave them disabled, but my forum is located at http://www.militarylifenetwork.com/portal

almannai 01-10-2011 03:30 PM

Quote:

Originally Posted by txsbmw (Post 2147048)
I am positive. I disabled all other mods (other than the blog and CMS one of course) to see if there was a conflict. They are all re-enabled now since there was no reason to leave them disabled, but my forum is located at http://www.militarylifenetwork.com/portal

I don't see the vb default style in style options!
BW I will upload version 1.4.1 with pl1 right now try it and see if it fix this issue. If the problem pressist let me know and maybe in this case it would be better to disable sidebar for your forum forumhome page.

Also for everyone custom style can work with sidebar it is just the style have to take care of some factors. IT is always better to copy the default style then create the custom style from the copied style.

txsbmw 01-10-2011 04:11 PM

That is due to the fact that we do not allow users to select the default vb style. It does not work in the default style either as I have tested it. Again it was working fine on 4.0.8 PL2 before I updated the mod to the 1.4.1 version

txsbmw 01-10-2011 04:13 PM

Also my custom styles are just the same as default (as they were copied from that) I just changed the header template to include my navigation bars and I changed the colors under StyleVars

Igel1 01-10-2011 08:35 PM

The version 1.4.1pl1 my skin for the first time all mixed up

VB 4.1.0pl2

almannai 01-11-2011 06:08 AM

Quote:

Originally Posted by txsbmw (Post 2147067)
That is due to the fact that we do not allow users to select the default vb style. It does not work in the default style either as I have tested it. Again it was working fine on 4.0.8 PL2 before I updated the mod to the 1.4.1 version

Quote:

Originally Posted by txsbmw (Post 2147072)
Also my custom styles are just the same as default (as they were copied from that) I just changed the header template to include my navigation bars and I changed the colors under StyleVars

The mod is searching for navbar and footer phrases to locate itself in the proper location please read this from mod thread


Most asked question:

Q:I've installed your sidebar mod and it works fine except on the forumhome! The sidebar is showing at the bottom of the page. Any idea how to fix it?

A:It is either due to one of these:
1. you are using a custom style that is changing the forumhome look.
2. You are using a nother mod that is changing the content of froumhome before this ESB.

ESB needs to see this in forumhome
PHP Code:

<div id="pagetitle"

So to tix this problem you either need to make sure that
PHP Code:

<div id="pagetitle"

exist in the correct location or change ESB forumhome plugin to search for a new phrase.

for the latest version 1.4.1+ it looks for
PHP Code:

{vb:raw navbar

so if you are setting new style make sure not to remove or change
PHP Code:

{vb:raw navbar

location to get sidebar in the proper location.





Quote:

Originally Posted by Igel1 (Post 2147230)
The version 1.4.1pl1 my skin for the first time all mixed up

VB 4.1.0pl2

Was it ok on 1.4.1?
Did you check on the default style?

Rob F 01-11-2011 07:17 AM

1 Attachment(s)
Having slight issues with the positioning of the sidebar.

Works fine in all areas except top positioning. Tried the fix above (forumhome.css) but couldn't find #sidebar_container at all.

Currently have it positioning itself differently for forumhome, subforum and inside a thread as can be seen in images attached.

Help please?

Forum Home
https://vborg.vbsupport.ru/external/2011/01/38.jpg

Sub-forum
https://vborg.vbsupport.ru/external/2011/01/38.jpg

And thread look
https://vborg.vbsupport.ru/external/2011/01/38.jpg

almannai 01-11-2011 11:45 AM

Quote:

Originally Posted by Rob F (Post 2147446)
Having slight issues with the positioning of the sidebar.

Works fine in all areas except top positioning. Tried the fix above (forumhome.css) but couldn't find #sidebar_container at all.

Currently have it positioning itself differently for forumhome, subforum and inside a thread as can be seen in images attached.

Help please?

Forum Home
https://vborg.vbsupport.ru/external/2011/01/38.jpg

Sub-forum
https://vborg.vbsupport.ru/external/2011/01/38.jpg

And thread look
https://vborg.vbsupport.ru/external/2011/01/38.jpg

That is because sidebar css has been moved from forumhome.css to sidebar.css. You will find #sidebar_container there.


Good luck

Igel1 01-11-2011 12:04 PM

Hello almannai

Quote:

Was it ok on 1.4.1?
Did you check on the default style?
1.4.1 is OK and works like all the other versions so far
With 1.4.1pl2 the Sidebar is displayed but the content is very narrow and long attracted
Thanks for your answer

Igel1

almannai 01-11-2011 12:54 PM

Quote:

Originally Posted by Igel1 (Post 2147500)
Hello almannai


1.4.1 is OK and works like all the other versions so far
With 1.4.1pl2 the Sidebar is displayed but the content is very narrow and long attracted
Thanks for your answer

Igel1

You mean 1.4.1pl1 and not 1.4.1pl2 :)

Can I see it in action?

mccollin 01-11-2011 01:14 PM

For what its worth, I've been running 4.1PL2 from the beginning and not had any issues... http://pdaphonehome.com/forums . My templates have some minimal tweaks, but mostly standard.

Igel1 01-11-2011 01:16 PM

1 Attachment(s)
What I just noticed yet, the bottom bar of vb (Contact, Admin, etc) is appended with 1.4.1pl1 at the end of the sidebar and squeezed.

Screen 1 with 1.4.1
Screen 2+3 with 1.4.1pl1


All times are GMT. The time now is 09:15 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.03224 seconds
  • Memory Usage 1,876KB
  • 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
  • (5)bbcode_php_printable
  • (26)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