vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Ehh... not sure if this is the right place but... (https://vborg.vbsupport.ru/showthread.php?t=121869)

daniely 07-23-2006 07:09 AM

Ehh... not sure if this is the right place but...
 
Alright, well, I recently updated my site to vB 3.6 RC2 and wanted to install a few hacks to the website that in theory should be compatible with both 3.5 and 3.6.

However, for some unknown reason, the database doesn't like reading phrases from the products. It'll load the templates, the system data but not the phrases and this has been frusterating me.

Any suggestions on how I can get over this problem without manualing inputting the phrases? (because there are too many for manual input)

Kirk Y 07-23-2006 10:02 PM

What hacks are you trying to install? I've installed several 3.5 hacks on my 3.6 and they've loaded their phrases.

daniely 07-24-2006 02:26 AM

vbCash and the RPG Interigation Hack. Since the whole "phrasetypeid" thing isn't working, I imported the product instead of using the install of the product and just ran through the rest of the install.

So it should be working. And it does, it works perfectly on both except no phrases exist.

Maybe I have a strange copy of vBulletin.

Code Monkey 07-24-2006 02:41 AM

You have add all the extra phrase data to the product xml.

Basically, they added the date, username, version attributes to the phrase element in the product xml. To make it easy, just copy the date="" username="" version="" bit from one of the templates in the xml file and copy it to all the phrases. I would change the version to the latest version of the product though.

So instead of

PHP Code:

<phrase name="phrase_name"><![CDATA[blah blah blah]]></phrase

you would have

PHP Code:

<phrase name="phrase_name" date="1153064272" username="hack author" version="1.1"><![CDATA[blah blah blah]]></phrase


daniely 07-24-2006 03:58 AM

Unfortantly, that did not work. >.<

What is wrong with my vBulletin? T.T


All times are GMT. The time now is 01:47 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.02438 seconds
  • Memory Usage 1,720KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete