vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Signature Guardian Version 1 (Beta Released) (https://vborg.vbsupport.ru/showthread.php?t=79566)

MPDev 04-11-2005 03:56 PM

No, no, why-not; he is talking about the guy above us who says his 10 lines of code does everything yours does. He wasnt directing his comments towards you.

Protoman 04-11-2005 08:22 PM

I commend why-not for even releasing this. nobody else has for vbulletin so I see no reason to complain. very few mods get 9 pages of requests like this has.

Marco van Herwaarden 04-11-2005 09:21 PM

Quote:

Originally Posted by MPDev
No, no, why-not; he is talking about the guy above us who says his 10 lines of code does everything yours does. He wasnt directing his comments towards you.

MPDev got it right Sonia, i was reacting on the claim that your hack could have been written in 10 lines in a cronjob.

I was summing up some features your hack have that where missing from the given example 10-line cronjob.

I was defending your hack, not attacking it.

Hope this reply have cleared the sky again.

PS I haven't been sending you PMS ;)

@All
Please stick to discussing Sonia's hack, and let's stop hijacking this thread for posting alternative ways. If you can make the same functionality in a better hack, please write it and post it in it's own thread.

@Sonia
Sorry we let your thread got hijacked.

Mith 04-12-2005 08:21 AM

Hi I have a problem and I can't seem to find the error i have made.

1. I don't get any option for the signature manager in the Admin control panel.
2. By typing in the url to signature.php i get the following screen:

https://vborg.vbsupport.ru/
Any pointers greatly appreciated

Marco van Herwaarden 04-12-2005 08:26 AM

Looks like your Phrases are not installed.

Scerina 04-12-2005 01:21 PM

i got the same probelm as mitch...how do u install phrases? and am gettin mySQL errors when i try to validate my signature ... can somene help me?

Reeve of shinra 04-12-2005 01:35 PM

The screen shots look promising. Keep up the good work.

why-not 04-12-2005 02:16 PM

Quote:

Originally Posted by Mith
Hi I have a problem and I can't seem to find the error i have made.

1. I don't get any option for the signature manager in the Admin control panel.
2. By typing in the url to signature.php i get the following screen:

http://mith.pwp.blueyonder.co.uk/images/error.jpg
Any pointers greatly appreciated


First you must install the link to the signature manger in your index.php admin script, you can not directly link to the permissions page because you are by-passing the signature build groups control which will cause database errors!

First....

Go to...

./admincp/index.php

FIND THIS...

Code:

                construct_nav_option($vbphrase['promotions'], "usergroup.php?do=modifypromotion", '<br />');
REPLACE ABOVE WITH
Code:

                construct_nav_option($vbphrase['promotions'], "usergroup.php?do=modifypromotion", '<br />');
                construct_nav_option($vbphrase['signature_permissions'], "signature.php?do=manage", '<br />');


Then go to your admin panel....

Admin Panel => Languages & Phrases => Language Manager => click 'Rebuild All Languages'

Then refresh the (LEFT NAV FRAME) in your admin panel to get the signature manager link to appear under Usergroup, if it's not being shown!


If you do all the edits before trying to run anything you will not have any problems, if you still have trouble, contact me (PM) and I will help you!


Sonia

Eternal2u 04-12-2005 05:45 PM

a suggestion for your mod is as follows..:

Make it were the signature permissions can be added to multiple usergroups at once..

in otherwords make it where you DO NOT have to go one by one on each usergroup for the signature permissions..

because i don't know about other sites, but i have in excess 20+ usergroups that are everythign from limited avatars, to limited signatures, to banned usergroups/jailed usergroups..to different colored moderater ranks, and more..

and manually goign one by one would take WAY too much time.

Darmak 04-12-2005 06:54 PM

I have this error message when i try to edit my signature:

Code:

Database error in vBulletin 3.0.7:

Invalid SQL: INSERT INTO monitor VALUES ( 6, 1, '', '' ) ON DUPLICATE KEY UPDATE images = '', bad = ''
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ON DUPLICATE KEY UPDATE images = '', bad = ''' at line 1

mysql error number: 1064



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

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.02362 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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