close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Gallery Not Displaying

Thread began 9/28/2011 5:40 am by tkendrickmail32213 | Last modified 9/30/2011 11:32 am by Jason Byrnes | 1973 views | 5 replies |

tkendrickmail32213

Gallery Not Displaying

I have the snippet code of powergallery embedded into code on a site created in SiteSculptor using that CMS, but it doesn't display a gallery.

photogallery.php

Sign in to reply to this post

Jason ByrnesWebAssist

See the "Database Integration and PowerGallery galleries" download available from the Power Gallery download center page for details on using Power Gallery with a database driven page.

Sign in to reply to this post

tkendrickmail32213

I looked through your resources, but don't see this resources. Could you be more specific please? I have setup powergallery on many websites and am familiar with this.

Sign in to reply to this post

Jason ByrnesWebAssist

Log into the Download Center page, and go to the Power Gallery 1 downloads page.

look for the section on this page titled:
Database Integration Update

Sign in to reply to this post

tkendrickmail32213

I am using Power Gallery 2, not Power Gallery 1.

The instructions addressed installing a script around a piece of code in PowerStore. I am using SiteSculptor though. Do you have a fix for intalling a powergallery script into a SiteSculptor page?

Sign in to reply to this post

Jason ByrnesWebAssist

It's always good to include the version number pof the product your using.

for this to work, you will need to upload the wa_evaluate.php file from the Power Galley 1 Database integration update to your site.

on the Power Gallery 2 add to site page, you will need to take a look at the PHP code, and modify it, for example, the PHP code for my galery shows as:

php:
<?php
$pg_id 
'1';
$pg_theme 'dark';
include(
'/Applications/MAMP/htdocs/pg_121/galleries/ribbon_fullsize/index.php');
?>




this needs to be converted to a hidden form element using the $pg_id value for the id, the $pg_theme value for the theme and the include path for the value:

php:
<input type="hidden" name="powergallery" id="1" theme="dark" value="/Applications/MAMP/htdocs/pg_120/galleries/ribbon_fullsize/index.php" />




this code is what you past in the CMS Content area.


On the page where you output the cms content:

php:
<?php echo WA_getCMSContent($database_PowerCMSConnection$PowerCMSConnection'Content Name' 'Content Area'); ?>




edit that code to :

php:
<?php require_once("wa_evaluate.php" ?>
<?php 
echo wa_evaluate(WA_getCMSContent($database_PowerCMSConnection$PowerCMSConnection'Content Name' 'Content Area')); ?>
Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...