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 August 3rd, 2006, 07:16 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 4
Description box and integration problem

Hi,

Firstly,I would like to know is if the description box in the review section, the box that is with the description part and the keywords part, is able to hyperlink any words being keyed in?

Secondly, I have installed Vbulletin forum, photopost(4.8.2 php) and review post in my website. Initially, I install vbulletin forum and photopost and do an integration for these 2. It means user just need to register for their userid and password only one time and they do not need to double log in if they switch between the forum and photopost. And we successfully integrate it.

However, after some discussion, we decided to add in the review post. We tried to integrate with the other 2 but not successful. I am not sure it allows a triple integration or is it our integration between vbulletin and photopost has sort of “lock” itself out from other integration

What should i do to make the integration a success. Thank you.

Btw, is there a ticket support system avaliable. i can't find it.
Tonynlek is offline   Reply With Quote
Old August 3rd, 2006, 08:49 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,654
You can integrate reviewpost into vb3 just fine if you should run install and successfully select to integrate with vb3. You may need to pay careful to all the questions and install with the correct info. One to watch and check for are

1. user database info
2. cookie prefix
3. forum table prefix
4. integration type from forum dropdown on step 4
5. vb license number

You can send support to support@photopost.com or post 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 August 3rd, 2006, 11:50 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 4
Firstly,I would like to know is if the description box in the review section, the box that is with the description part and the keywords part, is able to hyperlink any words being keyed in?

What about the above question?
Tonynlek is offline   Reply With Quote
Old August 3rd, 2006, 12:07 PM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 4
what is cookie prefix and forum table prefix? how would i know what is my cookie prefix and forum table prefix?... any example? I never set any cookie prefix and forum table prefix on photopost but it work.
How come i face such a problem when i integrate the reviewpost to photopost and forum?....Any advises please? I hope to solve it as soon as possible.

This is my config-inc.php on Reviewpost
This is almost the same setting how i set on the photopost.

<?php
//**************** External Header Configuration ****************//
//
// the isset prevents vB headers from being sent during login/logout -
// do not remove this line as it may cause the vB headers to interfere with the login/logout process
//
// To include the file, edit the header-inc.php
//

if ( !isset($skip_exheader) ) {
include "header-inc.php";
}

// Reviewpost Pro Version Number
$VERSION = "3.3";

// Path to your Reviewpost installation - no end slashes
$RP_PATH = "/home/mob9/public_html/spec";

//**************** MySQL Database Configuration ****************//

// Reviewpost database host address, or leave as localhost
$host="localhost";

// ReviewPost's database name
$database="mob9_spec";

// MySQL username and password to access Reviewpost's database
//
// These two variables are for the userid and password needed to access
// the Reviewpost database named above.
$mysql_user="mob9_alan";
$mysql_password="alanalan";

// User database host address, or leave as localhost
$host_bb="localhost";

// If you want to use a prefix for your database, enter it here.
// NOTE: This variable can only be set PRIOR to your first installation of Reviewpost;
// existing databases will not be changed and you will be unable to connect if you change
// this variable after performing a default installation.
$rp_db_prefix = "rp_";

// User database MySQL database name
//
// This is the variable for the User Database; if you are using Internal
// as your registration system, then these variables are the same as the
// ones above. If you are linking to a message board system,
// thse variables should be set to the database, user and password for that
// database.
$database_bb="mob9_forum";

// MySQL username and password to access user database
//
// These two variables are for the userid and password needed to access
// the Reviewpost or BB database.
$user_bb="mob9_alan";
$password_bb="alanalan";

//
// VB3 License Number required for VB3 integration
// You can find this number by checking your index.php file in your vB3 directory
// The 4th line in the file looks like:
// || # vBulletin 3.0.0 - Licence Number ########
// It is the ######## number you need to place below.
$vblicense = "VBFCA890BB";

//**************** Application Configuration ****************//

// Default Language
// This needs to be set to the name of the directory used inside of the languages directory
$rplang = "english";

//////////////////////// Application Configuration ////////////////////////////////
// These variables set the path to the MOGRIFY commands on your system
//
// This only needs to be set if you are allowing ZIP uploads. These are full paths,
// including the name of the executable (.exe extensions for windows)
// The -j option for Info-ZIP's UNZIP tells it to ignore paths in ZIP file
//
// This option is only used in the event the internal UNZIP does not work for you
//$zip_command = "/usr/bin/unzip -j";

// Path to MOGRIFY executable
// There should be no spaces in the directory names, use short names if necessary.
// Examples:
// $mogrify_command = "c:\progra~1\imagemagick\mogrify.exe";
// $mogrify_command = "c:\ImageMagick\mogrify.exe";
$mogrify_command = "/usr/local/bin/mogrify";

?>
Tonynlek is offline   Reply With Quote
Old August 3rd, 2006, 01:15 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,654
They are stored in the mysql database settings table and you answer these on an install. You can use phpmyadmin and look at setting 83 and 215 and change accordingly or rerun install.php
__________________
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 August 3rd, 2006, 09:05 PM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 4
what about this question... you have not clarfiy for me. thanks if you help..

==> I would like to know is if the description box in the review section, the box that is with the description part and the keywords part, is able to hyperlink any words being keyed in?
Tonynlek is offline   Reply With Quote
Old August 3rd, 2006, 09:15 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,654
hyperlinks are converted in reviews yes
__________________
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
Problem with integration bschneider5 Photopost Pro Installation & Upgrades 4 July 28th, 2006 12:46 AM
Missing 'Enter Description' box cathcane Photopost Pro How Do I...? 8 April 24th, 2006 03:25 PM
Where to find good description, what does it mean "VB3 Integration"? charm General Discussion 4 November 20th, 2005 05:53 PM
Auto insert user vB sig in photo description text box mjm Photopost Pro How Do I...? 0 July 13th, 2005 06:16 PM


All times are GMT -5. The time now is 10:22 PM.

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