vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Profile Enhancements - gWoWChar - World of Warcraft Character Menu (https://vborg.vbsupport.ru/showthread.php?t=141455)

Yukino_AE 06-29-2007 12:41 AM

Quote:

Originally Posted by Blackjack (Post 1278520)
I'm not exactly sure of the differences between them. Maybe someone else knows. It isn't that complicated of a mod, I would be suprised if it didn't work on 3.5.7. Are there any specific errors?

yup, the specific error i get the following error when trying to upload the product xml:

Database error in vBulletin 3.5.7:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO ed_plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'gWC: Cache Templates', 'cache_templates', '$globaltemplates[] = \'gwc_wowchar_bit\';\r\n$globaltemplates[] = \'gwc_wowchar_menu\';\r\n$globaltemplates[] = \'gwc_wowchar_popup\';\r\n$globaltemplates[] = \'gwc_wowchar_profile_bit\';\r\n$globaltemplates[] = \'gwc_wowchar_url\';', 'gWoWChar');

MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Thursday, June 28th 2007 @ 07:40:39 PM
Script : http://epic-destiny.com/cgi/forum/admincp/plugin.php
Referrer : http://epic-destiny.com/cgi/forum/ad...?do=productadd
IP Address : 24.71.223.153
Username : Shalymar
Classname : vb_database

Gryphon 07-01-2007 02:02 AM

That is not a php version error, that is a vBulletin version error. This mod require vBulletin 3.6.7 and you are probably using 3.5 as `executionorder` was introduced in version 3.6.

You can try this addon which allows you to install 3.6 version addons on 3.5 version boards.

Yukino_AE 07-04-2007 01:03 AM

i love you.

lol ^_^ thanks soooo much MUAH!

elricstorm 07-06-2007 12:53 PM

For anyone else that has trouble finding out where to place your images, the exact path for placing the images are found by the following:

Right-click on your header image and go to properties. The exact path to your header is usually something like:

yourdomain/forumname/images/misc/etc...

Wherever that header file is at, you need to create a folder called gwowchar and then place the images in there. As stated somewhere in one of the threads here, everyone's styles are different.

There wasn't any documentation on the main addon about this. What would be easier is having an vboption setting for the image path so that we can place the files anywhere we'd like. Otherwise, everything looks good.

Thanks mate.

Noxious 07-18-2007 07:00 PM

is it possible to apply a ajax checking system to this so if the text string isn't entered correctly it flags up an error

sometime similar to this
https://vborg.vbsupport.ru/showthread.php?t=144869

as i seem to have rather stupid guild members who are unable to read when registering

Gryphon 07-18-2007 07:59 PM

You don't need ajax to accomplish that, though it could be used. The default vBulletin profile field manager has a regular expression field for pattern matching. I just don't know the regex offhand to put in there, I will look into this.

Noxious 07-19-2007 05:01 PM

any luck with this yet? had a play myself but no luck so far

ceox 07-19-2007 07:48 PM

Hi, I am getting stuck on creating the user field. What goes in the options box?

http://www.forgottencrusaders.com/im...eenShot001.jpg

This is the error I get after I hit save.

http://www.forgottencrusaders.com/images/goback.jpg

Noxious 07-19-2007 08:00 PM

your attempting to create a single selection menu, you need to be creating a Multiple-Line Text Box, thats causing the problem

Noxious 07-19-2007 09:03 PM

ok i think i've figured out something with works for the preg_match query

if you want to force people to input the correct format of text copy and paste the following line into the Regular Expression box

[A-Z]+\|[A-Z.+]+\|[A-Z]+\|[A-Z0-9._-]

seems to work for me

http://i11.photobucket.com/albums/a1...g?t=1184923012


All times are GMT. The time now is 08:07 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.01103 seconds
  • Memory Usage 1,740KB
  • 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_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