Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 21

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etrackerŪ Web-Controlling statt Logfile-Analyse
Old 21.06.2004, 15:46   #1 (permalink)
Mamber
 
Antonio's Avatar
 
Join Date: Apr 2004
Location: Montreal
Posts: 64
Antonio is on a distinguished road
Default AkoGallery 2.5b

I've noticed that Arthur released the last gallery update for MOS 4.5, but there is no batch upload in this release.

Have any of you guys incorporated the batch upload code to the new release?

Thanks Antonio
__________________
"The future belongs to those who prepared ahead."
Antonio is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 21.06.2004, 17:21   #2 (permalink)
Senior Mamber
 
Join Date: Apr 2004
Location: Cordoba, Argentina
Posts: 148
fede-k3 is on a distinguished road
Send a message via MSN to fede-k3
Default Re: AkoGallery 2.5b

Quote:
Originally Posted by Antonio
I've noticed that Arthur released the last gallery update for MOS 4.5, but there is no batch upload in this release.

Have any of you guys incorporated the batch upload code to the new release?

Thanks Antonio

NoOoOoOoOo it cant be!!! i wanna batch upload! :p

No... Really... this is an important feature... may be a php coder here? plz :'(!!
fede-k3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 21.06.2004, 19:49   #3 (permalink)
Mamber
 
spleen's Avatar
 
Join Date: Apr 2004
Posts: 59
spleen is on a distinguished road
Default Re: AkoGallery 2.5b

the batch upload will be available in version3

this is just a bugfix/some small additions version for latest version2.

version3 will be for mambo 4.6 (if the development will go on)
__________________
got ayne ?
spleen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 21.06.2004, 20:23   #4 (permalink)
Senior Mamber
 
Join Date: Apr 2004
Location: Cordoba, Argentina
Posts: 148
fede-k3 is on a distinguished road
Send a message via MSN to fede-k3
Default Re: AkoGallery 2.5b

Quote:
Originally Posted by spleen
the batch upload will be available in version3

this is just a bugfix/some small additions version for latest version2.

version3 will be for mambo 4.6 (if the development will go on)
But.. for the version i have.. there is a batch upload...
just that... i dont want a version 3
lol :P..
joking... i want the two thingies :P...
hope the author would make that
fede-k3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 22.06.2004, 00:33   #5 (permalink)
Mamber
 
spleen's Avatar
 
Join Date: Apr 2004
Posts: 59
spleen is on a distinguished road
Default Re: AkoGallery 2.5b

its the old version.. and the batch upload is a modification by someone else (brandon kernbs or something).

guss you wont have a batch upload implemented by the author arthur konze.
__________________
got ayne ?
spleen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 22.06.2004, 15:53   #6 (permalink)
Mamber
 
Antonio's Avatar
 
Join Date: Apr 2004
Location: Montreal
Posts: 64
Antonio is on a distinguished road
Default Re: AkoGallery 2.5b

Spleen,

Did you modified the code for the batch upload or FTP?
__________________
"The future belongs to those who prepared ahead."
Antonio is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 22.06.2004, 18:51   #7 (permalink)
Expert Mamber
 
BennieBlanco's Avatar
 
Join Date: Apr 2004
Posts: 464
BennieBlanco is on a distinguished road
Default Re: AkoGallery 2.5b

I think that this is not fer.First we all wait for AkoGallery 3 and we hope for all new features and now we got the update.Dont think I am not gratefull but
this is not what I expected .And specialy that all new features that we wished for are going to be in 4.6version. I mean, I have a fully loaded site 4.5.107 with 30 components and 53 modules and I am not going to be able to upgrade to 4.6.

And let me ask how many of us are going to have more 4.5 sites untill 4.6 comes out?How many more Mambers is the community going to get untill 4.6 comes out.?
most of you know this one "Don't start what you can't finish"

Once again this is not against anyone and Arthur, it is not personal it is just open opinion. Please considere this before you answer.!
__________________
www.bluehost.com
BennieBlanco is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 22.06.2004, 19:21   #8 (permalink)
Expert Mamber
 
divamissx's Avatar
 
Join Date: Apr 2004
Location: Florida
Posts: 480
divamissx is on a distinguished road
Send a message via MSN to divamissx
Default Re: AkoGallery 2.5b

I'm getting an error trying to run the sql script.

Error
SQL-query :
ALTER TABLE `mos_akogallery` ADD `urlshop` text NOT NULL AFTER `urlshop`

MySQL said:
#1054 - Unknown column 'urlshop' in 'mos_akogallery'
__________________
Divamissx, Software Development Consultant
Increase your Forum Traffic: The Forum Seeders Network
divamissx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 22.06.2004, 23:06   #9 (permalink)
Mamber
 
deizel's Avatar
 
Join Date: Apr 2004
Location: Edinburgh & Stirling, Scotland
Posts: 88
deizel is an unknown quantity at this point
Send a message via MSN to deizel
Default Re: AkoGallery 2.5b

read the line... how do you add a column called urlshop after the column urlshop if it's not there in the first place?

anyway, i had the same problem, here is the correct sql:

ALTER TABLE `mos_akogallery` CHANGE `imgdate` `imgdate` datetime NOT NULL default '0000-00-00 00:00:00';
ALTER TABLE `mos_akogallery` ADD `publish_up` datetime NOT NULL default '0000-00-00 00:00:00' AFTER `published`;
ALTER TABLE `mos_akogallery` ADD `publish_down` datetime NOT NULL default '0000-00-00 00:00:00' AFTER `publish_up`;
ALTER TABLE `mos_akogallery` ADD `urlshop` text NOT NULL AFTER `publish_down`;
ALTER TABLE `mos_akogallery` ADD `urldownload` text NOT NULL AFTER `urlshop`;
ALTER TABLE `mos_akogallery` ADD `ordering` float unsigned NOT NULL default '0' AFTER `urldownload`;
ALTER TABLE `mos_akogallery` ADD `metakey` text NOT NULL AFTER `ordering`;
ALTER TABLE `mos_akogallery` ADD `metadesc` text NOT NULL AFTER `metakey`;

Last edited by deizel; 22.06.2004 at 23:08. Reason: by the way diva, you should leave out the first 3 lines since you already executed them!
deizel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.06.2004, 00:39   #10 (permalink)
bingster
Guest
 
Posts: n/a
Default Re: AkoGallery 2.5b

batchupload should be a standard feature ;O)..amazingly...itīs not.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
AkoGallery 2.1 Beta2 Fehler bei Thumbnail martak Komponenten 8 08.06.2004 14:07
AkoGallery Bildbreite/Sprache TBluem Komponenten 2 05.06.2004 14:22
Akogallery en espaņol remora Componentes 2 10.05.2004 10:37
AkoGallery autoUpdate spleen Komponenten 1 02.05.2004 16:32


All times are GMT +2. The time now is 02:28.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.