PDA

View Full Version : Infractıon Reason List


Bulent Tekcan
10-31-2016, 04:53 AM
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
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#infractions-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
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: $options['perpage'] = "40";
Plugin is active: Yes.

Bulent Tekcan
11-01-2016, 06:55 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: $options['perpage'] = "40";Plugin is active: Yes.

Thanks so much,it is ok now

Regards

MarkFL
11-02-2016, 01:05 AM
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/attachment.php?attachmentid=155449&stc=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