Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#145 2004-11-04 05:08:32
Re: Plugin/Hack: Albumpattern
I’m working on a new release, and I plan to add bulk uploading after that release. Hopefully this next release will come sometime in the next two weeks, there are still a few things I want to do to the albumpattern code and then I need to rewrite some of the optional hacks to TXP, and then I need to test it. This next update is pretty big, in a good way.
The idea of bulk uploading is that you use an FTP or webDAV client to upload a bunch of photo’s (and their display and thumbnail size, or have them automatically made) to a directory. Then you tell albumpattern where the directory is located and it goes and adds all the photo’s like you had uploaded through its interface. Then you can go through and change title’s and descriptions and stuff.
Offline
#146 2004-11-04 05:12:22
Re: Plugin/Hack: Albumpattern
I like that idea of bulk uploading. Looking forward to it
by the way- will the new releases require TXP 1.0 RC or can 0.19 be used?
Thanks for the update
bludrop studios .::. Creative Expression
Offline
#147 2004-11-04 07:03:47
Re: Plugin/Hack: Albumpattern
1.0RC1 vs RC2 vs 1.19
I’m going to test it on everything, but it will definitely work on RC1 and RC2. The optional hacks will be written for RC1 first, and then later 1.19.
Offline
#148 2004-11-05 11:21:47
- heimar
- New Member
- From: ebonia
- Registered: 2004-11-03
- Posts: 6
Re: Plugin/Hack: Albumpattern
Hi, first: nice plugin.
But how exactly i can add next/prev picture buttons or links?
Last edited by heimar (2004-11-05 11:22:08)
thank you, Jebus!
Offline
#149 2004-11-06 00:52:55
Re: Plugin/Hack: Albumpattern
How do you use the photo thumbnail navigation on the same page as the photos while limiting the number of photos on the navigation?
bludrop studios .::. Creative Expression
Offline
#150 2004-11-06 07:12:35
Re: Plugin/Hack: Albumpattern
can anyone outline for me how to use an image from albumpattern in a textpattern article? i’d rather not upload the same image twice, once in albumpattern for an album image, and once again for a photo blog post…
i installed the rei_show_custom plugin, added < txp:albumpattern / > to my article form. then tried to call:
- < txp:ap_image id=”< txp:rei_show_custom customid=“2” / >” / >
apparently, you can’t use a tag as a value of an attribute for another tag… how can i pass into < txp:ap_image id=”???” / > the ID data contained in a custom field?
Offline
#151 2004-11-06 15:36:41
Re: Plugin/Hack: Albumpattern
Id like to see if this can be done too! :)
Offline
#152 2004-11-07 20:01:07
Re: Plugin/Hack: Albumpattern
laigus,
have you adjusted the first line in the albumpattern_sql.php file? you should see a variable definition there at the top:
- $path_to_txp_config
you’ll need to hardcode …/primecms inplace of the default …/textpattern dir.
Offline
#153 2004-11-08 03:58:15
- streetdaddy
- New Member
- From: Adelaide, Australia
- Registered: 2004-06-01
- Posts: 8
Re: Plugin/Hack: Albumpattern
I’m having some problems with the album_image page. All other album pages are ok.
I’m sure I’ve setup everything correctly, however when I go to view an image it doesn’t use the album_image form I’ve created. The album_single form provides this link to a single image:
http://www.streetdaddy.com/index.php?id=34&a=2&p=34
which doesn’t use the album_image form… Just seems to use the default form in textpattern.
however if I manually add &s=Gallery to the url:
http://www.streetdaddy.com/index.php?id=34&a=2&p=34&s=Gallery
then it DOES use my album_image form.
Any thoughts?
Last edited by streetdaddy (2004-11-08 03:59:32)
Offline
#154 2004-11-08 04:57:50
Re: Plugin/Hack: Albumpattern
> laigus wrote:
> I think that albumpattern_sql.php is ONLY needed for db table setup.
> After setup db table I have delete it from the distribution.:-)
> I am too confused.
> May anyone help me to achieve albumpattern installation (or he/she
> does it on my server!)
> I offering a text link on my sites geodigest.com and techubic.com for
> FREE.
What exactly isn’t working? The plugin portion, with forms and the stuff viewers of your website see, or the internal administration part?
Changing the name of the textpattern folder shouldn’t matter, assuming that your configuration files are setup properly to take that into account.
Offline
#155 2004-11-08 05:54:59
- robbie
- New Member
- From: Durham NC
- Registered: 2004-09-26
- Posts: 5
Re: Plugin/Hack: Albumpattern
Jase,
You could probably use the textile image tag
<code>!images/path!</code>
pointed to the image in your server’s directory structure.
I can’t think of an easier way to make it work.
Rob
> jase wrote:
> can anyone outline for me how to use an image from albumpattern in a textpattern article? i’d rather not upload the same image twice, once in albumpattern for an album image, and once again for a photo blog post…
i installed the rei_show_custom plugin, added < txp:albumpattern / > to my article form. then tried to call:
- < txp:ap_image id=”< txp:rei_show_custom customid=“2” / >” / >
apparently, you can’t use a tag as a value of an attribute for another tag… how can i pass into < txp:ap_image id=”???” / > the ID data contained in a custom field?
Last edited by robbie (2004-11-08 05:57:44)
Offline