View Single Post
  #33  
Old 11-22-2007, 05:25 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by inciarco View Post
A Bug in this Hack: When Listing the Posts in a Page, this Hack Adds and Repeats the Forumers that Have Posted Before the Post You're Displaying the User's Options shown in the Image, so if you're in the 5th Post of the Page, the 4 Posters of the Previous Posts are Displayed also in the Dropdown Menu accessed for the Username in the 5th Post!!

Imagine the Previous Bug if you're Displaying 20 Posts per Page and you're accessing the 20th Post username dropdown menu!!

Would be Nice to have this option Also in the User Profile, and only to be accessed for the Admins!! And Even Better to be able to select which usergroups are allowed to Use this Hack!!

Another Bug is that You're forced to thenavigate to the Main Page of the Forum after using the Option!! Would be Better to Stay in the same Post and better in the Profile of the User you're forcing to Leave the Forums!!

My Best Regards!!

I Insist Should be an Error on the Plugin "Admin anger button".

To correct the Duplication of the "Log {1} Out", I've turned this Plugin Off ("Admin anger button"), and replaced it for the following Code on the postbit and postbit_legacy, Templates:

Code:
<!-- Start of Admin Anger Button 2007-11-22 -->

	<if condition="$bbuserinfo[usergroupid] == 6">
		<tr><td class="vbmenu_option"><a href="/foros/login.php?do=loguserout&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[log_x_out]</phrase></a></td></tr>
	</if>

<!-- End of Admin Anger Button 2007-11-22 -->
/foros Apply for my Forums.

and to Place the Code on the User's Profile, I've Placed te Following code on the MEMBERINFO Template

Code:
<!-- Start of Admin Anger Button 2007-11-22 -->

	<if condition="$bbuserinfo[usergroupid] == 6">

		<td class="vbmenu_control"><a href="/foros/login.php?do=loguserout&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[log_x_out]</phrase></a></td>

	</if>

<!-- End of Admin Anger Button 2007-11-22 -->
/foros Apply for my Forums.

The "Log user out" Plugin shall be Active, because the Links feeds of the Code of this Plugin to Log the User Out, and of course the "Admin Anger Button" Addon shall be Active Too.

My Best Regards!!

Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01266 seconds
  • Memory Usage 1,782KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete