vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Maximum Images per Post for Usergroup (https://vborg.vbsupport.ru/showthread.php?t=221684)

Justin V 08-24-2009 10:16 PM

Maximum Images per Post for Usergroup
 
Is there a way for me to make a specific usergroup have a larger (or smaller) "Max. Images per Post" number than other usergroups?

I want my Admins to be able to post 10 images per post, as opposed to the usual 4.

Lynne 08-24-2009 11:50 PM

You can try writing a plugin and change it for that usergroup.

PHP Code:

if (is_member_of($vbulletin->userinfox,y))  
{
$vbulletin->options['theoptionname']=zz;


Change x,y to the usergroup ids, zz to the number of images and theoptionname to the option name (see page source op options page for that option).

pigpog 09-05-2009 02:31 PM

Hello Lynne! :) Long time no see.

This sounds perfect for what I need. I have just a couple of questions though.

1. Which template would I put this in?

2. What is the page "source op options page"?

Sorry for the silly questions but I want to make sure I get it right. :)

Thanks! I hope you are keeping well. :)

Kate xxx

Lynne 09-05-2009 04:30 PM

1. It's a plugin, not something you put in a template. Probably the global_start hook location, I'd guess.

2. I'm talking about the vboptions page - the ones where you toggle things on and off. Look at the page source to find the option name. Or, if you are in debug mode, you can just hover your cursor over it to get the name. (You should only have debug mode on if you are on your test site.)

pigpog 09-06-2009 11:55 AM

You genius Lynn, I can't thank you enough! :up::up::up::up::D:up::up:

ateesdale 08-13-2010 03:28 AM

I was able to change Max images Per Post using Lynnes advice:
http://a.imageshack.us/img836/2048/maximages.jpg


All times are GMT. The time now is 02:17 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.01440 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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