Quote:
Originally Posted by midnightwalker
That 's all I get: MySQL Error : Unknown column 'language.phrasegroup_adv_gallery' in 'field list'
I'm using vbb 3.5.2 photopost 5.2.1
|
PhotoPost vBGallery 1.0.1
not
PhotoPost Pro 5.2.1
try:
This is a Plugin.
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugins>
<plugin active="1" product="vbulletin">
<title>Photopost Feature Block</title>
<hookname>forumhome_complete</hookname>
<phpcode><![CDATA[include('/home/photopost/inc_features.php');]]></phpcode>
</plugin>
</plugins>
Change the RED to your the PATH
- Next Place:
In your forumhome template below $navbar
- Lastly - inc_features.php
Code:
// Number of photos to display
$num_display = 4;
// Number of columns (1 for vertical)
$columns = 4;
// which type of images do you want to show (random, most_view, latest)
$q_switch = "random";
// == END CONFIGURATION ==
Demo:
http://www.mitsubishiunited.com/forums/index.php?