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 September 11th, 2008, 06:35 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
How do I do have a "featured reviews" bar

Chuck, I saw on your site you have a "featured reviews" sidebar. Is that a custom code or am I missing it somewhere in the control panel? If it's in the CP, how do I set it up?

Thanks!
busterw is offline   Reply With Quote
Old September 11th, 2008, 06:43 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
http://www.photopost.com/forum/revie...tin-3-5-a.html

this should help
__________________
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 September 11th, 2008, 11:33 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
Awww man, you're gonna make me research. You can't give me the code that you have in your block to make it easy?

Thanks!
Buster
busterw is offline   Reply With Quote
Old September 12th, 2008, 05:21 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
LOL that is the code. The code is the inc_reviews.php file and you echo the variable

include('../reviewpost/inc_reviews.php');
echo "$reviewpostfeature";
__________________
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 September 15th, 2008, 09:08 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
Hmmm, well I screwed something there. I posted the code you noted above but with the full path to the inc_reviews.php file and I get this:

Code:
Content visible to verified customers only.
busterw is offline   Reply With Quote
Old September 15th, 2008, 06:08 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
It all depends on what your doing

Did you fill out the mysql_select_db lines and link lines with the correct database info and uncomment them
__________________
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 September 15th, 2008, 06:16 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
Oh Chuck, you just went way over my head. Where do I look for this and what is it exactly I need to change?

In that little piece of code you gave me, obviously I have to look elsewhere to do this. Can you point me?

Thanks!
Buster
busterw is offline   Reply With Quote
Old September 15th, 2008, 06:18 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
Am I needing reviewpost, photopost and vbportal all in the same DB to be able to "recent blocks" feed between the bunch or can I do it with them in separate DBs?

Thanks!
busterw is offline   Reply With Quote
Old September 15th, 2008, 06:25 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
You can have them in separate databases but in the inc_reviews file you need to uncomment the mysql and link lines by removing the // in front of those lines and fill out the proper database info

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 September 15th, 2008, 06:28 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
And this will hav no adverse effects on the rest of reviewpost stuff?

Thanks!

Quote:
Originally Posted by Chuck S View Post
You can have them in separate databases but in the inc_reviews file you need to uncomment the mysql and link lines by removing the // in front of those lines and fill out the proper database info

Code:
Content visible to verified customers only.
busterw is offline   Reply With Quote
Old September 15th, 2008, 06:29 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Nope it is a self contained file you include in vbulletin.
__________________
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 September 15th, 2008, 06:33 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
So I just uncomment those line, update the db reference and don't have to turn anything else on in this piece of code you gave me?

Code:
Content visible to verified customers only.
busterw is offline   Reply With Quote
Old September 15th, 2008, 06:40 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
OK, did that, now I get this:
Code:
Content visible to verified customers only.
busterw is offline   Reply With Quote
Old September 15th, 2008, 06:59 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Did you place your reviewpost table prefix in your edit integration settings in admin?
__________________
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 September 15th, 2008, 07:04 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
If you mean in the reviewpost Admin, Yep.
busterw is offline   Reply With Quote
Old September 15th, 2008, 07:10 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
And I'm assuming in inc_reviews.php I was spose to put the connect info to my reviewpost DB?????
busterw is offline   Reply With Quote
Old September 16th, 2008, 06:16 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Yes the reviewpost table prefix goes in the edit integration settings then you edit the inc_reviews file you place the reviewpost database settings on the lines I noted above and then at the bottom of the file you uncomment the database line and place the forum database

Based on the errors posted you have either not put the proper reviewpost table prefix in the edit integration settings or your reviewpost database info is incorrectly placed in the noted file.
__________________
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 September 18th, 2008, 08:44 AM   #18 (permalink)
Member
Verified Customer
 
Join Date: Feb 2008
Posts: 91
Yeah, that fixed me to an extent. I can preview it now in vbportal and I don't get errors. However, I also don't get any results. I added it to a new right side php block and the block doesn't show up. I'm guessing b/c the results are empty. How do you make a review a "featured review" or is that automatic somehow. I'm assuming it would have to be designated as featrued but don't recall the ability to do that in the reviews.

Thanks Chuck!
Buster
busterw is offline   Reply With Quote
Old September 18th, 2008, 06:02 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
If you have reviews and you have it set to display in vbportal it should show.
__________________
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exclude Categories from "Recent Photos" bar kahmeal Photopost Pro How Do I...? 20 February 12th, 2007 01:06 PM
How do I add "reviews" to forum navigation bar and integrate it with vb forum. Raven ReviewPost Installation & Upgrades 3 February 16th, 2006 03:16 PM
Make "send e-card" a link on top bar tyranny How Do I? - vBulletin 3.5.X 1 October 25th, 2005 06:11 PM
add a "Photo Gallery" link in the nav bar? alear Photopost Pro How Do I...? 1 July 28th, 2004 04:52 PM


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

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