vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Custom User Title Editor with vBCode & Smilie Panel, Admin CP, Store/ Points 3.0 (https://vborg.vbsupport.ru/showthread.php?t=45181)

kmfdm_kid2000 11-03-2002 01:36 PM

Erwin, You Rock, 'nuff said. Keep up the GREAT Work, and I'll be installing this one for SURE!!!

\ \ - Speedy - / / 11-04-2002 12:45 AM

Probelm :( I installed this twice . . so all of the options show up twice .. how can I dealte one set of them :(?


The Legend of Speedy

Erwin 11-04-2002 01:35 AM

Mmm... go to PHPMYADMIN, to the "setting" table, and go to the very end, and drop the extrav duplicate columns. I cannot give you the query to drop them since the settingids for every database is different depending on how many hacks you have added to it.

\ \ - Speedy - / / 11-04-2002 01:39 AM

I dont see that I see this . .

Field Type Attributes Null Default Extra Action
settingid smallint(5) UNSIGNED No auto_increment Change Drop Primary Index Unique Fulltext
settinggroupid smallint(5) UNSIGNED No 0 Change Drop Primary Index Unique Fulltext
title varchar(100) No Change Drop Primary Index Unique Fulltext
varname varchar(100) No Change Drop Primary Index Unique Fulltext
value mediumtext No Change Drop Primary Index Unique Fulltext
description mediumtext No Change Drop Primary Index Unique Fulltext
optioncode mediumtext No Change Drop Primary Index Unique Fulltext
displayorder smallint(5) UNSIGNED No 0 Change Drop Primary Index Unique Fulltext
With selected: Or

I dont know if this is readable to you though :-\

Erwin 11-04-2002 01:42 AM

When you see that, click on "Browse". A list of all your setting options will be displayed. Go to the last page, and the latest settings should display. DROP the duplicate ones.

\ \ - Speedy - / / 11-04-2002 02:27 AM

thankx ;) that worked like a charm ;)


The Legned of Speedy

GeorgeofCS 11-07-2002 11:59 PM

I installed this and if I set it to restrict code to staff it doesn't allow anyone to use the code. Works if you set it so everyone can use it.

Erwin 11-08-2002 02:45 AM

Not even staff?

GeorgeofCS 11-08-2002 07:32 AM

Nope not even staff. Only way staff can use it is to turn the staff only button to off

Erwin 11-08-2002 11:44 PM

Update 2.3 - Fixed Staff Only Bug

As GeorgeofCS pointed out, there was a bug in version 2.2 - if you turn on the "Staff Only" option, it stops everyone including staff from using the vBCode in Custom User Titles.

I've fixed this in version 2.3. You can download the latest ZIP file. You can upgrade manually by doing this:

In member.php, find:

PHP Code:

if ($restrictcustom==AND ($bbuserinfo[usergroupid]!=or $bbuserinfo[usergroupid]!=or $bbuserinfo[usergroupid]!=7)) { 

Replace with:

PHP Code:

if ($restrictcustom==AND $bbuserinfo[usergroupid]==2) { 

Sorry for the bug - I missed it because I don't use the Staff Only option. Enjoy!


All times are GMT. The time now is 05:23 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.01339 seconds
  • Memory Usage 1,737KB
  • 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_php_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