vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=97366)

akanevsky 12-19-2005 09:52 PM

Nope.

rb290 12-19-2005 10:58 PM

Quote:

Originally Posted by Psionic Vision
Because you made the same template modification twice.

are you talking about the edit in the editor_toolbar_on template ?

i only have this once:

PHP Code:

                <if condition="in_array(THIS_SCRIPT, array('newthread', 'newreply', 'editpost'))">
                <
td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
                <if 
condition="$vboptions[enable_hide_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide"><img src="$stylevar[imgdir_editor]/hide.gif" width="41" height="20" alt="$vbphrase[wrap_hide_tags]/></div></td></if>
                <if 
condition="$vboptions[enable_showtogroups_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]/></div></td></if>
                </if> 


edit: nevermind i fixed it reverted the template

Smiry Kin's 12-19-2005 11:18 PM

Quote:

Originally Posted by Psionic Vision
Nope.

you have not really got a say into that.. lol neways

can't wait for updates. maybe some custom scripts etc, of the way it looks, as i don't no how to edit it etc. :) add text, colours, boarders, adsense of sum sort...

[edit] could people post the code they use to make it look different?...

akanevsky 12-19-2005 11:21 PM

Quote:

Originally Posted by Smiry Kin's
you have not really got a say into that..

I actually do. I strongly do not suggest that you use an illegal version of any of my comm. hacks. That said, you have been added to my ignore list. Which means - no support for you.

Smiry Kin's 12-19-2005 11:28 PM

Quote:

Originally Posted by Psionic Vision
I actually do. I strongly do not suggest that you use an illegal version of any of my comm. hacks. That said, you have been added to my ignore list. Which means - no support for you.

oh no im not that bothered about it i aint gonna look, lol if i was i would buy it.. im trying to figure out, how to make all posts need a thank you click before viewing... possible..?

EricaJoy 12-22-2005 02:07 AM

*sigh* I guess it serves me right for not reading the entire release post. Finished installing the hack to find its not based on replies. Doh! Can you reverse this functionality? By post count and usergroup available in the extended version and based on regular reply in the free version?

akanevsky 12-22-2005 06:22 PM

Nope, sorry.

Q139 12-27-2005 12:38 AM

Installed extended version and it is working great, just one question.
How can I add usergroups that can always see the hidden content?

akanevsky 12-27-2005 12:43 AM

I am glad that it works great :)
In functions.php,

FIND:
PHP Code:

    if (is_member_of($vbulletin->userinfo5) OR is_member_of($vbulletin->userinfo6))
    {
        return 
true// can override if [user is a supermoderator || user is an administrator]
    



ADD UNDER:

PHP Code:

    if (is_member_of($vbulletin->userinfoXYZ))
    {
        return 
true// can override if [user is a member of a custom usergroup that can see all]
    


Obviously, X Y and Z are the usergroupids of the usergroups that you want to add.

Q139 12-27-2005 05:13 PM

Thankyou


All times are GMT. The time now is 02:33 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.01522 seconds
  • Memory Usage 1,757KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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