vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Global Threads (https://vborg.vbsupport.ru/showthread.php?t=129626)

|oR|Greg 10-27-2006 01:31 AM

Well, it has to be some kind of user error, but since I don't know on which piece, can you give me AdminCP access on your site and i'll check your code? Just PM me with a temporary username/pass and i'll see what I can do.

Slyfox1 10-27-2006 02:51 AM

PM Sent

Slyfox1 10-27-2006 03:32 AM

Fixed...

I just noticed I named the new template FORUMDISPLAY_Seperate_global :(

MY bad...

Sly

|oR|Greg 10-27-2006 12:21 PM

Ah, ok, then disregard my PM to you.

AzH 10-28-2006 10:06 PM

Installed. Thank you.

adwade 11-08-2006 11:15 AM

Quote:

Originally Posted by randominity
Things I will include in the next version:
1) Forum Exclusion
2) Display Properties
2a) more locations of where you can place the Global threads
2b) changing the text of "Global Threads: " to something else
2c) setting the sorting of global threads (right now I have them set to the time of creation instead of lastpost)

Any idea as to when we might see the next version? I have it installed and it's working great, but need to exclude a few forums on my board.

farooqaaa 11-08-2006 01:16 PM

Nice one :).. thanks alot

Downloaded, will install now :p

|oR|Greg 11-08-2006 03:33 PM

I call mine Universal Threads... http://www.amacny.com/vb/forumdisplay.php?f=25

randominity 11-09-2006 03:00 AM

Quote:

Originally Posted by adwade
Any idea as to when we might see the next version? I have it installed and it's working great, but need to exclude a few forums on my board.

Oops, I've had the exclude option for awhile now, but been pretty busy lately so haven't done the other things.

I have released a newer version with the option to exclude forums.

Frapegliko 11-09-2006 10:17 AM

is there any way to set only 5 posts universal?

xadoa 11-09-2006 04:36 PM

how come, when i create the global thread on the forum that should be only "someone" able to create the thread and everyone one else able to read and reply to that thread.. but once I do that, everyone can't read the thread either.. is there away to fix this? .. global thread is the thread that not everyone should be able to create.

I set the permission on the forum itself, but the thread can't be read even thought i set that usergroup able to read forum,thread,others,reply.,,etc.. still not working

thank you

adwade 11-10-2006 10:09 AM

Quote:

Originally Posted by randominity
I have released a newer version with the option to exclude forums.

S-W-E-E-T! Works for me, and solves my only issue. Many Thanxx randominity for such a fine Product and neat idea!

randominity 11-10-2006 07:58 PM

Quote:

Originally Posted by Frapegliko
is there any way to set only 5 posts universal?

yes, in the settings you can set how many posts to be global.

randominity 11-10-2006 08:00 PM

Quote:

Originally Posted by xadoa
how come, when i create the global thread on the forum that should be only "someone" able to create the thread and everyone one else able to read and reply to that thread.. but once I do that, everyone can't read the thread either.. is there away to fix this? .. global thread is the thread that not everyone should be able to create.

I set the permission on the forum itself, but the thread can't be read even thought i set that usergroup able to read forum,thread,others,reply.,,etc.. still not working

thank you

Just set the "Registered Users" usergroup to NOT be able to "Post new topics" -or- you can set the forum settings to Moderate New Threads, I suppose that could work as well.

Robbed 11-10-2006 10:43 PM

Could you have so it doesn't showup if you set usergroup permissons to view thread and forum to NO.

Right now they can see the thread and highlight it to see the 1st post but if they click on it they will get access denied.

randominity 11-13-2006 03:37 AM

Quote:

Originally Posted by Robbed (Post 1114491)
Could you have so it doesn't showup if you set usergroup permissons to view thread and forum to NO.

Right now they can see the thread and highlight it to see the 1st post but if they click on it they will get access denied.

noted.

Capt PPRuNe 11-16-2006 12:57 PM

Great add on. However, any chance of adding the option to 'include' particular forums as against excluding particular ones.

I have over 120 forums (built up over 10 years) and only need the global threads in one or two other forums. Can there be an option to select the include or exclude option?

adonfun 12-27-2006 11:35 PM

Great mod!!

Is it 3.6.4 compatible?

TheWhite 12-30-2006 04:04 AM

Quote:

Originally Posted by |oR|Greg (Post 1102944)
Actually I got it working exactly how I wanted it, check the attachment...

It was very simple as long as you're using the Separate Sticky/Normal threads hack. Just had to re-code your merge plugin and the Forum Display template.

If you want have the other hack installed and you want to make yours look like mine do the following:

Open ForumDisplay template
Find:
Code:

$threadbits_sticky
Replace with:
Code:

        $stickyglobalthreadbits
        $threadbits_sticky
        <else />
        $nostickyglobalthreadbits

In the Plugin (Merge Global Threadbits with Threadbits)
Replace the entire plugin with:
Code:

if ($vbulletin->options['gton'])
{
eval('$bolx3 = "' . fetch_template('FORUMDISPLAY_Separate_global') . '";');

eval('$bolx4 = "' . fetch_template('FORUMDISPLAY_Separate') . '";');

$nostickyglobalthreadbits = "$bolx3".$globalthreadbits."$bolx4";

$stickyglobalthreadbits = "$bolx3".$globalthreadbits;
}

Add a phrase called: delim_global
With the following:
Code:

Universal Threads
Lastly, add a template called FORUMDISPLAY_Separate_global
With the following:
Code:

<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>"><strong>$vbphrase[delim_global]</strong></td></tr>
This doesn't add the little globe image I have, if you want that, PM me.

I've Tried many times trying to mod the plugin part of your excellent mod but i'm unable to can you supply me with a premoded one?

Best Regards

chanthuyen 01-12-2007 05:34 AM

It doesn't work for me.

Spank 02-02-2007 11:29 PM

Looks like a nice mod. I have a couple of questions before I install:

Can the global threads be deleted en masse without having to delete the same thread in each forum?

Also if someone replies to in a global thread does the same reply appear in the other forums?

randominity 02-07-2007 03:11 AM

Quote:

Originally Posted by Spank (Post 1173335)
Looks like a nice mod. I have a couple of questions before I install:

Can the global threads be deleted en masse without having to delete the same thread in each forum?

Also if someone replies to in a global thread does the same reply appear in the other forums?

The threads are "normal" threads in a regular forum. This mod just displays the threads in that forum across every other forum.

Nathan2006 02-09-2007 02:12 AM

Thank you randominity

Just one small problem.

Is there anyway to make this work with Thread Prefixes

Thank you for any help :)

Install

UncoderMom 02-14-2007 03:09 PM

HOW THE HECK DID I MISS THIS?!?! lol

Thank you sooooo much!!!! Just what I needed!!

neologan 02-16-2007 11:44 AM

sorry if this has already been mentioned, as they are global and may be a little more generalised over sticky threads, would they not be better placed above stickies and not below?

i've always wanted a system like this, looks good :up:

WNxWakko 02-18-2007 04:05 AM

This would be a very very useful plug for me, however I have 500 forums and since I would only use it to post threads in my 6-8 leader forums, trying to list every forum to exclude would be a nightmare. Also would be better if you weren't redirected to the original forum. If the forum is private and the concept is to have a discussion among all the leaders in forums they all cant cross over into normally, this wouldnt work.

Luky 02-20-2007 09:42 AM

Works a charm and dont have to modify a thing! Thanks.

cdexs 03-18-2007 10:13 AM

let me try it

akulion 03-23-2007 12:24 PM

thanks this is a good hack

but knowing my lazy members they will still be unaware lol

Luky 03-23-2007 12:56 PM

Quote:

Originally Posted by akulion (Post 1210320)
thanks this is a good hack

but knowing my lazy members they will still be unaware lol

Thats when you edit the php, make it size 45pt and bold and make it blink. Then they will read ;)

randominity 04-01-2007 10:25 PM

GRRR Sorry, been _real_ busy lately, but I promise I haven't forgotten about this mod! Maybe an update soon if I'm lucky!

RvG2 08-08-2007 10:41 AM

this is another mod missed by vbulletin ;)

works on 3.6.7 pl1

Deety 08-14-2007 02:57 PM

What a great idea this is...

The ability to include forums would be fantastic for our forum... excluding 150+ forums is a bit much. :) Looking forward to the update!

As it stands now, is exclusion available on a per-thread basis, or do the same exclusions apply to all the global threads? Our global threads would be of interest to 5-10 forums, but a different 5-10 forums each time.

ldove 10-01-2007 10:07 PM

This is exactly what I was looking for, but it doesn't appear to work in 3.6.5. Can it be updated to work with 3.6.5 or even better, the latest version 3.6.8.

Thanks!

ldove 10-09-2007 02:50 PM

*bump*

adonfun 10-15-2007 11:23 PM

This is a Great Mod! I really need it. Haven't tested it with 3.6.8 yet. First want to make sure if it does work with it. An upgrade would be wonderful :)

ibuddy 11-26-2007 11:27 PM

how do I change the "Global:" to something else?

SBlueman 02-23-2008 05:52 AM

Quote:

Originally Posted by ibuddy (Post 1389963)
how do I change the "Global:" to something else?

Edit the phrase $vbphrase[gt_global] from "Global:" to whatever you want. You can add html code to style it as well.

Quote:

Originally Posted by |oR|Greg (Post 1102944)
Actually I got it working exactly how I wanted it, check the attachment...

I followed your instructions step-by-step and the Global Announcements are not separating correctly. I have tried to fix this and make it so the table that separates global threads and normal sticky threads shows up but it's not working:

SBlueman 02-23-2008 05:56 AM

Another great feature would be if you could mark which thread(s) you want to have as Global Threads.

SBlueman 03-08-2008 07:09 AM

Um...anyone have any ideas on how I can fix the issues I am having?


All times are GMT. The time now is 01:04 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.01355 seconds
  • Memory Usage 1,819KB
  • 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_code_printable
  • (11)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
  • (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