Log in

View Full Version : VBAdvanced and Photopost Integration


jwashburn
07-28-2008, 09:28 PM
I am trying to create VBA modules to pull stuff from Photopost, Photpost Classifieds and Reviewpost and put them on a page.

I have found instructions on the Photpost site, but i am running into problems and they think its VBA related. I havent had ny help rfom VBa as of yet, so I thought I would post here and see if anyone had some ideas.

Using the latest versions of all software.

VB and Photopost products are in seperate dbs.

I created a php file
<?php
include('/var/www/html/products/inc_reviews.php');
echo "$reviewpostfeature";
?>
I uploaded this to the module directory for VBA

Within VBA I am able to add this to a page, however the only that shows is the header. It doesnt pull any data. I also dont get an error.

http://www.norcalmotocross.com/index.php?page=testpage

If I edit my config-int file and put the wrong password in, I get a dbconnect error, since I am not getting that error normally it leads me to believe that I am getting a connection to the Db.

There are a number of people that have gotten this to work

http://www.photopost.com/forum/pro-vbulletin-modifications/121868-how-add-module-vbadvanced-cmps-home-page.html

The orginal post is pretty old, but I have tried everything in the post that seemed like it was applicable.

If anyone has any ideas, i would appreciate hearing them

Thanks again for your time.

Marco van Herwaarden
07-29-2008, 06:49 AM
Waiting for a response on vBA forums is the best option you have.