Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#61 2007-02-09 10:10:56

woollyhat
Member
Registered: 2006-12-28
Posts: 12

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

I love this plugin… just having a minor hitch. I’ve searched and found similar problems to mine – but not identical. Same as RedBuddha, I have Textpattern installed in a subdirectory of my site /nitc/. The helper files are in the same directory.

I can see the main gallery page and images/captions, but, when I click on an image, I receive the following error, even though the image is displaying as expected…

<code>tag_error <txp:wow_gallery name=“artwork” /> -> Warning: Missing argument 8 for buildSingleImageString(), called in /home/customers/www.cvni.org/htdocs/nitc/textpattern/lib/txplib_misc.php(512) : eval()’d code on line 47 and defined on line 102</code>

Any help greatly appreciated!

Offline

#62 2007-02-09 10:19:49

szac
Member
From: Detroit-ish
Registered: 2004-09-18
Posts: 50

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

woollyhat, try putting your txp installation into Production Status: Live under admin > preferences

Offline

#63 2007-02-09 15:39:26

NoCabeDuda
New Member
Registered: 2007-02-09
Posts: 7

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

I just installed textpattern two days ago… I was looking for a powerful but a simple image handler… wow_gallery seems like the perfect match. So far so good. The thumbnails show fine in the post (main page and permanent link). However, when I click a thumbnail in the permanent link page it doesn’t bring the picture.. instead it shows this:

tag_error <txp:wow_gallery name=“CAPS Test Gallery” rows=“6” cols=“2” tn=“1” new_win=“1” link=“1” captions=“0” /> -> Warning: Missing argument 8 for buildSingleImageString(), called in /home/.niner/nocabeduda/nocabeduda.com/textpattern/lib/txplib_misc.php(424) : eval()’d code on line 47 and defined on line 102

Any ideas?

Also, my webpage is going to have lots and lots of pictures… I noticed that when you create a gallery in brings up all the images in the “gallery” folder.. is there anyway to have a subfolder and just to bring up the pictures you want in the gallery and not all the pictures?

Many thanks in advnace…

PS: check out the test gallery: http://www.nocabeduda.com/ and the permanent link: http://www.nocabeduda.com/article/4/pruebita-de-galeria

Offline

#64 2007-02-09 15:43:51

szac
Member
From: Detroit-ish
Registered: 2004-09-18
Posts: 50

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

buddy, check out my post directly above yours.

Offline

#65 2007-02-09 16:17:54

NoCabeDuda
New Member
Registered: 2007-02-09
Posts: 7

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

I just did that.. now it doesn’t show the “error” but when I click a thumbnail from the permanent link instead of opening the image only, it brings the post with the thumbnail…

Please check it… go to the gallery here and click a thumbnail… linktext

In my case the image is not displayed as expected…

Many thanks…

Offline

#66 2007-02-09 16:24:39

szac
Member
From: Detroit-ish
Registered: 2004-09-18
Posts: 50

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

it’s because it’s relatively linking the image viewer into your clean URL scheme. check it on home: http://www.nocabeduda.com/wow_tpl.php?img_id=6

to fix it, you have to edit the plugin to include just the absolute path. or turn off clean urls. The plugin author said he’s fixing that for the next version of the plugin.

Offline

#67 2007-02-09 16:32:37

NoCabeDuda
New Member
Registered: 2007-02-09
Posts: 7

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

Ahh thank you very much… very helpful… Looking forward for the next version… like someone said before a next/previous button would be nice.

Another question… I just noticed that when I open an image, the image shows kinda weird first (like distortional) sometimes (mainly with IE), is that becuase this plugin doesn;t work with IE?

Well.. once again thank you…

Offline

#68 2007-02-09 17:05:38

NoCabeDuda
New Member
Registered: 2007-02-09
Posts: 7

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

Ugh… I just have a question.. I think it’s simple.. but i don’t know how to do it… when I click a thumbnail it opens the picture in a new window… that’s fine.. but I want that this new window to show all the buttons (file, edit, view, favorities, the address bar, etc) not just the picture… becuase the picture is too big (I want the scroll bars to show..)

Is there anyway to do that?

Thanks in advance..

NCD

Offline

#69 2007-02-10 20:48:24

NoCabeDuda
New Member
Registered: 2007-02-09
Posts: 7

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

O.K Guys I was able to fix the “distortional problem” of the images that I was having with IE by simply removing the “width:auto;” line from the: #container_inner img command.

Now I’m trying to make the popup window to show the scroll bars, menu bar and be able to resize the window. Any suggestions? I tried adding this codes (toolbar=1,scrollbars=1,statusbar=1,menubar=1,resizable=1) to the gallery code but it didn’t work… I need to show very large pics, having a standard window size isn’t helping…

Any help greatly appreciated!

Thanks in advance…

NCD

Offline

#70 2007-02-13 08:31:33

woollyhat
Member
Registered: 2006-12-28
Posts: 12

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

szac wrote:

woollyhat, try putting your txp installation into Production Status: Live under admin > preferences

thanks szac – simple solution that worked!

On another note – do you have any suggestions how I can show a thumbnail gallery that links to individual images requiring a different, for example, page template.

I’ve set up the thumbnails to show on a txp section landing page:

<code><txp:if_section name=“artwork”>

<txp:article_custom section=“artwork” form=“static_article” status=“sticky” />

<txp:wow_gallery name=“artwork” tn=“1” captions=“0” rows=“10” cols=“6” />

</txp:if_section></code>

However, when I click on an image, I still (of course) get the sticky article showing, which I don’t want with individual images.

I’ve racked my brains but can’t find a solution similar to the txp tag <if_individual_article>

Offline

#71 2007-02-22 17:08:57

NoCabeDuda
New Member
Registered: 2007-02-09
Posts: 7

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

Hello again…. Does anyone read these posts? I’m trying to make the POPUP image window resizable and ADD SCROLLBARS to it… Does anyone knows how to do it?

Thanks in advance!

Offline

#72 2007-02-23 03:47:25

tranglos
Member
From: Poland
Registered: 2005-08-21
Posts: 11
Website

Re: [plugin] [ORPHAN] wow_gallery - A complete gallery manager for Textpattern

Mmm, why doesn’t it work at all for me? Txp 4.04, Apache 2.0, php 5.1, mySQL 5.0 on WinXP. Plugin installed and running in the Admin section. I’m trying to create a new gallery:

1. Using option 1. I create the gallery folder as directed and drop a single gif image into it. Click GO. Result: blank screen (only txp’s admin tabs are shown).

Still using option 1. Create the gallery folder, buyt leave it empty. Click GO. A page is displayed that looks like it would show a list of images, with a PROCEED button at bottom. But since there are no images in the gallery folder, I can’t do anything here.

2. Using option 2. I enter the name and click GO. Enter path to image in the box. Click Upload images. Response:
Insert into database Failed!

Is there anything I can try?


Well I can get the ‘a’. But how do I put the circle around it?

Offline

Board footer

Powered by FluxBB