![]() |
hi
ihave error Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 769 to Upload Plugins |
cpnav_ctm.xml is not a plugin, you upload it to "includes/xml" folder
|
aha
isee ok thanku |
Excellent .. this will prove to be very valuable with all the updates due soon.
|
updated 0.6
- fixed bug when importing templates with a xml file, templates were being created with empty content |
Nice work. I was about to report the bug to here, but saw you already fixed it :)
This has been great for deleting 200+ custom templates from 3.07 that I'm no longer using. |
I've got RC1 running and get numerous database errors and to be expected. The script is not calling my database. Is this a quick fix edit to the php file or do we need to wait for a re-write?
thanks, :) Database error in vBulletin 3.5.0 Release Candidate 1: Invalid SQL: SELECT title, template_un FROM template WHERE templateid = 6564 ORDER BY title; MySQL Error : Table 'riders_vb.template' doesn't exist Error Number : 1146 Date : Saturday, July 30th 2005 @ 12:56:19 PM Script : /admincp/custom_template_manager.php Referrer : /admincp/custom_template_manager.php Username : FD929 Classname : vb_database |
hey, ill have to look this script to comply with RC1 changes, tho im thinking in doing that when 3.5 is gold...
anyway some basic operations like viewing templates and exporting are working for me, what exactly were you trying to do? |
On attempting to copy all templates from one style to another I get:
Database error in vBulletin 3.5.0 Release Candidate 1: Invalid SQL: SELECT title, template_un FROM template WHERE templateid = 5379 OR templateid = 5181 OR templateid = 5380 OR templateid = 5241 OR templateid = 4722 OR templateid = 6566 OR templateid = 4124 OR templateid = 4721 OR templateid = 4243 OR templateid = 4242 OR templateid = 4241 OR templateid = 4724 OR templateid = 4727 OR templateid = 4725 OR templateid = 4726 OR templateid = 4078 OR templateid = 5492 OR templateid = 4244 OR templateid = 6594 OR templateid = 6565 OR templateid = 6564 OR templateid = 6563 OR templateid = 6556 OR templateid = 6593 OR templateid = 6592 ORDER BY title; MySQL Error : Table 'riders_vb.template' doesn't exist Error Number : 1146 Date : Monday, August 1st 2005 @ 10:18:54 AM Script : /admincp/custom_template_manager.php Referrer : /admincp/custom_template_manager.php Username : FD929 Classname : vb_database 1 thing is that my table prefix is vb3_ not riders_vb |
I forgot to add the table prefix to that query :/
ill fix that in the next version, you can edit the php, find Code:
$sql = 'SELECT title, template_un FROM template Code:
$sql = 'SELECT title, template_un FROM ' . TABLE_PREFIX . 'template |
All times are GMT. The time now is 10:39 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|