[geeklog-devel] Geeklog.net Downloads Plugin

Tom websitemaster at cogeco.net
Tue Jan 19 10:36:54 EST 2016


Okay, I have enabled the downloads plugin and changed the links. Let me know
if I missed any.

I notice that the old file autotag from the filemanagement plugin isn't used
by the downloads plugin so I also installed the autotags plugin and created
a file autotag which uses the downloads links.

I notice that the old file management links produce an error when access
(even when disabled).

I have added the below  htaccess rules after a quick search online (I am an
IIS user so I don't know too much about htaccess)

# From old Filemanagement Plugin to Downloads Plugin
RewriteRule ^filemgmt/viewcat.php$ /downloads/index.php$1 [R=301,NC,L]
RewriteRule ^filemgmt/(.*)$ /downloads/$1 [R=301,NC,L]

This seems to take care of the file management links. If any htaccess
experts know of a better way let me know.

Thanks

Tom


-----Original Message-----
From: geeklog-devel [mailto:geeklog-devel-bounces at lists.geeklog.net] On
Behalf Of cordiste
Sent: Monday, January 18, 2016 5:08 PM
To: Geeklog Development <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] Geeklog.net Downloads Plugin

Weel done :)

For the redirection you can use something like

<IfModule mod_alias.c>
    Redirect permanent /filemgmt https://www.geeklog.net/downloads
</IfModule>

Ben

2016-01-18 21:46 GMT+01:00 Tom <websitemaster at cogeco.net>:
> Yeaa... after about 3 plus hours of work I finally got the Downloads 
> plugin to import the Filemgmt Plugin data on Geeklog.net
>
> There was a number of errors along the way with most of them being 
> issues the result of old bugs in the filemgmt plugin causing problems 
> when information wasn't saved properly. Here are the stats:
>
> Number of Downloads Plugin category data: 11
>
> Number of Downloads Plugin file information data: 702
>
> Number of Downloads Plugin vote data: 251
>
> Number of Downloads Plugin history data: 165172
>
> Number of Downloads Plugin submission data: 0
>
> Conversion process was completed successfully!
>
> I currently have disabled the downloads plugin as I still need to 
> update the download block as I have run out of time (Dirk is that a 
> custom function?)
>
> Also Dirk I am wondering if we need to do some redirects via htaccess 
> (which I know little about). Could you tackle this?
>
> Thanks
>
> Tom
>
>
> Root
> https://www.geeklog.net/filemgmt/index.php
> to
> https://www.geeklog.net/downloads/index.php
>
> Categories
> https://www.geeklog.net/filemgmt/viewcat.php?cid=8
> to
> https://www.geeklog.net/downloads/index.php?cid=8
>
> File Description
> https://www.geeklog.net/filemgmt/index.php?id=1157
> to
> https://www.geeklog.net/downloads/index.php/1157
>
> Download link
> https://www.geeklog.net/filemgmt/visit.php?lid=1157
> to
> https://www.geeklog.net/downloads/visit.php/1157
>
>
>
> _______________________________________________
> geeklog-devel mailing list
> geeklog-devel at lists.geeklog.net
> https://pairlist8.pair.net/mailman/listinfo/geeklog-devel
>
_______________________________________________
geeklog-devel mailing list
geeklog-devel at lists.geeklog.net
https://pairlist8.pair.net/mailman/listinfo/geeklog-devel




More information about the geeklog-devel mailing list