|
#11
|
|||
|
|||
|
let's try to keep PP a simple tool, not an overloaded monster!
Because other programs have something, we must not follow every thing which can be done otherwise as well |
|
#12
|
|||
|
|||
|
Quote:
![]() Quote:
Well if the cookie is not valid anymore, than the Log-in page appears and than I get directly to the post to edit the category, picture information... To edit posts, published a while ago and if they are not on the first pages in the section "Images / Posts" anymore, is for me sometimes frustrating (its not a critic its just an emotion). Quote:
![]() In WordPress (sorry if I compare) it is done with a Tag "<?php edit_post_link('(edit this)'); ?>. My idea is to add a tag like "edit this" (like <IMAGE_PREVIOUS_LINK>), somewhere in the image template. The option only appears when the logged-in in the Adminsection is still valid. With an click on the "edit this" option I will be directed directly to the page http://www.domain.com/admin/index.ph...images&id=1234 After I edited the post and pressed the save button I get back to the http://www.domain.com/index.php?showimage=1234 I am not a programmer, so I can not estimate the workload and possibilities to implement a function like this but as a user it would be a great advantage. If it is to complicated for some users they don't have to us or to implemt it. I don't have any knowlege in PHP or SQL yet but it was not an big issue for me as a new WP user to feel quickly very comfortable with this functionality. Is a functionality like this really to complicated for the PP users or will it creat an useless "overloaded monster"
|
|
#13
|
||||
|
||||
|
The problem isn't the technicalities of cookies, php or sql, we can do that in our sleep. It's that we need to make the solution compatible with the addon system, and the template system. If we end up having to add more tags or cookie support then that's just another issue that can go wrong, and will end up with users on the forum looking for support.
When the time comes, i'll look into doing this as an addon. |
|
#14
|
||||
|
||||
|
I made a "edit this"-button.
Place this in your template: Code:
<a href="/admin/index.php?view=images&id=<IMAGE_ID>">Admin</a> Oke, you still see the link when you are not logged in, but edit a picture goes a lot faster! When you not logged in the login-screen is popup.
__________________
Northing.nl |
|
#15
|
|||
|
|||
|
Quote:
@eon Hi eon, your idea is cool. No, I would not add this to the visible site, but i put it to my bookmarks/favorites of the browser (without the potonumber). If I'm already logged in to the admin page I only have to add the number and there we go... Perhaps it might be possible to write a bookmarklet like that "Photoblogs.org - Photoblog Profil" bookmarklet or that "del.icio.us" thing... So you have that comfortable function and the PP code itself stays clean and simple...
__________________
fighting-with-light.com |
|
#16
|
|||
|
|||
|
Quote:
Thanks for your help and as soon I have to adjust more pics I will put this temporarily in my template, until there will be an Addon or funktion like this available. Thanks again for this option. ![]() Quote:
![]() Many thanks to all of you for your feedback and support....
|
|
#17
|
||||
|
||||
|
Pixelpost sets cookie. in an addon, you can check if the valid cookie exists then show that html code,
HTML Code:
<a href="/admin/index.php?view=images&id=<IMAGE_ID>">Admin</a>
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#18
|
||||
|
||||
|
__________________
Northing.nl |
|
#19
|
|||
|
|||
|
Quote:
It is working fine with Konqueror, Epiphany and Mozialla, but somehow not with my current Firefox Version (Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1). I will try tomorrow with the IE and Firefox at work and give Feedback how it is working with those browsers. |
|
#20
|
|||
|
|||
|
Quote:
On a more serious note - I would really like to see that PP remains a photoblog script and does not morph into a gallery script as it is threatening to do...
__________________
http://se.nsuo.us - A photoblog of sensual, abstract nudes [may not be work safe for some] My Pixelpost Addons, Cheesecake-Photoblog Software |
| Post Reply |
| Thread Tools | |
|
|