vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - [YUI] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=197871)

King Kovifor 12-04-2008 08:53 PM

Quote:

Originally Posted by AWJunkies (Post 1678650)
Everyone who is having issues STOP looking through thread and trying to fix the mod through all the posts with 10 different IF statements and solutions they all DO NOT WORK. Please update thread as soon as you can king and others look here:

https://vborg.vbsupport.ru/showpost....&postcount=102

I've got a viewing tonight and tomorrow, so I probably won't get around to being able to spend time updating this until Saturday.

AWJunkies 12-04-2008 09:18 PM

Not a problem just wanted to notify users so they don't keep talking about and repeating the same non fix stuff when there is a fix.

Also remember you DO have issue with IE and the js file I posted few posts back. I can't fix that one it has to do with your code directly and not the js itself.

rob01 12-04-2008 11:40 PM

Quote:

Originally Posted by AWJunkies (Post 1678688)
Not a problem just wanted to notify users so they don't keep talking about and repeating the same non fix stuff when there is a fix.

Also remember you DO have issue with IE and the js file I posted few posts back. I can't fix that one it has to do with your code directly and not the js itself.

yeah it seems to work now, but it just work in IE right?


other question how you fix the forumhome space? , lets say if you click over all forums, the website will expand so it could show all forums , but if you show other, the website size will remain as biger as before (when you click all forums) right?

King Kovifor 12-05-2008 12:50 AM

Quote:

Originally Posted by AWJunkies (Post 1678688)
Not a problem just wanted to notify users so they don't keep talking about and repeating the same non fix stuff when there is a fix.

Also remember you DO have issue with IE and the js file I posted few posts back. I can't fix that one it has to do with your code directly and not the js itself.

I must have missed that, would mind reminding me of the problem (coming home to 3 pages of new posts is easy to miss a few posts...) or just link me to the post and I can look into fixing it.

AWJunkies 12-05-2008 03:50 AM

Quote:

Originally Posted by King Kovifor (Post 1678774)
I must have missed that, would mind reminding me of the problem (coming home to 3 pages of new posts is easy to miss a few posts...) or just link me to the post and I can look into fixing it.

https://vborg.vbsupport.ru/showpost....6&postcount=97

Post # 97

It does NOT effect it loading and working in IE but does throw error. Presume your caching of forums wont work cause it uses this.

Also this mod does not work with:
Spider Display 1.0.0

Working on fix as I need this. Will have one soon and the space between forums.

I see a temp fix for some styles not showing the spacing between forums as the:
<div class="spacer"></div>

Is not creating the space and a <br /> is needed.

So in forumhome_forumbit_level1_nopost:
in the instructions it says to add a </if> at the end you need to add a <br /> as well

<br />
<div class="spacer"></div>
</if>

or

<br />
</if>

murekhalir 12-05-2008 05:10 AM

Quote:

Originally Posted by AWJunkies (Post 1677570)
All you do is follow directions it tells you within there mod and 0 issues tells you exactly what to do go to those to plugins in CYB mod and add the OR statement. Works perfect.

My issue I am having is the tabs are not showing JUST X forum id but showing ALL no matter what I do which is very strange. I went back to full your js everything and same issue so has nothing to do with my doing different js calls.

Anyone else getting this issue? No errors just shows all forums no matter what Id's I put. I followed pictures to the T as examples still no go.



forgive me for my ignorance...

if i got this error:
Quote:

Plugins (Search In): Cyb - Sub-Forum Manager - CT and Cyb - Sub-Forum Manager 1
Find:
(THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay'))
Replace With:
(THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay' OR THIS_SCRIPT=='indexTAB'))


Where would i go and look to modify the plugins?

s810car 12-05-2008 05:18 AM

dang my server going through a move and I wanted to try some more today, gonna try the fix posted asap and comment

Morsolo 12-05-2008 07:42 AM

I am amazed to see how long this took and how much work you guys put in to this, but the amount it simply doesn't work...

I have stumbled upon a rather large bug, common navbar templates like this:
Code:

        <!-- network locator -->
        <div class="vbmenu_popup" id="networklocator_menu" style="display:none" align="$stylevar[left]">
                <table width="200px" cellpadding="4" cellspacing="1" border="0">
                        <tr><td class="thead">Main</td></tr>
                        <tr><td class="vbmenu_option"><a href="http://www.m-network.net/index.php">Homepage</a></td></tr>
                        <tr><td class="vbmenu_option"><a href="http://www.m-network.net/forum/index.php">Forum</a></td></tr>
                        <tr><td class="thead">Locations</td></tr>
                        <tr><td class="vbmenu_option"><a href="">Coming Soon...</a></td></tr>
                </table>
        </div>
        <!-- / network locator -->

Creates dropdown menu for use within the navbar or header when this is called:
Code:

                        <td id="networklocator" width="78" height="34" class="css_nav"><a href="$show[nojs_link]#networklocator">.Network</a> <script type="text/javascript"> vbmenu_register("networklocator", 1); </script></td>
All these drop downs, custom and default, do not work now, does anyone else get this problem? I am 100% sure it is this mod and they were working, I installed this and they weren't...

EDIT:
I've just received numerous complaints that this mod is breaking anything and everything Javascript, the WWYSIG Editor is broken to now.

Aren 12-05-2008 08:52 AM

Quote:

Originally Posted by Morsolo (Post 1678909)
EDIT:
I've just received numerous complaints that this mod is breaking anything and everything Javascript, the WWYSIG Editor is broken to now.

I've tried both on FF and IE and the WYSIWYG editor is working fine, both in quick reply and in advanced reply mode.

SteamyLightning 12-05-2008 09:22 AM

Quote:

Originally Posted by murekhalir (Post 1678861)
forgive me for my ignorance...

Where would i go and look to modify the plugins?

Go to the Plugin Manager, scroll down to Cyb - Subforum Manager, and then edit the Cyb - "Sub-Forum Manager - CT" and "Cyb - Sub-Forum Manager 1" templates.


All times are GMT. The time now is 10:53 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.01376 seconds
  • Memory Usage 1,755KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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