Page 7 of 7
Posted: Sun Apr 02, 2006 9:28 pm
by SHRIKEE
maybe the /blog somehow is in the settings field... (where the double //s were)
Posted: Sun Apr 02, 2006 9:35 pm
by mgroeninger
Ok, the double slash resulted from the default value for the permalink. I had a slash in front of the "pages/gallery.html". This seems to be a much bigger problem in the 1.4 version then is was in the previous versions... So I am going back through my code changes in 1.3 to see what I did wrong...
Shrikee, would you mind pulling your 1.4 version from download until I get a handle on what is going wrong?
Dave, I have set up an environment with serendipity in a subfolder, so I will work through the plugin and get the paths working. Once I have that I will forward my changes to SHRIKEE and ask him to post it as a download.
Once he has that I will need you to download the plugin, and then we can work on the problem with your pages not advancing correctly...
Sorry about this.
Posted: Sun Apr 02, 2006 9:41 pm
by SHRIKEE
ill remove the download. but the file works for me, i assume it does for you too.
im wondering if it isnt a server specific issue here and not a bug.
Posted: Sun Apr 02, 2006 9:58 pm
by mgroeninger
The problem with malformed urls that Dave stumbled over is not server specific, it is specific to an install placed in a subfolder... I think I have it fixed (I just dumped full urls entirely and went to relative urls)... I will email you the updated files in a few minutes (I want to test them through a clean install and make sure they work...)
The problem with pagination may well be a server specific problem... I haven't been able to replicate that error... But I want to get a working version of the plugin together and on Dave's server (and for download) before we try to tackle that problem...
Posted: Sun Apr 02, 2006 11:12 pm
by davecjr
I just sent mgroeninger an email. I hope this isn't all because of me but I don't mind being the test bed if it fixes something! I wish I was smart enough to help more!
Posted: Sun Apr 02, 2006 11:18 pm
by mgroeninger
Naw, it's my fault, not yours... I made an assumption about a variable when I should have tested it...
I'm glad you posted about the bug, rather than just uninstalling the plugin and using something else...
Posted: Mon Apr 03, 2006 6:31 am
by Dangtz
Is this plugin php4.3.11 compatible. Im having probs getting it to display the thumbs in a directory. But it works on my other server that has php5 installed on it. Could this be the issue or do i need to continue to debug it.
What its doing specifically is it displays the base dir images only when Output images strictly set to yes is selected. At no itll display all images properly. But on both I cannot only show individual directory thumbs. Any ideas?
Posted: Mon Apr 03, 2006 6:44 am
by davecjr
I can't help much but I can say that I have 4.3.11 and mgroeinger just helped me get some other problems worked out and all seems fine now! I am also running s9y 1.0 beta 2.
Posted: Mon Apr 03, 2006 6:59 am
by Dangtz
interesting i got it to work. what i did was turn off the rewrite function load the site then turned it back on and it started working. Dunno what happened but its all working great now.
Posted: Fri Apr 14, 2006 3:13 am
by chrisrx
Is there any way for me to set up some system so that each user can have their own individual gallery?
Posted: Fri Apr 14, 2006 3:24 am
by SHRIKEE
nope
serendipity does not feature owner or user rights for media folders.
usergallery is only a plugin to make certain folders and its imagecontent available for the public. admin functions go through serendipitys media manager/library
Posted: Fri Apr 14, 2006 11:53 am
by chrisrx
But I thought serendipity saves at least some form of uploader information, so users can't mess around with other users files.
I'm not sure how this information is saved though (only been using serendipity a few days) but wouldn't it be possible to use this information to seperate files with some form of user list
Posted: Fri Apr 14, 2006 2:36 pm
by SHRIKEE
if such information is saved that is possible yes. even if its not, its possible. it then just needs more work to make it happen
such functions are out of the scope of usergallery. As mentioned earlier usergallery only offers a frontend functionality and no admin functions.
My guess, if you want this, is that the media manager should be altered to your wishes.
Posted: Wed Apr 26, 2006 11:54 pm
by SHRIKEE