vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Extended Signature Limits (https://vborg.vbsupport.ru/showthread.php?t=95523)

GoNz00 09-04-2005 06:26 AM

all working now, mabey an idiots guide included in the zip would help ?

GoNz00 09-04-2005 07:46 AM

so anyway, i have just restricted the admin permissions to allow no more than 5 lines of text, tested it by adding 10 lines of text, saved, checked and im displaying all 10 lines of text..

do i have to start editing the plugin code dude ?

or does it just not work..

i must say with such an undetailed readme, its hard to figure out if your not a tech wizard and just a humble lorry driver....

Zain Jaffer 09-04-2005 08:52 AM

Great i will use this when i move to 3.5 :)
If you need to look for some more ideas you can check out https://vborg.vbsupport.ru/showthread.php?t=79566

Mith 09-04-2005 09:32 AM

The limits on my board seems to be working fine.

But I now always get an error flash up then i save a usergroup. (see attachment)

I have only just noticed this, so I am assuming it must be to do with the sig-limit plugin

EDIT: Just tested: If i remove the bitfield_siglimits.xml file.. that error goes away

Andreas 09-04-2005 11:15 AM

@GoNzOO
Hmm, which instructions do you need?
I thought I mentioned everything that is necessary in the Readme ...
Also, if the limit is set to 5 lines you should not be able to enter 10 lines.
Does your Account have any additional Usergroups?
Did you edit the Signature in ACP or through profile.php?
If you edit it in ACP/MCP there will be no checks.

@Mith
For some reason the Bitfield cache did not get rebauild, see Post #32 (https://vborg.vbsupport.ru/showpost....&postcount=32).
Call that URL and it should work afterwards.

GoNz00 09-04-2005 11:47 AM

thanks i got it working ok now,
you just need to explain in total n00b when i come along... :ermm:

nexialys 09-04-2005 12:04 PM

when everything is in place, here are the things you can see - in the attachments,

img 1: the admincp Edit Usergroups
img 2: the userCP Edit Signature

btw, there is nothing to show in the usercp if that user have nothing entered in the permissions...

Andreas 09-04-2005 12:19 PM

Yes, the Text is just shown when there are Restrictions - don't think it is necessary to show when there are none.
But the Images Text should not shown up when [img] is disabled anyway :)

nexialys 09-04-2005 01:03 PM

Quote:

Originally Posted by KirbyDE
But the Images Text should not shown up when [img] is disabled anyway :)

easy, in the "profile_editsignature_start" hook:
Code:

        if ($permissions['maxsigimages'])
        {

replaced by
Code:

        if ($permissions['maxsigimages'] AND $vbulletin->options['allowbbimagecode'])
        {


Andreas 09-04-2005 01:10 PM

Yeah, I know - that was more a mental note to myself ;)


All times are GMT. The time now is 06:12 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.01321 seconds
  • Memory Usage 1,742KB
  • 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
  • (1)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