PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > ReviewPost Pro Support Forums > ReviewPost Bug Reports

ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old April 17th, 2009, 04:07 AM   #1 (permalink)
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
RP 4.1: Extra fields above #6 are not inherited

Hi

RP 4.1

There are currently 6 extra fields available automatically in a category. More can be added manually. The advantage of the 6 automatic extra fields is, that I can fill them with text and when saving, click at the buttom the checkbox

Quote:
*Check box to apply these settings and permissions to all children:
So all new subcategories inherit the already filled in text of those 6 extra field. No additional typing is required. Even if I move this subcategory to another parent category, the content of these 6 extra fileds are kept, which is great.

The same way works with all other settings within a category. I can inherit all of them. This is how it should work.

BUT the additional extra fields, that I can add manually (so extra field no. 7-15 for example), are not inherited at all when processed the same way. This means, that I have to type in all the text again and again for all extra fields above #6.

IMHO this should be processed the same way as the 6 automatic extra fields. At least I see no reason why all settings of a category are able to be inherited but only those are not. Does not make sense.

How can I fix this?

And/Or even better, is there a way to make more extra fields into this "automatic extra field group" i.e. 10 or 15 instead of only 6?

Thanks in advance
snoopy5 is offline   Reply With Quote
Old April 17th, 2009, 08:34 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
You can not remove the inherit ability on the additonal fields which is the default and way users want it to be without you altering your code in adm-cats.php in some way to remove the dochildren part of the code in the custom part.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 17th, 2009, 09:07 AM   #3 (permalink)
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
Quote:
Originally Posted by Chuck S View Post
You can not remove the inherit ability on the additonal fields which is the default and way users want it to be without you altering your code in adm-cats.php in some way to remove the dochildren part of the code in the custom part.
Hi Chuck

this is a misunderstanding. I do not want to remove it. I want to have it

The normal extra fields have the ability. The other additional fields which I have to add manually do not have the ability. This is why I think it is a bug. IMHO they should habe the ability to inherit to subcategories

test it in your installation and you will see what I mean. Field 1-6 are able to get inherited. Anything higher not.
snoopy5 is offline   Reply With Quote
Old April 17th, 2009, 09:17 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
Snoopy there are indeed inherited by only when you actually create the additonal extra not ones that exist you did not inherit.

So try editing a category make a new extra field and hit apply to children works fine.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 17th, 2009, 10:13 AM   #5 (permalink)
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
mmmhhh

I just do not get it. It does not work with me. This is the process how I do it:

1. I have a category with 6 extra fields plus 4 additional extra fields (see screenshot)

2. I scroll down and check the box

*Check box to apply these settings and permissions to all children:

3. I press the button "Save changes"

4. I go now to a subcategory of my category above.

5. Only the extra fields 1-6 are visible. But not the other 4 extra fields I entered in the mother category


I did the same also with a totally new subcategory. So from step 3 on, I created then a new subcategory and looked there. But again only the first 6 extra fields exist, no others.

My RP-download files are from yesterday. I upgraded from 4.04 fresh install to 4.1. There is no content yet there except some dummies for test purposes.

So what do I do wrong that it is not working?
Attached Images
File Type: gif reviewpost_extra_fields_inheriting.gif (21.9 KB, 4 views)
snoopy5 is offline   Reply With Quote
Old April 17th, 2009, 10:21 AM   #6 (permalink)
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
I deleted old posting. I did not see your posting above.

You are correct. It all depends whether the extra field does exist already or is totally new created. Only new created will be inherited.

The problem is only, that in this case any modification of the text can not be updated on all subcategories.

Is there a way to change that so that also old or edited extra fields are inherited?

Last edited by snoopy5; April 17th, 2009 at 10:35 AM.
snoopy5 is offline   Reply With Quote
Old April 17th, 2009, 10:32 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
It really was not designed this way. None of the inherit stuff works like this to my knowledge it inherits to children not children of children.

This is the code in adm-cats.php

Code:
Content visible to verified customers only.
Maybe change it to this but non tested and this would only take it down another level of children of children not children of children of children

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 17th, 2009, 10:48 AM   #8 (permalink)
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
Quote:
Originally Posted by snoopy5 View Post
I deleted old posting. I did not see your posting above.

You are correct. It all depends whether the extra field does exist already or is totally new created. Only new created will be inherited.

The problem is only, that in this case any modification of the text can not be updated on all subcategories.

Is there a way to change that so that also old or edited extra fields are inherited?
We posted at the same time. See my corrected posting in the quotes..
snoopy5 is offline   Reply With Quote
Old April 17th, 2009, 11:34 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
No there is no inherit ability to apply old settings sorry. The dochildren take the data that exists in the current form and applies it accordingly so thus when you create an extra field it is then applied to children.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old July 16th, 2011, 06:08 AM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2008
Posts: 20
I have a problem similar to this one. I used the first 6 "Extra Text Fields". Then I created a few more fields from the "Add new text type" . A few were drop down and some were text types. This was done on a top level category and I checked the box at the bottom that said "*Check box to apply these settings and permissions to all children:". At first only the 6 text fields are inheriting, not the additional ones I created. Then I created a second subcategory (from the main category) and none are inheriting. What should I be looking for?
debbieodom is offline   Reply With Quote
Old July 16th, 2011, 11:35 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
The children will definately inherit the additional extra field but this is ONLY done when you initially create that new field. It is not going to do old additional fields. So try a new one and hit the apply to children you will see that new field most definately exists in those direct children.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Extra Fields Fingertips Classifieds How do I...? 1 February 2nd, 2007 04:57 PM
Extra Fields Fingertips Photopost Pro How Do I...? 20 September 29th, 2006 08:39 PM
Extra Fields bada_bing Photopost Pro How Do I...? 4 April 23rd, 2006 09:43 AM
Extra Fields Toxiedog Classifieds How do I...? 1 April 17th, 2006 09:53 AM
Extra Fields garybrun General Discussion 3 June 7th, 2005 08:42 AM


All times are GMT -5. The time now is 06:14 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0