Quote:
Originally Posted by Scalemotorcars
Guys, Im getting a phrase error. I uninstalled because I simply dont use it and it left some language phrases in the database. I tried to remove it with phpmyadmin but ended up screwing up the entire language phrase table. (thank god for the tool.php). Anyway here's the error, can one of you explain how to remove it correctly.
Thanks...
PHP Code:
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_downloads2 AS phrasegroup_downloads2,
phrasegroup_posting AS phrasegroup_posting,
phrasegroupinfo AS lang_phrasegroupinfo,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM vb_language
WHERE languageid = 2;
MySQL Error : Unknown column 'phrasegroup_downloads2' in 'field list'
|
Sounds like an installation error in that the phrase group wasn't installed correctly. Try re-installing.
Quote:
Originally Posted by anandbagmane
do you have any commercial version of it with password protection & easy management. since some one else taking advantage of your ideas
|
Downloads can be limited by usergroup, so have a group that you control access to with permissions to download. Also don't store the downloads in your web directory so that people can't link directly to the download if they guess the name.
Quote:
Originally Posted by tricksodave
Hi
Can this be used as an image uploader, with images viewable on theards with [IMG] tags.
Dave
|
No, why would you want to waste your bandwidth for that when there are plenty of free image hosting sites on the web.
Quote:
Originally Posted by David_R
I have installed this modification on my website http://www.indiagarage.com/downloads.php, Can you please tell me How I can fix the URL of this, I mean I require the category name in the URL Can you please help me out with the same.
Regards,
David
|
The category id is already in the url, why do you need the name as well? This would require a fairly hefty code rewrite to achieve and would remove the ability to have categories with the same name. For example if you have two categories each with a subcategory of the same name you would no longer be able to do it.