Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 06-22-2014, 07:32 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks @Cellarius,
I was just looking into this, and you are right about the confusion. I interpreted the question meaning 4 lines in the signature editor, which is also an option. Nevertheless you answer still applies as I was going to write up something similar, but maybe not as elegant.

What table is the signature text stored? I can find "sigparsed", but the users signature text eludes me at the moment.
Reply With Quote
  #12  
Old 06-22-2014, 07:41 AM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
Thanks @Cellarius,
I was just looking into this, and you are right about the confusion. I interpreted the question meaning 4 lines in the signature editor, which is also an option. Nevertheless you answer still applies as I was going to write up something similar, but maybe not as elegant.

What table is the signature text stored? I can find "sigparsed", but the users signature text eludes me at the moment.
That's the table where the text is also stored together side by side with the sigpic ...

--------------- Added [DATE]1403426678[/DATE] at [TIME]1403426678[/TIME] ---------------

The column is signatureparsed
Reply With Quote
  #13  
Old 06-22-2014, 07:57 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks @CheechDogg, I finally found it in table 'usertextfield' in vb4. Thanks for the reply.

In table "sigpic", I ony see the image data in vb4.

Are you running vb3 or vb4?
Reply With Quote
  #14  
Old 06-22-2014, 08:01 AM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are welcome !

I'm running vb4 tbworld .... and yes I see what you are talking about now ...
Reply With Quote
  #15  
Old 06-22-2014, 02:29 PM
XGC Paravain's Avatar
XGC Paravain XGC Paravain is offline
 
Join Date: Oct 2012
Location: Millbury,Mass
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
Bottom line @Cellarius is right. Of course I thought the original poster was talking about the number of lines allowed in the editor, which in theory looks like you could write a modification to parse the "signature" column for 'cr/lf' and then clear the signature cache. @Cellarius translated the OP as images (which I think is what he was asking about -- I had it wrong), I haven't looked at the code for that issue. Anyway, no quick fix.

I have never explored or used the signature section of vbulletin's code. I have never allowed the use of it on my boards, mainly because I was naive in this area on how the members would abuse it.
The number of lines in the text editor could be the issue, I know in the permissions I have every usergroup set at 1 Signature except for 2 usergroups, Multimedia I have set for 2 Signatures and the paid membership set for 4 Signatures.

Custom Avatars work fine when a member is in the same paid membership usergroup they are allowed a custom avatar and when a member is removed from that usergroup their avatar goes back to a default avatar just fine, I just don't see why the Sigs or Sigpics don't do the same.

Here is a print screen of a member that has been removed from the membership usergroup but sill has 4 sigpics
Attached Images
File Type: jpg SigIssues.jpg (103.0 KB, 0 views)
Reply With Quote
  #16  
Old 06-22-2014, 02:31 PM
XGC Paravain's Avatar
XGC Paravain XGC Paravain is offline
 
Join Date: Oct 2012
Location: Millbury,Mass
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cellarius View Post
First of all, I'd really appreciate if you would speak of sigpics, not sigs. This is not about 4 signatures, but about signature pictures, and it confuses me all the time if you go on about people having 4 signatures.

Second: The number of sigpics is checked against permissions when the signature is created. If the user has permission to use 4 sigpics at the time of creation, he can create a signature with 4 pictures. This signature then is used until he changes it, nom matter what permission changes happen until then. Only when changing the signature the number of pics is checked again. There is no way that I'm aware of to change the signature automatically when the permission is revoced.

It may be possible through an addon - you might have to remove the signature as a whole. Possibly using regex it would also be possible to only remove the last three sigpics.
About the sigs and sigpics the you mentioned above, sorry I didn't know the terminology you were looking for, sorry for me shotcoming
Reply With Quote
  #17  
Old 06-22-2014, 02:47 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As @cellarius elegantly pointed out, and I can completely confirm, that it is not possible without additional code to make this work. It is not a bug with the vbulletin code, but how the code was designed. You can argue whether the code should have been designed in this fashion, but that yields useless results. That being said it looks like the idea is probable.

It would have been a nice option for a subscription mode as you have demonstrated and sorry, I could not find a quick solution for you. Please take care

--------------- Added 22 Jun 2014 at 08:48 ---------------

Quote:
Originally Posted by XGC Paravain View Post
About the sigs and sigpics the you mentioned above, sorry I didn't know the terminology you were looking for, sorry for me shotcoming
Don't worry about it, we are all learning, but thanks for caring.
Reply With Quote
  #18  
Old 06-22-2014, 02:50 PM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by XGC Paravain View Post
About the sigs and sigpics the you mentioned above, sorry I didn't know the terminology you were looking for, sorry for me shotcoming
We already cleared that in #5 and #6 in this thread, didn't we? No use discussing it all over again
Reply With Quote
  #19  
Old 06-23-2014, 08:44 PM
XGC Paravain's Avatar
XGC Paravain XGC Paravain is offline
 
Join Date: Oct 2012
Location: Millbury,Mass
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cellarius View Post
We already cleared that in #5 and #6 in this thread, didn't we? No use discussing it all over again
Are you serious?
Reply With Quote
  #20  
Old 06-23-2014, 08:50 PM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
You can set the number of images per signature in the usergroup manager, is this what you are referring too as signatures?
Quote:
Originally Posted by XGC Paravain View Post
Yes that's exactly the way I set the usergroup
Yes, I am.

That's were we established we're talking sigpics here, and in the posts before it got quite clear that we all were pretty confused by your talk about "four signatures".

See, we're reading and answering many threads a day, and do not necessarily remember everything about them. Why make our lives harder by not clearly saying what things are about?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05677 seconds
  • Memory Usage 2,281KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete