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)
-   -   Show Thread Enhancements - MARCO1 BBCODE Hide Tags [ hide] [/ hide] (https://vborg.vbsupport.ru/showthread.php?t=235384)

Noerenberg 07-29-2011 11:10 AM

Quote:

Originally Posted by Lestat_ (Post 2188101)
I altered the xml import a little bit and added this line of code


Code:

union SELECT count(userid) as count FROM vb_user WHERE usergroupid in (6,7) and userid='$bbuserinfo[userid]'"
to all the


Code:

$hide_replied = $db->query("SELECT COUNT(postid) AS count FROM ". TABLE_PREFIX . "post WHERE userid='$bbuserinfo[userid]' AND visible = 1 AND threadid='$post[threadid]');
so after adding the code you get :

Code:

$hide_replied = $db->query("SELECT COUNT(postid) AS count FROM ". TABLE_PREFIX . "post WHERE userid='$bbuserinfo[userid]' AND visible = 1 AND threadid='$post[threadid]' union SELECT count(userid) as count FROM vb_user WHERE usergroupid in (6,7) and userid='$bbuserinfo[userid]');
It is a bit of hardcoding because of the (6,7) but can easily be extended with parameters i guess, so basically I added one more count to the sql select which checks if the current user is in group 6 or 7 (mods or admins) and if so, it raises the count, which causes the hidden text being visible regardless the current user replied or not.
this little adjustment fixes the "scalar value" error :)


when i do this i got this error in over 20 rows in me header

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /includes/class_postbit.php(340) : eval()'d code on line 195

Lestat_ 07-29-2011 11:36 AM

@Noerenberg : did you adjusted the settings in admin for usergroup permissions (should be 0 not 6,7) :

http://www.lestat.be/marcosettings.jpg

Kolbi 08-01-2011 07:29 AM

Any integration fix in editor since vB 4.1.4?

Sworm 08-04-2011 09:06 PM

I'm receiving this error when i try to send a message with or without hide content:
Quote:

Unable to add cookies, header already sent. File:/home/site/public_html/forum/includes/class_core.php
Line: 5463

At very top of the forum i have:

Warning: Cannot use a scalar value as an array in [path]/includes/class_postbit.php(340) : eval()'d code on line 97
If i disable the hack, the posts are sended without problems. Any idea to fix this?

HiPhone 08-09-2011 04:57 AM

Hey Marco1 ! First Thank You for This Hack! Ive read, that you are building a version of this hack with the Post Thank to Unlock Content.

I need it :-)

How log will it take?

angelimnot 08-12-2011 11:13 AM

any fix for this hack??

james7zt 08-13-2011 01:17 PM

can someone please point out where is the editor_toolbar_on template...

I searched in templates... and can not find it. :(

thanks for help. appreciate it.

-----------------------------------
Require 1 Template edit :
In editor_toolbar_on template find :

.................

Prisoner 08-15-2011 01:06 AM

I'm wondering the same thing.

hoodoola 08-25-2011 07:44 PM

does this work for 4.1.5 ? if not, then i won't download it.

Ichigo88 08-27-2011 01:34 AM

Quote:

Originally Posted by james7zt (Post 2232989)
can someone please point out where is the editor_toolbar_on template...

I searched in templates... and can not find it. :(

thanks for help. appreciate it.

-----------------------------------
Require 1 Template edit :
In editor_toolbar_on template find :

.................

i have the same problem help please!


All times are GMT. The time now is 10:01 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.01677 seconds
  • Memory Usage 1,741KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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