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)
-   -   Forum Display Enhancements - Global Threads for VB4 (https://vborg.vbsupport.ru/showthread.php?t=258084)

BirdOPrey5 02-25-2012 03:53 PM

Hello All,

Unfortunately this mod has too much legacy code for me to keep trying to fix for newer versions of vBulletin.

I am officially marking this un-supported today but will try to help with issues as possible.

I have re-coded a new Global Threads mod from scratch that I will be officially supporting from now on.

steeler7 02-27-2012 05:47 PM

BOP... after I had applied those template changes a bout a day or so passed and it was brought to my attention that when you click on any of the "global threads" they are taking people to some random Thread in a different Forum, not the one actual Thread itself.

You can check it out here ---> http://www.pittsburghsportsforum.com...2-Bucco-s-Talk

There's 3 Global Threads right below the sticky threads. They have the proper link title and everything but when you click on them they take me to the wrong thread.

whitey92lx 02-27-2012 09:00 PM

sweetness!

BirdOPrey5 02-27-2012 09:25 PM

It's actually not random, it's taking you to thread with the same id as the forum you are viewing it from... So somewhere a "threadid" and "forumid" got mixed up.

Are you using the EXACT threadbit_global template I posted or did you make ANY changes to it?

steeler7 02-28-2012 12:17 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2304009)
It's actually not random, it's taking you to thread with the same id as the forum you are viewing it from... So somewhere a "threadid" and "forumid" got mixed up.

Are you using the EXACT threadbit_global template I posted or did you make ANY changes to it?

It's the exact one. i just coped and pasted it

BirdOPrey5 02-28-2012 01:15 AM

Lets try again...

replace threadbit_global with this code:

Code:

<li class="threadbit {vb:raw globalthread.statusstring}<vb:if condition="$show['paperclip']"> attachments</vb:if><vb:if condition="!$globalthread['postuserid'] AND !$globalthread['del_userid']"> guest</vb:if><vb:if condition="$globalthread['moderatedprefix']"> unapproved</vb:if>" id="thread_{vb:raw globalthread.realthreadid}">
        <div class="rating{vb:raw globalthread.rating}<vb:if condition="$globalthread['sticky']"> sticky<vb:else /> nonsticky</vb:if>">
                <div class="threadinfo" title="{vb:raw globalthread.preview}">
                        <!--  status icon block -->
                        <a class="threadstatus" rel="vB::AJAX" <vb:if condition="$show['threadcount']">title="{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw globalthread.dot_count}, {vb:raw globalthread.dot_lastpost}}"</vb:if>></a>

                        <!-- title / author block -->
                        <div class="inner">
                                <h3 class="threadtitle">
                    <vb:if condition="$show['gotonewpost']"><a href="{vb:link thread, {vb:raw globalthread}, {vb:raw pageinfo_newpost}, 'threadid', 'threadtitle'}" id="thread_gotonew_{vb:raw globalthread.realthreadid}"><img class="gotonewpost" src="{vb:stylevar imgdir_button}/firstnew.png" alt="{vb:rawphrase go_to_first_new_post}" /></a>
                                        </vb:if>       

                    <vb:if condition="$show['threadicon']">
                            <img src="{vb:raw globalthread.threadiconpath}" alt="{vb:raw globalthread.threadicontitle}" border="0" />
                    </vb:if>
                    <vb:if condition="$gtuseicon">
                        <img src="{vb:stylevar imgdir_misc}/global.png" alt="{vb:rawphrase global_thread}" />
                    </vb:if>                                       
                                        {vb:rawphrase gt_global}

                                        <vb:if condition="$globalthread['sticky']">
                                                <img src="{vb:stylevar imgdir_misc}/sticky.gif" alt="{vb:rawphrase sticky_thread}" />
                                        </vb:if>
                                       
                                        <vb:if condition="$globalthread['movedprefix'] OR $globalthread['typeprefix'] OR $globalthread['moderatedprefix'] OR $globalthread['prefix_rich']">
                                                <span id="thread_prefix_{vb:raw globalthread.realthreadid}" class="prefix understate">
                                                        {vb:raw globalthread.movedprefix}
                                                        {vb:raw globalthread.typeprefix}
                                                        {vb:raw globalthread.moderatedprefix}
                                                        {vb:raw globalthread.prefix_rich}
                                                </span>
                                        </vb:if>
                        <a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw globalthread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw globalthread.realthreadid}">{vb:raw globalthread.threadtitle}</a>
                                </h3>

                                <div class="threadmeta">                               
                                        <div class="author">
                                                <vb:if condition="$show['rmanage']">
                                                        <span class="rmanage"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php?{vb:raw session.sessionurl}do=editthread&amp;t={vb:raw globalthread.redirectthreadid}">{vb:rawphrase manage}</a></span>
                                                </vb:if>                                               
                                                <vb:if condition="!$show['detailedtime']">
                                                        {vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw globalthread}, null, 'postuserid', 'postusername'}, {vb:raw globalthread.postusername}, {vb:raw globalthread.startdate}, {vb:raw globalthread.starttime}, {vb:stylevar dirmark}}
                                                <vb:else />
                                                        {vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw globalthread}, null, 'postuserid', 'postusername'}, {vb:raw globalthread.postusername}, {vb:raw globalthread.startdate}, {vb:stylevar dirmark}}
                                                </vb:if>
                                                <vb:if condition="$show['unsubscribe']">
                                                        &nbsp; <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}newreply.php?{vb:raw session.sessionurl}do=newreply&amp;t={vb:raw globalthread.threadid}" rel="nofollow">{vb:rawphrase reply}</a>
                                                        | <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&amp;return=ucp&amp;t={vb:raw globalthread.threadid}" rel="nofollow">{vb:rawphrase unsubscribe}</a>
                                                </vb:if>
                                                <vb:if condition="$globalthread['pagenav']">
                                                        <dl class="pagination" id="pagination_threadbit_{vb:raw globalthread.realthreadid}">
                                                                <dt class="label">{vb:raw globalthread.totalpages} {vb:rawphrase pages} <span class="separator">&bull;</span></dt>
                                                                <dd>
                                                                        {vb:raw globalthread.pagenav}
                                                                        <vb:if condition="$show['pagenavmore']"> <span class="separator">...</span> <span><a href="{vb:raw globalthread.lastpagelink}">{vb:raw globalthread.totalpages}</a></span></vb:if>
                                                                </dd>
                                                        </dl>
                                                </vb:if>
                                                <!-- iconinfo -->
                                                <div class="threaddetails td">
                                                        <div class="threaddetailicons">
                                                                <vb:if condition="$show['taglist']">
                                                                        <img src="{vb:stylevar imgdir_misc}/tag.png" alt="{vb:raw globalthread.taglist}" />
                                                                </vb:if>
                                                                <vb:if condition="$show['rexpires']">
                                                                        <img src="{vb:stylevar imgdir_misc}/expires.gif" alt="{vb:rawphrase expires_on_x_y, {vb:raw globalthread.expiredate}, {vb:raw globalthread.expiretime}}" />
                                                                </vb:if>
                                                                <vb:if condition="$show['moderated']">
                                                                        <img src="{vb:stylevar imgdir_misc}/moderated_small.gif" alt="{vb:rawphrase x_moderated_posts, {vb:raw globalthread.hiddencount}}" />
                                                                </vb:if>
                                                                <vb:if condition="$show['deletedthread']">
                                                                        <img src="{vb:stylevar imgdir_misc}/trashcan_small.gif" alt="{vb:rawphrase x_deleted_posts, {vb:raw globalthread.deletedcount}}" />
                                                                </vb:if>
                                                                <vb:if condition="$show['paperclip']">
                                                                        <a href="javascript://" onclick="attachments({vb:raw globalthread.threadid}); return false"> <img src="{vb:stylevar imgdir_misc}/paperclip.png" border="0" alt="{vb:rawphrase x_attachments, {vb:raw globalthread.attach}}" /></a>
                                                                </vb:if>
                                                                <vb:if condition="$show['subscribed']">
                                                                        <img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" />
                                                                </vb:if>
                                                        </div>
                                                </div>
                                        </div>
                                       
                                </div>

                        </div>
                </div>
               
                <!-- threadstats -->
                <vb:if condition="!$show['notificationtype']">
                <ul class="threadstats td alt" title="<vb:if condition="$globalthread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw globalthread.dot_count}, {vb:raw globalthread.dot_lastpost}}</vb:if>">
                        <vb:if condition="$show['threadmoved']">
                                <li>&nbsp;</li>
                                <li>&nbsp;</li>
                        <vb:else />
                                <li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&amp;t={vb:raw globalthread.threadid}" onclick="who({vb:raw globalthread.threadid}); return false;" class="understate">{vb:raw globalthread.replycount}</a></li>
                                <li>{vb:rawphrase views}: {vb:raw globalthread.views}</li>
                        </vb:if>
                        <li class="hidden">{vb:rawphrase rating}{vb:raw globalthread.rating} / 5</li>
                </ul>
                </vb:if>                                       
                <!-- lastpost -->
                <dl class="threadlastpost td<vb:if condition="$show['notificationtype']"> alt</vb:if>">
                <vb:if condition="$show['threadmoved']">
                        <dt class="lastpostby hidden">&nbsp;</dt>
                <vb:else />
                        <dt class="lastpostby hidden">{vb:rawphrase last_post_by}</dt>
                        <dd>{vb:raw memberaction_dropdown}</dd>
                        <dd>{vb:raw globalthread.lastpostdate}<vb:if condition="!$show['detailedtime']">, <span class="time">{vb:raw globalthread.lastposttime}</span></vb:if>
                        <a href="{vb:link thread, {vb:raw globalthread}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw pageinfo_lastpost.p}" class="lastpostdate understate" title="{vb:rawphrase go_to_last_post}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
                        </dd>
                </vb:if>
                </dl>

                <vb:if condition="$show['notificationtype']">
                <!--  notification -->
                <div class="threadnotification td" >
                        <label for="thread_imod_checkbox_{vb:raw globalthread.realthreadid}">{vb:raw globalthread.notification}</label>
                </div>
                <label class="threadimod td">
                        <input type="checkbox" name="deletebox[{vb:raw subscribeglobalthread.$globalthreadid}]" id="thread_imod_checkbox_{vb:raw globalthread.realthreadid}" value="yes" tabindex="1" />
                </label>
                </vb:if>
               
                <vb:if condition="$show['inlinemod']">
                <!-- fourth block -->
                <label class="threadimod td alt">
                        <input type="checkbox" id="thread_imod_checkbox_{vb:raw globalthread.realthreadid}" name="imodcheck[{vb:raw globalthread.realthreadid}]" tabindex="1" />
                </label>
                </vb:if>
               
        </div>
</li>


steeler7 02-28-2012 01:30 AM

Fingers crossed but it appears to be working!!

Mysterious Ride 04-16-2013 11:04 PM

1 Attachment(s)
I'm having a slight problem with this addon now that I switched to a knew style. It's showing the a preview of the post and I don't want it to. I uploaded an attachment.

How can I fix this?

BirdOPrey5 04-17-2013 12:14 AM

Quote:

Originally Posted by Mysterious Ride (Post 2416804)
I'm having a slight problem with this addon now that I switched to a knew style. It's showing the a preview of the post and I don't want it to. I uploaded an attachment.

How can I fix this?

See Post #95 for a fix for that.

Mysterious Ride 04-17-2013 12:30 AM

Thanks!

Mysterious Ride 04-21-2013 02:42 PM

1 Attachment(s)
I hate to bother you again, but I just noticed how the background of the global threads are. It looks like a normal thread, even when I put it above the stickies. Is there a way to make it look like a sticky instead of a normal thread. I tried search the thread for an answer, but I couldn't find exactly how to do it, what part of the threadbit_global to edit.

Mysterious Ride 05-04-2013 01:49 PM

I still need help with this last thing. I still can't find how to make the background to match the color of the stickies so it can be above stickies.

BirdOPrey5 05-12-2013 09:12 AM

You would need to edit your threadbit_global template... Some of the references (anything style related) change from _global to _sticky. Compare to the regular threadbit template to figure out where/what changes to make.

fxdigi-cash 05-22-2013 04:59 AM

it is a great mod! Thanks BirdOPrey5
by the way, it is possible to add more customization like the following:

- different global threads in different forums ' this feature sounds great, but looks hard to do'.

let's say I want to add some global threads in some forums and other different global threads in the excluded forums... is that possible??

Thanks, :)

BirdOPrey5 05-23-2013 12:31 AM

Not as it is coded and I will not be adding any additional features to this mod. You are welcome to try yourself if you are inclined/able.


All times are GMT. The time now is 01:02 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.01509 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (15)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