I'm using the show/hide function to show different publication from time to time. But the site has grown to a state where I has to make changes often and showing/hiding several publications every day.
It seemed as a good idea from the start, but now it's a real pain in the butt that I have to open each publication in turn and make it either shown or hidden.
So I want to make it possible to change online state form the list view. I figured out how to make the field editable, but I can't figure out how to make it store the changes I do.
I've come as far as realising that I'll have to define a new function in pbListHandler.php - but that' a little out of my league...
Can somebody help me?
Posted: 13.04.2008, 09:25
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
bump ?
Posted: 20.04.2008, 05:09
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
why are you showing and hiding publications?
Is there some sort of logic that could be used to do it programatically?
Posted: 21.04.2008, 19:48
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
I'm using it at a site with a lot of apartments and those available for rental is shown, the rest is hidden. This means that there's a lot of showing/hiding going on.
At first I thought it was an easy way to do it, but now I'm not so sure...
Posted: 22.04.2008, 03:49
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
Are they rented hourly? :lol:
I don't have any PHP skills so the best I could do is three clicks.