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 How do I...?

ReviewPost How do I...? Wondering how to do something in ReviewPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 19th, 2006, 02:08 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
"Review Extra Fields" will not trickle down to children?

"Apply these settings and permissions to all children" does not allow the for "Review Extra Fields" to be trickled down through all categories, correct? I read that in another thread; something about them belonging to a different table.

I'm wondering if there is an easier way to add review extra fields in bulk. I will be adding 6 new ones to each product. I'll have 100s to fill out soon .

http://www.rig-talk.com/reviewpost/s....php/product/3

Last edited by MitchSchaft; July 19th, 2006 at 02:23 AM.
MitchSchaft is offline   Reply With Quote
Old July 19th, 2006, 09:15 PM   #2 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 53
"Check box to apply these settings and permissions to all children"

This is a little different (deals with additional field types), but I'm actually very confused about this as well. I added 4 "additional field types":

Open To Public?
Date Automated
Height of Tower (ft.)
Height of Focal Plane (ft.)

and checked the "*Check box to apply these settings and permissions to all children:" box on a parent category (with and ID of 1). I believe I saw a post that stated that the additional field types don't apply to the children, even with the box checked. The child category (ID of 2) doesn't have the 4 additional field types, but when I looked in the database, I saw two instances of each field, one with a cat of 1 and one with a cat of 2 (see attachment).

Can you please clarify? I'm using Version 3.3. Thanks.
Attached Images
File Type: gif sql.gif (14.9 KB, 23 views)

Last edited by tj2653; July 19th, 2006 at 09:41 PM.
tj2653 is offline   Reply With Quote
Old July 20th, 2006, 09:23 AM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Yes the additional fields do apply to children if you check it
__________________
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 20th, 2006, 09:25 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
If your wanting to compare code in adm-misc.php this is what I have and it updates the children. I made a simple change to update the children cats numextra field to show when one is added

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 July 20th, 2006, 11:36 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 53
Quote:
Originally Posted by Chuck S
If your wanting to compare code in adm-misc.php this is what I have and it updates the children. I made a simple change to update the children cats numextra field to show when one is added
Hi Chuck,

I'm still having the problem -- I've attached a new screenshot to make sure we're on the same page here.

Thanks,
Cary
Attached Images
File Type: gif additionalfields.gif (21.8 KB, 6 views)
tj2653 is offline   Reply With Quote
Old July 20th, 2006, 04:27 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
I have tested this thoroughly and here is a link to my site I have tested both category and review additional extra fields and they work fine. Make sure your checking the apply to children box

http://www.photopost.com/forum/showp...55&postcount=8
__________________
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 20th, 2006, 05:11 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
Of course we're checking the box :P. Brand new install, separate database from phpbb, and I'm using the silver.css. I'm looking in to hard coding below the pro/con boxes to make sure this does not become a future issue.
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 05:17 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
The only difference in the code you posted and what's in my file is:

mine
Quote:
$revextra = ppmysql_query("UPDATE {$Globals['rp_db_prefix']}categories SET revextra=(revextra+1) WHERE id=$catid", $link);
yours
Quote:
$revextra = ppmysql_query("UPDATE {$Globals['rp_db_prefix']}categories SET revextra=(revextra+1) WHERE id=$eachcat", $link);
I'll see if changing "catid" to "eachcat" does the trick!
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 05:18 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
Here's all of my code.

Code:
Content visible to verified customers only.
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 05:21 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
Nope, didn't do the trick
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 05:24 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
Just tried replacing the entire group with yours with no go.
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 05:26 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Sorry but I have to beg to differ

I showed you an explicit example in my post above. If you go into your child cat you should see the additional extra field there. That is a given so it works.

There are two update lines one for the main cat and one query for each child cat. The code must be exactly as I posted

If you continue to have an issue I suggest you send me site access
__________________
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 20th, 2006, 05:48 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
You speaking of Review Extra Fields? I'll doublecheck everything, thanks for being patient!
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 06:01 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Yes I am.

See this product I posted from my site

http://www.reeftalk.com/reviews/show...p?product=1865

Now the test extra was a field I created in that dry goods cat so that field was already present. I then went to online vendors which is the parent cat and made a test children field and as you can see if did trickle down to the categories

Your saying if you add one you go and edit the child category and its not there?
__________________
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 20th, 2006, 06:04 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
Correct. I'm about to doublecheck everything .
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 06:05 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
I'm in to Goldfish myself. It's a fun hobby!
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 06:08 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Yeah coral reef nut here
__________________
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 20th, 2006, 06:11 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
I want to know why freshwater folks do not have any plans to get rid of Nitrates like you guys do. I have a denitrator and plants and that cut the issue in half. I bet yours at at 0 .
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 06:46 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
...,,
MitchSchaft is offline   Reply With Quote
Old July 20th, 2006, 07:05 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 82
Ok, I'm going to have to give you my account access then. I can now add a field, but it adds like 8 extra ones to the parent and child. And when I removed it from the parent cat, it does not remove it from the children. Yikes...
Also, notice the name of each field is '1'. I put 'Test' in the Parent cat field.
Attached Images
File Type: jpg yikes.JPG (35.4 KB, 7 views)
MitchSchaft 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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Post a review" links visible all the time nassau ReviewPost Suggestions 0 March 22nd, 2006 03:38 AM
Can't post comments. error msg "You did not fill in all the required fields." macsamurai Classifieds Bug Reports 3 January 31st, 2005 08:07 AM
Why no "extra fields" possibility? lygren ReviewPost Suggestions 4 September 1st, 2004 07:35 PM
Another Extra field bug between "wanted" and "help wanted" templates. Johnny Doomo Classifieds Bug Reports 16 June 30th, 2004 07:41 PM


All times are GMT -5. The time now is 05:36 AM.

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