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


All times are GMT. The time now is 05:27 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.02817 seconds
  • Memory Usage 1,765KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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