![]() |
Hey Calorie, great job as usual ;)
Three questions for you :p 1- Which are the differences between the pro version and the lite version ? 2- Will it have change or addition with the current version ? 3- A final version it is close ? |
Hi
I think that selecting "no one" as category should be optional for the admin. I myself donĀ“t want pictures outside of categories. There should be an error "please select a category" or something. Would that be possible? |
@Allan: thanks, see post518
@StarBuG: in PhotoPlog's upload.php and edit.php files try: Code:
// find the following: |
File attach: French Language for version 1.0.6.1 ;)
|
Very nice addon calorie :)
Any idea how to apply a "specific" custom style to the gallery, so it better fits to vB ? Would be very nice to have it in the "PhotoPlog Settings". |
@StarBug
To remove the "no one" option, open functions.php and comment out the following lines with // at the beginning of the line. Code:
if ($parentid < 0) |
Thank you.
I like the no one category because then the user has to decide which category fits and not upload all pictures into the first cat. Is there a possibility to display more then 5 photos in the File List? |
@StarBug
Open the PhotoPlog's index.php and search for Code:
sanitize_pageresults($photoplog_file_tot, $photoplog_page_num, $photoplog_per_page, 5, 5); For example: Code:
sanitize_pageresults($photoplog_file_tot, $photoplog_page_num, $photoplog_per_page, 10, 10); |
@KayDEE: thanks, are you looking to have one style on the board and another style on the gallery?
|
Quote:
What caused it was that the PhotoPlog Directory and Upload Directory in the ACP weren't set to to the correct paths. I've adjusted them and it works. |
I have GD enabled but i still get this error..
Fatal error: Call to undefined function: imagetypes() in /home/vekaria/public_html/photoplog/functions.php on line 44 how can i fix it? |
@calorie
Yeh, that's exactly what i was trying ... a seperate one for the gallery |
Also in the images folder, when i upload it creates a folder called '3' with the image i uploaded in there... why is this happening? maybe that is causing me that error..
|
@Jaynesh
that's your userid from vb |
@Jaynesh: check phpinfo, see post3
@KayDEE: untested but try this bit... Code:
style_fetch hook |
@calorie
results in a Parse error with unexpected t_string |
Code:
ACP -> Plugin System -> Add New Plugin |
Quote:
Ive got GD enabled but im still getting the error. What shall i do :ermm: |
argh .. i was trying to fit it in the php files :)
works perfectly ... thanks alot calorie [high]* KayDEE hits install[/high] |
@Jaynesh: save the following, named as a phpinfo.php file, FTP, call it from your browser, and search for GD. Do you see something like in the attachment?
Code:
<?php |
Errm.. i cant find the GD section but i definelty have GD on :S
|
@calorie
One more thing ... the style just applies to users logged in, but not to guests/unregistered, is it possible to set it global for all usergroups ? |
@Jaynesh: check the FAQ at http://www.boutell.com/gd/faq.html and after editing php.ini remember to do a restart.
@KayDEE: untested but try the adding the bold piece: Code:
if (defined('PHOTOPLOG_FWD')) |
@calorie
thanks again ... works like a charm :) |
$photoplog_forumhome is not working.
I have no thumbnails on my forumhome. I did get the Gallery link on the navbar but the Random thumnails will not even appear. I edited the FORUMHOME TEMPLATE as instructed. Please help. |
To see the thumbs, a usergroup needs 'can view files' permission.
|
Any date on the Pro release? Also, it would be great if we didn't have to re-do phrases. I customized a lot of them. Thanks!
|
Quote:
Any ideas why it wont the Thumbnails table show up ? Like I said the $photoplog_forumhome comand is on the Forumhome template. Thanks |
@indie: see post518
@TOZ: not sure if you are allowing guest viewing, but guests cannot currently view, so call admincp/index.php?do=buildbitfields to ensure its occurrence |
Quote:
Is there a place where you can change that and not have to confirm moderation ? |
Nevermind, i found it.
Thanks |
I have unistall this, but in usergruops options it makes an error.How can I solve problem,
Database error in vBulletin 3.5.0: Invalid SQL: UPDATE usergroup SET ### UPDATE QUERY GENERATED BY fetch_query_sql() ### `title` = 'Webmaster', `description` = '', `usertitle` = 'Webmaster', `opentag` = '<span style=\'font-weight:bold;font-family:Verdana;color:black\'>', `closetag` = '</span>', `passwordexpires` = '0', `passwordhistory` = '0', `ispublicgroup` = '0', `canoverride` = '1', `photoplogpermissions` = '0', `photoplogmaxfilesize` = '', `photoplogmaxfilelimit` = '', `modpermissions` = '0', `forumpermissions` = '1048575', `attachlimit` = '0', `pmquota` = '1000', `pmpermissions` = '3', `pmsendmax` = '1000', `calendarpermissions` = '63', `wolpermissions` = '31', `adminpermissions` = '3', `genericpermissions` = '4194303', `genericoptions` = '31', `profilepicmaxwidth` = '100', `profilepicmaxheight` = '100', `profilepicmaxsize` = '250000', `avatarmaxwidth` = '200', `avatarmaxheight` = '200', `avatarmaxsize` = '0' WHERE usergroupid=13; MySQL Error : Unknown column 'photoplogpermissions' in 'field list' |
Take a look in your /forum/includes/xml directory and remove any PhotoPlog XML files, if present, and then do: admincp/index.php?do=buildbitfields
|
Quote:
Thanks calorie, It works well. |
Can you use this for member's personal gallery page? if so, can each member upload their own pictures in their own exclusive personal gallery ??
how does it work? |
what the diffrent in PhotoPlog Lite and PhotoPlog Pro
|
@nexus851: /photoplog/index.php?u=X, X is vB userID, lists the uploads for that userID
@wrang: see post518 |
Quote:
|
calorie, somehow the gallery replaced my header images from <img src="/main/image1.gif"> to <img src="http://mydomain/forums/image1.gif">. I don't know how this possible but it did. When I go to my photoplog at http://mydomain/photoplog, the header images did not show up.
My forum pull the images from /main/images/ directory, not from /forum/images as regular skin does, but I think since the forum works fine with the header, plugin/addon should be able to work also? If I want to remove the forum navigation bar when enter the photoplog gallery, where should I go and edit? I look at the templates under Photoplog ACP but couldn't find the generic $navbar as vb templates used to display the navigation. Thanks for a wonderful mini gallery! :) Bests, CK |
On my site when I go to the gallery either from a subdomain or from www when I dont have do=view in the url it redirects me to the main page of the gallery again. This is a problem becuase of the fact that I sometimes call the gallery via a subdomain and when it redirects it always throws it to www. Is there any way to prevent it from doing this?
|
All times are GMT. The time now is 05:07 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|