|
|
|
pcwacht
Guest
|
 |
« Reply #1 on: September 07, 2005, 02:53:30 PM » |
|
Thanks, I will sure try this module when I am back home.
Thanks again.
John
|
|
|
|
|
Logged
|
|
|
|
SuE
Offline
Posts: 15
|
 |
« Reply #2 on: September 15, 2005, 01:40:35 PM » |
|
Hi, i tried the module but found some problems. I use czech lang, and after installation, there were missing (empty texts) in the setting section . I could not figure what to do so I decided to rename EN.php to CZ.php to get english texts in czech environment (no problem for me) but the rights at the module dir are set so it is not possible to change them through FTP - so it was not possible to add anything. I decided to unistall and try again with lang file added in zip, but uninstallation failed - nothing appeared on admin panel and the module is still present. Now I do no know, what to do ..  I asked my provider about the setting and they told me that this was problem of the php script and it must be removed with a script, but I am not programmer, sry 
|
|
|
|
|
Logged
|
|
|
|
teamsoft
Offline
Posts: 5
|
 |
« Reply #3 on: September 22, 2005, 02:12:47 PM » |
|
Hi, i tried the module but found some problems. I use czech lang, and after installation, there were missing (empty texts) in the setting section . I could not figure what to do so I decided to rename EN.php to CZ.php to get english texts in czech environment (no problem for me) but the rights at the module dir are set so it is not possible to change them through FTP - so it was not possible to add anything. I decided to unistall and try again with lang file added in zip, but uninstallation failed - nothing appeared on admin panel and the module is still present. Now I do no know, what to do ..  I asked my provider about the setting and they told me that this was problem of the php script and it must be removed with a script, but I am not programmer, sry  Before try unistall the module, ¿do you have delete all the pages that are using this module? If you don't delete this page, you couldn't delete this module. Regards César RodrÃguez NEOFIS NT http://www.neofis.com
|
|
|
|
|
Logged
|
|
|
|
Tzvook
Offline
Posts: 24
|
 |
« Reply #4 on: December 07, 2005, 02:46:01 PM » |
|
Hello All I tried the catalog with WB 2.6 and it refuses to work  Is there any workaround ?
|
|
|
|
|
Logged
|
|
|
|
Tzvook
Offline
Posts: 24
|
 |
« Reply #5 on: December 16, 2005, 01:48:23 PM » |
|
never mind, was easy enough to do it by myself ... Thanks very much to this cooperative community 
|
|
|
|
|
Logged
|
|
|
|
xillion
Offline
Posts: 25
|
 |
« Reply #6 on: January 06, 2006, 05:16:26 PM » |
|
I'm busy extending this module with a cart script. When it's finished i will post it on the forum.
|
|
|
|
|
Logged
|
|
|
|
bartvdb
Offline
Posts: 6
|
 |
« Reply #7 on: January 12, 2006, 12:07:32 PM » |
|
Hey guys, my first post here.
This catalogue module work fine but products that are listed under a category can't be deleted or moved up or down. When they aren' listed under a category, but in the root, it's possible to delete them or change there position.
Did anybody else heve this problem, and fixed it perhaps?
Thanks in advance
|
|
|
|
|
Logged
|
|
|
|
|
kweitzel
|
 |
« Reply #8 on: January 15, 2006, 12:51:33 AM » |
|
Hi all, i went through the english language file and updated a bit in it. Here it is. Will translate into german as well ... @teamsoft: This passage was still in spanish. Is my translation correct (extrapolated it from my basic knowledge of italian and with a little help from altavista's babelfish) $MOD_TEXT['DEL_CAT_CONFIRM']="Deleting this category will also delete the subcategories and elements. Is it safe to delete this category\?"; Please rename the file from "en.php.txt" to "en.php" cheers Klaus PS: doing a german translation at the moment ... <edit> corrected some typos </edit>
|
|
|
|
« Last Edit: January 15, 2006, 01:31:25 AM by kweitzel »
|
Logged
|
WebsiteBaker Org e.V. - for WebsiteBaker
|
|
|
|
kweitzel
|
 |
« Reply #9 on: January 15, 2006, 01:40:47 AM » |
|
OK ... like mentione in the previous post, here is the german language file. Please test and check it ...
don't forget to rename ...
cheers
Klaus
|
|
|
|
|
Logged
|
WebsiteBaker Org e.V. - for WebsiteBaker
|
|
|
|
|
|
kweitzel
|
 |
« Reply #11 on: January 15, 2006, 10:42:52 PM » |
|
OK ... Stephan pointed me to the right direction ... the line include_once(dirname(__FILE__).'/languages/'.$LANGUAGE.'.php'); should actually be include_once(dirname(__FILE__).'/languages/'.LANGUAGE.'.php'); then it works ... cheers Klaus
|
|
|
|
|
Logged
|
WebsiteBaker Org e.V. - for WebsiteBaker
|
|
|
mufti
Offline
Posts: 8
|
 |
« Reply #12 on: January 23, 2006, 05:22:14 PM » |
|
Hi !
whenever i try to install this module under WB2.6.1 there comes this error-msg:
Fatal error: main(): Failed opening required '/homepages/23/d151290579/htdocs/temp/unzip/info.php' (include_path='.:/usr/local/lib/php') in /homepages/23/d151290579/htdocs/admin/modules/install.php on line 60
What is to do ?
Greetz & THX André
|
|
|
|
|
Logged
|
|
|
|
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
|
 |
« Reply #13 on: January 23, 2006, 08:41:59 PM » |
|
OK here we go Done a little look at the code and found a lot of issues. Fixed the following: - Installing now works on WB 2.6.1 without errors (restructured the zip-File)
- Search Table entries now correct (changed install.php)
- Uninstalling works now and deletes catalogs dir and search table entries (changed uninstall.php)
- Multilanguage support works now (added woudlopers multilanguage script to all files)
- Added new languages EN and DE (thanks to kweitzel)
- Made modul WB 2.6.x compatible (changed info.php)
- Stored all files in Unix and deleted wrong spaces at the ends of all files
You find the corrected version as attached File. You also need the smarty.zip from the first post to get this modul working. To do list: - Fix some more bugs
- Layout tweaking of admin interface
Matthias
|
|
|
|
« Last Edit: January 23, 2006, 08:44:05 PM by ruebenwurzel »
|
Logged
|
|
|
|
|
kweitzel
|
 |
« Reply #14 on: January 23, 2006, 08:56:58 PM » |
|
thanks a lot ruebenwurzel ... I would'nt have made it ... can you post it also in the "completed modules" section?
cheers
Klaus
|
|
|
|
|
Logged
|
WebsiteBaker Org e.V. - for WebsiteBaker
|
|
|
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
|
 |
« Reply #15 on: January 23, 2006, 09:09:18 PM » |
|
As there are a few bugs and the layout needs some tweaking, this modul is not complet. As soon as this is be done and we can speak from a completed module it would be posted there.
Matthias
|
|
|
|
|
Logged
|
|
|
|
Tzvook
Offline
Posts: 24
|
 |
« Reply #16 on: January 24, 2006, 11:30:12 AM » |
|
As there are a few bugs and the layout needs some tweaking, Matthias
Actualy not just the admin side need layout tweaking, the user-side is massy too, a bit confusing...
|
|
|
|
|
Logged
|
|
|
|
|
kweitzel
|
 |
« Reply #17 on: January 24, 2006, 11:53:20 AM » |
|
Actualy not just the admin side need layout tweaking, the user-side is massy too, a bit confusing... actually, since the userside does use a sort of template system, you can set it up easily the way you want it to yourself ... I thinks that is the idea behind using this templates ... istn't t? cheers Klaus
|
|
|
|
|
Logged
|
WebsiteBaker Org e.V. - for WebsiteBaker
|
|
|
Tzvook
Offline
Posts: 24
|
 |
« Reply #18 on: January 24, 2006, 11:56:56 AM » |
|
Well I tweak it easily, but newbies to php might want something a bit more orgenized so they won't have to change a lot...
|
|
|
|
|
Logged
|
|
|
|
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
|
 |
« Reply #19 on: January 24, 2006, 12:06:47 PM » |
|
Hello,
i think the ability to change the layout in admin interface like it is possible in other modules (Bookmarks, Guestbook, ....) would be a great addition. But this needs a rewriting of this modul for wich i didn't have the time and the knowledge. Will do some layout changes at the admin interface if i had time, but the rest couldn't do.
Matthias
|
|
|
|
|
Logged
|
|
|
|
dehuisman
Offline
Posts: 8
|
 |
« Reply #20 on: February 09, 2006, 04:50:09 PM » |
|
Hello,
installing the catalo mod was no problem. It runs fine until I want to upload images into the catalogue items. Attempting to upload generates this fatal error:
Fatal error: Cannot redeclare class database in /home/misd.nl/public_html/wb/framework/class.database.php on line 46
Can anybody help me out?
Thx
Erik
|
|
|
|
|
Logged
|
|
|
|
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
|
 |
« Reply #21 on: February 09, 2006, 05:41:45 PM » |
|
|
|
|
|
|
Logged
|
|
|
|
dehuisman
Offline
Posts: 8
|
 |
« Reply #22 on: February 10, 2006, 02:08:08 PM » |
|
Yes, I did. Can you think of anything else?
thx for your help/comments
Erik
|
|
|
|
|
Logged
|
|
|
|
MeAgain
Offline
Posts: 17
|
 |
« Reply #23 on: February 24, 2006, 09:56:07 PM » |
|
installing the catalo mod was no problem. It runs fine until I want to upload images into the catalogue items. Attempting to upload generates this fatal error:
Fatal error: Cannot redeclare class database in /home/misd.nl/public_html/wb/framework/class.database.php on line 46 ditto here and it seems to make it so no items show at all. Am I missing something or is there no where to add a prices of buy button or anything. Perhaps the lack of these things are due to the above error code? Or is it simply not there to begin with?
|
|
|
|
|
Logged
|
|
|
|
|
kweitzel
|
 |
« Reply #24 on: February 24, 2006, 10:22:53 PM » |
|
Hi,
the purpose of the catalog is (in my understanding) only as a showcase, not for purchasing ... there would for instance the "paypal cart" the module to choose ...
cheers
Klaus
|
|
|
|
|
Logged
|
WebsiteBaker Org e.V. - for WebsiteBaker
|
|
|
|