 | |  | | | ReviewPost Installation & Upgrades If you're having problems getting ReviewPost Pro to work or receiving errors while running RP, seek help here. |
August 30th, 2006, 08:55 PM
|
#41 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2006
Posts: 9
| Quote:
Originally Posted by Chuck S Right but this modification works by using the forumhome template and including our file on the index.php file of vbulletin. You have no index.php in vbulletin anymore. index.php belongs to vbadvanced now so you need to alter things a bit.
Vbadvanced has the ability to add php blocks to display on its page
Make a default centerblock in vbadvanced admin with contents like this
include('/some/path/to/inc_reviews.php');
echo "$reviewpostfeature";
THATS IT | Can you update this a bit for the newest VBadv version?
|
| |
August 30th, 2006, 08:56 PM
|
#42 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
These instructions are for including it on the forum so there is nothing to update. You can search there are several threads explaining how to do a block in vbadvanced page.
|
| |
September 13th, 2006, 10:32 AM
|
#43 (permalink)
| | Member Verified Customer
Join Date: Sep 2004
Posts: 103
|
Review post and the Forum are on the same database, and I have repeatedly gotten a white page that says "Could not select reviewpost database" (nothing else, just that) whenever uploading the updated index.php to my Forum's directory.
|
| |
September 13th, 2006, 10:42 AM
|
#44 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Have you uncommented the mysql select links?
Just for laughs fill out the $link and mysql_select database lines and uncomment and see what happens.
|
| |
September 13th, 2006, 11:11 AM
|
#45 (permalink)
| | Member Verified Customer
Join Date: Sep 2004
Posts: 103
|
That's been done. I just sent you a PM with the information (don't want others to see it).
|
| |
September 13th, 2006, 11:43 AM
|
#46 (permalink)
| | Member Verified Customer
Join Date: Sep 2004
Posts: 103
|
I've tried commenting and uncommenting both lines. Still doesn't work.
|
| |
September 13th, 2006, 12:38 PM
|
#47 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
I dont know what to tell you the mysql_select_db line error is very specific here. It is saying it can not select that database.
|
| |
September 13th, 2006, 12:43 PM
|
#48 (permalink)
| | Member Verified Customer
Join Date: Sep 2004
Posts: 103
|
Is my index.php fine?
require_once('./global.php');
require_once(DIR . '/includes/functions_bigthree.php');
require_once(DIR . '/includes/functions_forumlist.php');
include("/home2/****/public_html/Reviewpost/inc_reviews.php");
include("/home2/****/public_html/Reviewpost/inc_reviewpost.php");
|
| |
September 13th, 2006, 12:52 PM
|
#49 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
why are you installing this on the index file just out of question? This thread has the vb 3.6 plugin right?
EDIT NOPE THESE ARE THE OLD INSTRUCTIONS http://www.photopost.com/forum/showthread.php?t=122208 |
| |
September 13th, 2006, 01:13 PM
|
#50 (permalink)
| | Member Verified Customer
Join Date: Sep 2004
Posts: 103
|
That worked. Now, two questions:
1.) Instead of the name of the person responsible for the review, can the name of the product be set under the images instead (by default, it's not that way)? If so, how?
2.) The images themselves are superimposed over a nasty, black background. Is there a way around that? If so, how?
I've also noticed that it's not as detailed as the Photopost block, that shows # of comments, the link to the specific category where the product is from, etc. It just shows the picture and the name of the reviewer.
Last edited by orangeflea; September 13th, 2006 at 01:26 PM.
|
| |
September 13th, 2006, 01:27 PM
|
#51 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
You can modify your inc_reviews.php file and the html it prints to suit your specific needs.
|
| |
September 13th, 2006, 02:12 PM
|
#52 (permalink)
| | Member Verified Customer
Join Date: Sep 2004
Posts: 103
|
NM, thank you, Chuck. You do a great job here and I don't think you get enough props for it.
Last edited by orangeflea; September 13th, 2006 at 02:25 PM.
|
| |
September 13th, 2006, 04:56 PM
|
#53 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Thanks
|
| |
September 30th, 2006, 04:42 AM
|
#54 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Germany
Posts: 189
|
What i must do, that the Produktname will be displayed in the box? And not the Name from the poster.
And how i do that, that the Box displayed in the header in the Forumdisplay, and not only in Forumhome ? I can't found a good answer here |
| |
September 30th, 2006, 07:00 AM
|
#55 (permalink)
| | Member Verified Customer
Join Date: Sep 2004
Posts: 103
| Quote:
Originally Posted by MotMann What i must do, that the Produktname will be displayed in the box? And not the Name from the poster.
And how i do that, that the Box displayed in the header in the Forumdisplay, and not only in Forumhome ? I can't found a good answer here  | I can help you out there. Open your inc_reviews.php file located in your reviewpost folder on your site. Then look for this line: Code: Content visible to verified customers only.
and replace it with this... Code: Content visible to verified customers only.
|
| |
September 30th, 2006, 04:56 PM
|
#56 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Germany
Posts: 189
|
Okey.. thank's that's it
And what i shell do, if the titel is to long, that there is ab break (second Row) in the line?
|
| |
September 30th, 2006, 05:23 PM
|
#57 (permalink)
| | Member Verified Customer
Join Date: Sep 2004
Posts: 103
|
Yeah, I had that problem, too. What you have to do is make it so each table cell stays the same width and height regardless of what's in them..
In the same file (inc_reviews.php) find the code marked in red: Code: Content visible to verified customers only.
and replace it with the red code here: Code: Content visible to verified customers only.
Notice how I added a height and width parameter to the code. You can change those numbers to be anything, depending on what size you want them.
|
| |
October 1st, 2006, 05:40 AM
|
#58 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Germany
Posts: 189
|
Wonderfull.. thank's. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 05:32 PM. | |