vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Infractıon Reason List (https://vborg.vbsupport.ru/showthread.php?t=323729)

Bulent Tekcan 10-31-2016 04:53 AM

Infractıon Reason List
 
Hello,

At this time UserCP Infraction List show 5 reason every page. Can I show more than 5 ? For example 10-15 etc. for vb 4.2.3

Regards

BrettC Frontier 10-31-2016 02:52 PM

Quote:

Originally Posted by Bulent Tekcan (Post 2577499)
Hello,

At this time UserCP Infraction List show 5 reason every page. Can I show more than 5 ? For example 10-15 etc. for vb 4.2.3

Regards

Tag on &pp=40 to the url, your URL should end up looking something like this:




http://your-domain.here.tld/member.php?u=IDOFUSER&tab=infractions&pp=40#infrac tions-content


Bulent Tekcan 10-31-2016 05:23 PM

Thanks but I need permanent solutions

Regards

Paul M 10-31-2016 06:48 PM

Does it work, if so, how is that not permanant ?

Bulent Tekcan 10-31-2016 07:14 PM

Quote:

Originally Posted by Paul M (Post 2577513)
Does it work, if so, how is that not permanant ?

I need when I press infractions show all.

BrettC Frontier 11-01-2016 02:47 PM

Try this then... Admin CP -> Plugins and Products -> Add new plugin.

Product: vBulletin
Hook location: member_infraction_start
Title: Set infractions list to 40 items.
Execution order: 5
Plugin php code:
Code:

$options['perpage'] = "40";
Plugin is active: Yes.

Bulent Tekcan 11-01-2016 06:55 PM

Quote:

Originally Posted by BrettC Frontier (Post 2577548)
Try this then... Admin CP -> Plugins and Products -> Add new plugin.

Product: vBulletin
Hook location: member_infraction_start
Title: Set infractions list to 40 items.
Execution order: 5
Plugin php code:
Code:

$options['perpage'] = "40";
Plugin is active: Yes.

Thanks so much,it is ok now

Regards

MarkFL 11-02-2016 01:05 AM

1 Attachment(s)
Capitalizing on Brett's method, I've put together a simple mod that will add a setting to "User Infractions & Post Reporting Options:"

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

Import the attached .XML file and it is active. :)

Bulent Tekcan 11-02-2016 02:54 AM

This is more good MarkFL

Thanks a lot


All times are GMT. The time now is 08:38 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.01033 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete