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)
-   -   New Posting Features - Global Threads: The Next Generation for VB4 by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=279156)

Alan_SP 02-29-2012 05:20 PM

This looks excellent. It's way better than your old mod. :up:

Does this mod produces additional queries? What's impact on server load?

BirdOPrey5 02-29-2012 05:34 PM

No additional queries when viewing threads.

1 additional query when making a new thread or post but only for people with permission to make a thread global.

Should be no/negligible effect on performance.

BirdOPrey5 03-01-2012 10:32 PM

Update to version 1.01. You can now use primary or secondary usergroups for Admin and Super-mod permissions.

Alex@bulletin 03-01-2012 10:38 PM

Hello there, thank you very much for this quick update ;)

Alex@bulletin 03-01-2012 10:46 PM

1 Attachment(s)
Hello there, using secondary groups works great :up:
But now there's one funny bug:
As starting a New Thread the "Make TheadGlobal" option is duplicated ;)

I show you the issue:


https://vborg.vbsupport.ru/attachmen...1&d=1330645491

I don't know why :confused:
Please check up, whether you can reproduce that ;)

SY

Alex

BirdOPrey5 03-02-2012 01:33 AM

Hi,

No I can't reproduce the bug. I tried on 4.1.10 and 4.1.11.

Can you paste the contents of your newpost_threadmanage template here? (It's not very big.)

Put it inside [CODE] bbcode please.

Alex@bulletin 03-02-2012 11:13 AM

Hello there, as you requested, I give my Code:

PHP Code:

<fieldset class="blockrow" id="aftersubmit">
    <
legend>{vb:rawphrase after_you_submit_your_message}</legend>
    <
label>{vb:rawphrase moderation_tools}:</label>
    <
ul class="group checkradio rightcol">
<
vb:if condition="$vboptions['bop5gt_en']">
<
li><label for="cb_makeglobal"><input type="checkbox" name="bop_global" id="cb_makeglobal" value="1" {vb:raw checked.bop_globaltabindex="1" /> <vb:if condition="$show['bop_global']">{vb:rawphrase bop5_gt_keep_thread_global}<vb:else />{vb:rawphrase bop5_gt_make_thread_global}</vb:if></label></li>
</
vb:if>
            <
vb:if condition="$show['openclose']">    
        <
li><label for="cb_openclose"><input type="checkbox" name="openclose" id="cb_openclose" value="1" {vb:raw checked.openclosetabindex="1" /> <vb:if condition="$show['closethread']">{vb:rawphrase close_this_thread}<vb:else />{vb:rawphrase reopen_this_thread}</vb:if></label></li>
        </
vb:if>
        <
vb:if condition="$show['stickunstick']">        
        <
li><label for="cb_stickunstick"><input type="checkbox" name="stickunstick" id="cb_stickunstick" value="1" {vb:raw checked.stickunsticktabindex="1" /> <vb:if condition="$show['unstickthread']">{vb:rawphrase unstick_this_thread}<vb:else />{vb:rawphrase stick_this_thread}</vb:if></label></li>
        </
vb:if>
    </
ul>
    <
class="description">{vb:rawphrase use_controls_perform_action_on_thread}</p>
</
fieldset

thanks.

SY

Alex

BirdOPrey5 03-02-2012 11:17 AM

Alex,

I see you made the manual template edit but the mod is doing it's automatic template edit as well.

I suggest you "revert" the template back to the original and it should work fine without the manual edit now.

BlueCheri 03-02-2012 11:20 AM

I will go for it Joe, big fan of your mods :)

My technician is working on DB error, once done. It will be uploaded.

Thanx for update.

G!

Alex@bulletin 03-02-2012 01:18 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2305308)
Alex,

I see you made the manual template edit but the mod is doing it's automatic template edit as well.

I suggest you "revert" the template back to the original and it should work fine without the manual edit now.

whoops, yes. i did it 'cause it didn't work on release with the secondary groups, so I did the manual edit trying to fix that ;)

I will revert. thanks :)


All times are GMT. The time now is 03:57 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.01167 seconds
  • Memory Usage 1,756KB
  • 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_php_printable
  • (1)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