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)

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.


All times are GMT. The time now is 09:37 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.01202 seconds
  • Memory Usage 1,748KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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