vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   PhotoPost vBGallery - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=96152)

Zachariah 12-19-2005 01:52 AM

Quote:

Originally Posted by TitanJeff
This took care of my problem of it not showing up for guests and registered users.

yep
- 1 of the bugs that need killed

looks good man ! :bunny:

midnightwalker 12-19-2005 11:56 PM

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

GrendelKhan{TSU 12-20-2005 01:27 AM

bug?

adminCp > vbOptions > vbaGallery -Forumhome > Image Order > Newest

--GUESTS and REGISTERED users can't see NEW IMAGES on forumhome, but admin CAN. :/ Its "stuck" on the images uploaded before I updated to BETA. (had it orginal installed).
--new images show up in gallery, proper, just not on forumhome.

Again, newest image setting is working for all NON-admin.
NOTE: random works fine.

/me is running 3.5.2 and the BETA of this hack.
is it just me? or do other have that issue as well?

GrendelKhan{TSU 12-20-2005 01:36 AM

yikes!
more bugs:

---Highest rated gives DATABASE ERROR!!! YIKES!!! o_0
---Most Comments --- give DIFFERENT listing for admin and registered users. :/
---Random: seems to work fine.
---Newest: as stated above.... doesn't work for registered users. works for admin.

Zachariah 12-20-2005 01:49 AM

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:
Code:

$photopostfeature
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?

jarod1981? 12-26-2005 01:15 AM

I have installed this hack but I have this error...:

Database error in vBulletin 3.5.2:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_holiday AS phrasegroup_holiday,
language.phrasegroup_adv_gallery AS phrasegroup_adv_gallery,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) INNER JOIN language AS language ON (language.languageid = 3)

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_adv_gallery' in 'field list'
Error Number : 1054
Date : Monday, December 26th 2005 @ 04:11:24 AM
Script : http://www.p2psin.it/forum/index.php?
Referrer : http://www.p2psin.it/forum/admincp/index.php?do=head
IP Address : *******
Username :
Classname : *********

Zachariah 12-26-2005 01:47 AM

Need to install:
* vBulletin 3.5.2
* PhotoPost vBGallery v1.0.1 (vB 3.5)

Do you have PhotoPost vBGallery v1.0.1 (vB 3.5) installed ?

Looking @ your error:
- MySQL Error : Unknown column 'language.phrasegroup_adv_gallery' in 'field list'

You do not.
Quote:

Originally Posted by jarod1981?
I have installed this hack but I have this error...:

Database error in vBulletin 3.5.2:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_holiday AS phrasegroup_holiday,
language.phrasegroup_adv_gallery AS phrasegroup_adv_gallery,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) INNER JOIN language AS language ON (language.languageid = 3)

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_adv_gallery' in 'field list'
Error Number : 1054
Date : Monday, December 26th 2005 @ 04:11:24 AM
Script : http://www.p2psin.it/forum/index.php?
Referrer : http://www.p2psin.it/forum/admincp/index.php?do=head
IP Address : *******
Username :
Classname : *********


jarod1981? 12-26-2005 01:56 AM

Hi Zachariah

Excusme, but Photoplog Gallery and Photopost are different Gallery?

I think it's the same gallery...pardon me

Zachariah 12-26-2005 02:55 AM

Quote:

Originally Posted by jarod1981?
Hi Zachariah

Excusme, but Photoplog Gallery and Photopost are different Gallery?

I think it's the same gallery...pardon me

PhotoPlog: The Lite Gallery ? ... yes they are different.



Photopost has 2 gallery script packages.

Photopost Pro @ ver 5.xx
- Independent and can install as standalone or bridge to many forums DB's.

Photopost vBGallery 1.0.1
- Needs vBulletin 3.x / 3.5 to operate.

This is for the vBGallery 1.0.1

Pro ver. (I think)
https://vborg.vbsupport.ru/showpost....&postcount=225

divided_by_fear 12-26-2005 07:01 AM

any word on when this might be able to chose which section it pulls the images from... cause it kinda sucks if you have mp3s installed it will pull there image and all


All times are GMT. The time now is 01:17 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01492 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete