View Full Version : Major Additions - PhotoPlog: The Lite Gallery
Pages :
1
2
[
3]
4
5
6
7
8
allstar55
12-24-2005, 07:51 AM
Merry Christmas all :)
Nice Lite Version!
chrisisonfire
12-24-2005, 09:55 AM
Ok, it's in the correct directory anyway, so that isn't the problem. Next?
Tefra
12-24-2005, 03:58 PM
there is a bug with the avatar in comments , it actually doesn't show the avatar i have selected from the avatar gallery but a different one.
calorie
12-24-2005, 05:47 PM
@chrisisonfire: not sure what else to offer, can you post some screens of the ACP settings and FTP client?
@Tefra: oops, used userid instead of avatarid, fixed in 1.0.6.1, easy upgrade in readme, just FTP two files.
Tefra
12-24-2005, 06:20 PM
you are the best , thanks for the fast update .
problem solved !!!
chrisisonfire
12-24-2005, 06:22 PM
My Photoplog ACP settings are default. Here's a screen of my FTP client anyway:
calorie
12-24-2005, 08:24 PM
That looks fine. Stick the following in a file called test.php and FTP test.php into the /photoplog directory. After calling test.php via your browser, what do you see onscreen? You can PM it to me if you'd prefer.
<?php
echo getcwd();
?>
wrang
12-25-2005, 06:38 AM
anouter error not in the Post3 contains onscreen errors.
I haved upgrade to the 1.0.6.1 and get som outer error. What does this mean
Sorry, wrang: Bad Save
http://www.saltvattensguiden.se/forumet/galleri/
Best regards
Tefra
12-25-2005, 09:02 AM
you need to chmod 777 the folder images where the pictures are stored
wrang
12-25-2005, 11:05 AM
Realy strange but now it work fine.
Some outer qustion:
Where can i find the picture "rating_.gif"
is it possble to upload some picture as admin and later edit the picture ho was upload the picture from the first time
So admin uplad a picture and change the upload name to wrang and wrang get this picture in his gallery
as i can do in photopost
Is it possible to transfer all my pictures from Photopost in to PhotoPlog
chrisisonfire
12-26-2005, 12:36 AM
Thanks calorie! I got this working earlier today, and I'm really impressed! I tweaked some of the templates so it looks more how I like - I'm really not a fan of fieldsets!
Well, I was wondering if I can allow other usergroups to create subcategories? What I would like is for my members to upload their own photosets in a new subcategory which they name. OR would have I have to make the subcategory for them, and they can upload their photos into that? The less moderation I have to do with this, the better!
calorie
12-26-2005, 02:32 AM
@wrang: in /stars are rating_[0-5].gif but there is no rating_.gif image. If you have say phpMyAdmin, you can change the userid and username in the photoplog_fileuploads table and then via FTP move the files from your directory to inside the matching userid directory after upload, but the lite version doesn't have a move file to new user option or importer.
@chrisisonfire: glad it's now working. Only the admin can create categories in the lite version, but if you are looking to have user galleries, it's inherent in that going to your-domain.com/photoplog/index.php?u=X (X is same userid as in vB forum) will list that user's files. Post2 shows how to add a link to a user's PhotoPlog gallery in a postbit template.
sesmatik
12-26-2005, 10:18 AM
Warning: chdir(): No such file or directory (errno 2) in /home/bauforum/public_html/forum/photoplog/settings.php on line 84
what is that ?
Warning: main(./global.php): failed to open stream: No such file or directory in /home/bauforum/public_html/forum/photoplog/settings.php on line 85
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bauforum/public_html/forum/photoplog/settings.php on line 85
chrisisonfire
12-26-2005, 11:19 AM
Ok. :)
Also, a couple of things I'd like to achieve...
Firstly, one of my galleries lends itself to the default format of your gallery, with a thumb on the left and it's info next to it. However, with the rest of my galleries, I would really like to be able to inherit a layout the same as the 'Random Thumbs' category, with perhaps a 5x5 cell table with a thumb in each cell. Perhaps being able to select the gallery format using radio buttons and conditions via the Category Manager upon creation could achieve this? IMO, it'd be a valuable feature.
Also, I'd like to change the format of the comment box, so that the message isn't in a fieldset and the text format of the userid is exactly the same as it would appear in a forum post... but I couldn't find the code in the templates, the phrases or the comments.php file! How can I do this?
Thanks for being so devoted with your support. ;)
mvigod
12-26-2005, 01:33 PM
Suggestion. After file is uploaded kill the original filesize if larger than X KB's. The resized images should be sufficient in a gallery application for most people. Perhaps make it an option. Otherwise if you allow 512k or 1MB uploads and a user uploads 100 images that could be 100MB of files for one user. If you delete the original file and keep only small/med/large thumbs then you are likely to end up with just 50k to 75k for all 3 sizes of images.
Without this the use of disk space will grow way to fast for boards of any reasonable size where the users are active photo posters.
Aside from that. Great job. <Clicks Install>
calorie
12-26-2005, 04:12 PM
@sesmatik: see post3, use the following in PhotoPlog's config file:
define('PHOTOPLOG_FWD','/home/bauforum/public_html/forum');
@chrisisonfire: check out the file_bit, file_list, rate_bit, rate_list templates. While there isn't a layout format option in the lite version, you might find the following bit of code useful. If you move the <tr> </tr> from file_bit to file_list, and use the following after the fetch_template('photoplog_file_bit') line in PhotoPlog's index file, with some editing, you should be able to get a box of thumbs instead of a list.
if ($photoplog_cnt_bits % 5 == 0)
{
$photoplog_file_bits .= "</tr><tr>";
}
@mvigod: thanks for the suggestion.
chrisisonfire
12-26-2005, 05:30 PM
Well I'm rather interested in the Pro version, but it's still in beta and the price is unreleased. Some of the features that I read are quite appealing though, like batch upload and url upload, which I was thinking would be a great function to have earlier today. Will there be a format option in the Pro version? And when is it expected to be released?
calorie
12-26-2005, 11:59 PM
While I did decide to produce a pro version, I'd rather not talk about pro details in this lite support thread. I'd like to keep this thread focused on lite support and not break a vBorg rule by crossing the line between pro discussion and self-promotion, but I'd be glad to answer pro questions elsewhere.
chrisisonfire
12-27-2005, 12:04 AM
Fair enough. :)
You could make a new thread about Pro, or PM me. I'd join the Photoplog forums, but I don't like joining a forum if I know I'm not going to be particularly active, which I won't be.
So what have the future updates got in stall for PP Lite?
calorie
12-27-2005, 06:11 PM
v.1.0.6 is intended as the final release of the lite series, save any bug fixes, but there is now a vertical thumbs vBa CMPS add-on at https://vborg.vbsupport.ru/showthread.php?t=103839
Allan
12-27-2005, 07:54 PM
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 ?
StarBuG
12-28-2005, 07:26 PM
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?
calorie
12-28-2005, 09:06 PM
@Allan: thanks, see post518
@StarBuG: in PhotoPlog's upload.php and edit.php files try:
// find the following:
if ($photoplog_file_catid < 0)
{
$photoplog_file_catid = 0;
}
// replace with the following:
if ($photoplog_file_catid < 0)
{
photoplog_output_error($vbphrase['photoplog_no']." ".$vbphrase['photoplog_category']);
}
Allan
12-28-2005, 09:53 PM
File attach: French Language for version 1.0.6.1 ;)
KayDEE
12-29-2005, 08:37 AM
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".
KayDEE
12-29-2005, 09:00 AM
@StarBug
To remove the "no one" option, open functions.php and comment out the following lines with // at the beginning of the line.
if ($parentid < 0)
{
$list_cats = array("-1" => $vbphrase['photoplog_no_one']);
}
That way there will be just the "category names" in the dropdown menu.
StarBuG
12-29-2005, 11:28 AM
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?
KayDEE
12-29-2005, 11:56 AM
@StarBug
Open the PhotoPlog's index.php and search for
sanitize_pageresults($photoplog_file_tot, $photoplog_page_num, $photoplog_per_page, 5, 5);
fit the last 2 number to your needs ...
For example:
sanitize_pageresults($photoplog_file_tot, $photoplog_page_num, $photoplog_per_page, 10, 10);
will display 10 pics in File List on gallery home
calorie
12-29-2005, 03:09 PM
@KayDEE: thanks, are you looking to have one style on the board and another style on the gallery?
kgirl
12-29-2005, 03:22 PM
@Lamby1973: that 'bad open' message only happens when the following in edit or upload fails.
$photoplog_handle = @fopen($photoplog_directory_name."/index.html","w")
// try taking off the @ to see what error message PHP gives
I was getting this error too, and I'd set the chmod correctly, and its not in safe mode.
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.
Jaynesh
12-29-2005, 03:41 PM
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?
KayDEE
12-29-2005, 03:53 PM
@calorie
Yeh, that's exactly what i was trying ... a seperate one for the gallery
Jaynesh
12-29-2005, 04:10 PM
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..
KayDEE
12-29-2005, 04:14 PM
@Jaynesh
that's your userid from vb
calorie
12-29-2005, 04:18 PM
@Jaynesh: check phpinfo, see post3
@KayDEE: untested but try this bit...
style_fetch hook
if (defined('PHOTOPLOG_FWD'))
{
$styleid = X; // X a number
}
KayDEE
12-29-2005, 04:38 PM
@calorie
results in a Parse error with unexpected t_string
calorie
12-29-2005, 04:46 PM
ACP -> Plugin System -> Add New Plugin
Product: PhotoPlog
Hook Location: style_fetch
Title: PhotoPlog Style Fetch
Plugin PHP Code:
if (defined('PHOTOPLOG_FWD'))
{
$styleid = 1; // or 2 or 3 etc
}
Plugin is Active: Yes
Jaynesh
12-29-2005, 04:52 PM
@Jaynesh: check phpinfo, see post3
@KayDEE: untested but try this bit...
style_fetch hook
if (defined('PHOTOPLOG_FWD'))
{
$styleid = X; // X a number
}
What should i be looking for in phpinfo?
Ive got GD enabled but im still getting the error.
What shall i do :ermm:
KayDEE
12-29-2005, 04:55 PM
argh .. i was trying to fit it in the php files :)
works perfectly ... thanks alot calorie
* KayDEE hits install
calorie
12-29-2005, 05:02 PM
@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?
<?php
phpinfo();
?>
Jaynesh
12-29-2005, 05:19 PM
Errm.. i cant find the GD section but i definelty have GD on :S
KayDEE
12-29-2005, 05:34 PM
@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 ?
calorie
12-29-2005, 05:56 PM
@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:
if (defined('PHOTOPLOG_FWD'))
{
$styleid = 1; // or 2 or 3 etc
$vbulletin->options['styleid'] = $styleid;
}
KayDEE
12-29-2005, 06:04 PM
@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.
calorie
12-29-2005, 06:48 PM
To see the thumbs, a usergroup needs 'can view files' permission.
indie
12-29-2005, 08:35 PM
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!
To see the thumbs, a usergroup needs 'can view files' permission.
Usergroups are able for viewing, but i still not getting any thumbnails, not even the table for them. Rightnow i have made an HTML table for thumbnail, but is not the form PhotoPlog.
Any ideas why it wont the Thumbnails table show up ? Like I said the $photoplog_forumhome comand is on the Forumhome template.
Thanks
calorie
12-29-2005, 09:34 PM
@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
@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
Got it working !! thanks Calorie. The reason why it was not working is because the files uploaded were awaiting moderation.
Is there a place where you can change that and not have to confirm moderation ?
Nevermind, i found it.
Thanks
ben_erhan
12-30-2005, 08:28 PM
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'
calorie
12-31-2005, 06:26 AM
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
ben_erhan
12-31-2005, 07:32 PM
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
Thanks calorie,
It works well.
nexus851
01-01-2006, 12:43 AM
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?
wrang
01-01-2006, 07:07 AM
what the diffrent in PhotoPlog Lite and PhotoPlog Pro
calorie
01-01-2006, 05:17 PM
@nexus851: /photoplog/index.php?u=X, X is vB userID, lists the uploads for that userID
@wrang: see post518
wrang
01-01-2006, 06:03 PM
@wrang: see post518
Okey send me a PM then :rolleyes: what the diffrent are
ConKien
01-01-2006, 11:19 PM
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
furst
01-02-2006, 09:24 PM
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?
Jaynesh
01-03-2006, 08:49 AM
In my photoplog guests cant see the pictures...
how do i make it so they can see all uploaded pictures, ive checked the permission, but still not working...
lasor
01-03-2006, 10:22 AM
Use the following to add a link to a user's PhotoPlog gallery in the vB postbit(_legacy) template:
<!-- change the text in capitals to your site information -->
<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$post[userid]">Gallery</a>
Use the following to add a link to a user's PhotoPlog gallery in the vB MEMBERINFO template:
<!-- change the text in capitals to your site information -->
<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$userinfo[userid]">Gallery</a>
Where in these templates is the best place to add the above?
Thanks
BlasterT3
01-03-2006, 10:47 AM
hey calorie,
this is somthing i would really like, but all i get is the login of death. i checked all my settings for spelling errors.
http://teletran3.net/forums/photoplog
thanks!
harry1951
01-03-2006, 11:32 AM
Hey calorie or somebody else who can help me :)
I followed the instructions in the readme but the only thing I get is a white page without content. No errors nothing at all....
http://test.cuma.nl/photoplog/index.php
Marris
01-03-2006, 04:51 PM
Thanks for the great work on this addon.
In this Lite version, is there any way to set upload permissions for a specific category based on user groups? As far as I can tell, the existing permissions settings apply across all Photoplog categories.
I would like to make one category that has uploading permissions restricted to a certain usergroup. All other categories would be open to all usergroups.
Is there a file edit or database entry I can make to set restrict uploads for one specific existing category?
If not, is there a simple way to hide the restricted category from all groups but one with a conditional in the category pulldown options on the upload page?
calorie
01-03-2006, 08:18 PM
@ConKien: http://www.domain.com/forum is prepended to relative links, after removing any dupe dir, but if this makes an incorrect link, try setting the absolute link. The $navbar is set in functions.php and uses the vB navbar.
@furst: in settings.php you could try and set $photoplog_location to whatever link you'd like.
@Jaynesh: guests need 'can view files' permissions, try: admincp/index.php?do=buildbitfields
@lasor: place the anchor tags wherever you'd like the links to appear.
@BlasterT3: check the PhotoPlog permissions in the usergroup manager.
@harry1951: check that the config file full path to forum setting is correct.
@Marris: the lite version doesn't have category based permission levels. The photoplog_list_categories function makes the category list if you want to try and edit there.
Marris
01-04-2006, 12:47 AM
@Marris: the lite version doesn't have category based permission levels. The photoplog_list_categories function makes the category list if you want to try and edit there.
I poked around there a bit without getting too far, then I came up with a quick and dirty solution.
I edited photoplog_upload_form and photoplog_edit_form templates:
// replaced
$photoplog_select_row
// with:
<if condition="is_member_of($bbuserinfo, 12)">
$photoplog_select_row
<else />
<tr valign="top">
<td class="alt2">Category</td>
<td class="alt2"><select name="userfileinfo[catid]" id="sel_userfileinfo[catid]" tabindex="1" class="">
<option value="1" selected="selected"> General </option>
</select>
</td>
</tr>
</if>
This makes it so only members of usergroup 12 will be able to upload to all categories, while all other members will only be able to upload to 'General' (category 1). Of course, you can add more groups and category options.
iTaLiAnBoY165
01-04-2006, 03:03 AM
i know this may sound stupid but can some one help me
i can't figout how to fix this i try to do it my sefl acoupkle times
but nothing seems to be working for me..
i keep getthing the same error allover and over,....
how can i fix thins step by step.!!
please.!!!
Onscreen Error
Sorry, UserName: Bad Open
It means that PhotoPlog cannot fopen the 'images' directory. Check for 777, write and ownership permissions on the 'images' directory.
harry1951
01-04-2006, 12:39 PM
@harry1951: check that the config file full path to forum setting is correct.
The full path in the config file is set correctly. /var/www/vhosts/test.cuma.nl/httpdocs/forums
Gizmo5h1t3
01-04-2006, 03:43 PM
im desperate for help here...
the actual gallery itself works a treat...all uploads etc working fine...
but my forum border is totally goosed on the gallery page...
all my other hacks display the border correctly.....except for the photoplog hack...
weird..
any help at all??
indie
01-04-2006, 04:03 PM
im desperate for help here...
the actual gallery itself works a treat...all uploads etc working fine...
but my forum border is totally goosed on the gallery page...
all my other hacks display the border correctly.....except for the photoplog hack...
weird..
any help at all??
This happened to me too and Calorie helped me a few posts back, check it out. Change the background properties to inline style properties for those images.
Gizmo5h1t3
01-04-2006, 04:24 PM
cheers m8, i read those posts indie, but im not sure where to change the properties???
calorie
01-04-2006, 05:06 PM
@iTaLiAnBoY165: set 777 permission on the 'images' directory and check that the PhotoPlog directory settings are correct paths, not full links.
@harry1951: check that the PhotoPlog directory settings are correct paths, not full links.
@Gizmo5h1t3: try setting the absolute links manually in the templates for those images.
Gizmo5h1t3
01-04-2006, 05:24 PM
@iTaLiAnBoY165: set 777 permission on the 'images' directory and check that the PhotoPlog directory settings are correct paths, not full links.
@harry1951: check that the PhotoPlog directory settings are correct paths, not full links.
@Gizmo5h1t3: try setting the absolute links manually in the templates for those images.
PM sent m8..heres what i have now.....
calorie
01-04-2006, 05:42 PM
Check your footer template too.
iTaLiAnBoY165
01-04-2006, 10:17 PM
@iTaLiAnBoY165: set 777 permission on the 'images' directory and check that the PhotoPlog directory settings are correct paths, not full links.
ok the permision is on..
but how would be the right way to put the upload directory path ???
/forums/uploads/images
or
http://www.mysite.com/forums/uploads/images
wich one will be the right way.!!!
cuz the path of y fourm is this
/forums/photoplogso so i don't know whic is the right way
i still getthngthe same error....
calorie
01-05-2006, 12:25 AM
http://www.example.com/photoplog/index.php => /photoplog
http://www.example.com/dir/photoplog/index.php => /dir/photoplog
http://www.example.com/photoplog/images/index.html => images
http://www.example.com/dir/photoplog/images/index.html => images
iTaLiAnBoY165
01-05-2006, 12:57 AM
http://www.example.com/photoplog/index.php => /photoplog
http://www.example.com/dir/photoplog/index.php => /dir/photoplog
http://www.example.com/photoplog/images/index.html => images
http://www.example.com/dir/photoplog/images/index.html => images
can you help me out more simple.!!!
the fourmpaht i got it right,
but the image path don't i still have the same message error.!!!
" Sorry, UserName: Bad Open "
unenergizer
01-05-2006, 02:39 AM
when i view the gallery page all i get is a login screen...
www.gamehaxs.com/gallery/index.php
I checked the permissions and they are fine...
calorie
01-05-2006, 04:14 AM
@iTaLiAnBoY165: see the highlighted area in attached
@UNEnergizer: try admincp/index.php?do=buildbitfields
harry1951
01-05-2006, 06:02 AM
@harry1951: check that the PhotoPlog directory settings are correct paths, not full links.
They are correct, see attachment...
path to forums = /forums
path to photoplog = /photoplog
calorie
01-05-2006, 06:19 AM
If you place...
<?php
echo getcwd();
?>
At...
http://test.cuma.nl/photoplog/test.php
Do you see...
/var/www/vhosts/test.cuma.nl/httpdocs/photoplog
harry1951
01-05-2006, 06:26 AM
yep, shell I PM you an userid with adminaccess?
calorie
01-05-2006, 06:30 AM
Sure, and FTP too if you will so I can echo out stuff.
harry1951
01-05-2006, 06:40 AM
PM is send :)
calorie
01-05-2006, 06:53 AM
Okay, done. You had a typo in the PhotoPlog config file:
//define('PHOTOPLOG_FWD',/var/www/vhosts/test.cuma.nl/httpdocs/forums');
define('PHOTOPLOG_FWD','/var/www/vhosts/test.cuma.nl/httpdocs/forums');
Also, your PhotoPlog dupe dir setting was changed from blank to /forums but if/when you move off of test, you may have to change that to something else.
harry1951
01-05-2006, 07:02 AM
Ok thnx a lot. I looked over and over and didn't see it :(
seany1
01-05-2006, 09:02 AM
Thanks for this works perfectly :D
harry1951
01-05-2006, 02:35 PM
I installed it now on my live-board without problems :) The only thing is a problem with my navbar on de photoplog-page. I installed this hack https://vborg.vbsupport.ru/showthread.php?t=65198 (second navbar) but this is not showing up on the photoplog page. Any idea???
Attached the translation into dutch :)
Gizmo5h1t3
01-05-2006, 04:18 PM
Check your footer template too.
that sorted it mate..many thanks...............for the best gallery ive seen on VB yet...nice work
calorie
01-05-2006, 04:55 PM
Thanks for the thanks. :)
@harry1951: globalize $navbar2 in the photoplog_output_error and photoplog_output_page functions, located in PhotoPlog's functions.php file:
global $navbar2;
harry1951
01-05-2006, 08:40 PM
Thanks for the thanks. :)
@harry1951: globalize $navbar2 in the photoplog_output_error and photoplog_output_page functions, located in PhotoPlog's functions.php file:
global $navbar2;
This fixed it :)
Thnx for the support
I don't know if it is asked earlier. It would be great if usergroups could be assigned per category. I need that very strongly. We organize events. Every event get's is own usergroup and forum. On the event a lot of people are taking pictures and want to share these, but only with people who were present at the event. So for every event I want to create an catagory (or child-catagory), which is only visible for participants. Can this be done???
silurius
01-05-2006, 08:50 PM
I don't know if it is asked earlier. It would be great if usergroups could be assigned per category. I need that very strongly. We organize events. Every event get's is own usergroup and forum. On the event a lot of people are taking pictures and want to share these, but only with people who were present at the event. So for every event I want to create an catagory (or child-catagory), which is only visible for participants. Can this be done???PhotoPost Pro can do the usergroup thing, although I'm not sure about events. I'd personally love to see the feature here though.
MrNase
01-05-2006, 09:00 PM
Update went without problems..
One small thing: I couldn't revert the old templates so I left them and just installed the new plugin file and it worked.
The documentation tells to revert the template but it's also working the way I did it :)
harry1951
01-05-2006, 09:06 PM
Silurius, what would live be easy for webmasters if hacks could be integrated :)...In my situation it would be great if it goes as follows. Event created - forum created -secundairy usergroup created- attendance subbcription - photoplog catagory created. Only attendees (members of secondary usergroup)are allowed to see forum and photo-category. I think it will be a dream :)
harry1951
01-06-2006, 06:46 AM
[b]Use the following to add a link to a user's PhotoPlog gallery in the vB postbit(_legacy) template:
<!-- change the text in capitals to your site information -->
<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$post[userid]">Gallery</a>
Use the following to add a link to a user's PhotoPlog gallery in the vB MEMBERINFO template:
<!-- change the text in capitals to your site information -->
<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$userinfo[userid]">Gallery</a>
Can you tell me where to put this in the templates. I'm not a coder. Something like find .... put after this
calorie
01-06-2006, 10:09 PM
There is no absolute spot to places such things, just place the anchor tags wherever you'd like the links to appear.
harry1951
01-06-2006, 10:16 PM
Do a for exemple...
Code Monkey
01-06-2006, 10:43 PM
You can get rid of that whole config.php script and the user edit that comes with it.
Find in settings.php
// ######################## GRAB THE FULL PATH ############################
require_once('./config.php');
replace with
// ######################## GRAB THE FULL PATH ############################
define('PHOTOPLOG_FWD', dirname(dirname(__FILE__)));
calorie
01-06-2006, 11:06 PM
That'll only work if PhotoPlog is installed one level inside the forum directory. It won't find the forum directory for when PhotoPlog is installed elsewhere, i.e., it's not a general solution.
Code Monkey
01-06-2006, 11:10 PM
That'll only work if PhotoPlog is installed one level inside the forum directory. It won't find the forum directory for when PhotoPlog is installed elsewhere, i.e., it's not a general solution.
That's why you tell then to upload the directory to their forum root. ;)
nitro
01-06-2006, 11:22 PM
That's why you tell then to upload the directory to their forum root. ;)
Would be ok if it used a hook to integarte say a photoplog.php file to vb's index. I think that would be a huge change now tho.
calorie
01-06-2006, 11:35 PM
What about the people who don't want 'everything' in their forum directory? ;)
nitro
01-07-2006, 12:19 AM
What about the people who don't want 'everything' in their forum directory? ;)
I probably didnt quite word the post right. I pretty much agree with you for this addon anyway, but if it was to change I would be ok with it as above ;)
I wouldnt want to be forced to have to have a photoplog directory in forum root & it not be an integrated hook on vb's index.
I really dont see much hardship in editing one line on the rare occasion the photoplogs config.php needs an update or for first install. :)
furst
01-07-2006, 01:29 AM
@furst: in settings.php you could try and set $photoplog_location to whatever link you'd like.
It's already pointed to /index.php.
When I go to the gallery it always redirects me back to the main domain. It doesn't stay in the sub-domain that it's supposed to.
Anything else you can think of? I really want to have a gallery on my site but if I can't get this working then it isn't an option.
calorie
01-07-2006, 02:11 AM
@nitro: oops, forgot the @JumpD on that comment. JumpD's code bit would help with the full path questions people have by removing that element, but there might then be 'how to move out of forum directory' questions. I just tried to be as general as possible so PhotoPlog could go in /photoplog, /foobar/photoplog, /forum/photoplog, /forum/foobar/photoplog, etcetera. My preference is to have /forum for the forum and stick other things in their own directories, but if people want to do as JumpD suggests and install in /forum/photoplog, machts nicht to me. ;)
@furst: find the following in PhotoPlog's settings.php file:
$photoplog_location = $photoplog_schemehost.$vbulletin->options['photoplog_script_dir'];
And try 'hard' setting it to something like follows:
$photoplog_location = 'http://sub.domain.com'; // OR
$photoplog_location = 'http://sub.domain.com/foo'; // OR
$photoplog_location = 'http://sub.domain.com/foo/bar'; // ETC
utw-Mephisto
01-07-2006, 04:26 PM
I have exactly 7 pictures in the gallery and it stopped working.
Now I (actually everybody) gets the error
Sorry, utw-Mephisto: Maximum Number of Allowed File Uploads Exceeded
The Maximum File Limit is even set to 100000
calorie
01-07-2006, 07:42 PM
@harry1951: look in the templates for $vbphrase[posts] and stick the links around there or wherever else you'd like them to appear
@utw-Mephisto: atop of upload.php is where max files is checked, probably permissions so try: admincp/index.php?do=buildbitfields
utw-Mephisto
01-07-2006, 07:49 PM
Did not work I am afraid :(
calorie
01-07-2006, 09:05 PM
Okay, go run the following query in say phpMyAdmin and see if it returns a count:
SELECT COUNT(*) FROM photoplog_fileuploads WHERE userid = 1;
centers
01-08-2006, 12:33 AM
Hey first i wane say WHAT A GREAT HACK hehe but i have a problem everything is working but if i click upload i get this message Sorry, center: Bad File center is my board username, my image dir is 777 what im doing wrong please help me man..
nitro
01-08-2006, 12:37 AM
File is probably outside the size limits for your vb usergroup think its in permissions you can change it.
centers
01-08-2006, 12:50 AM
Is not working too, im trying and trying for 4 hours now lol
calorie
01-08-2006, 01:58 AM
It's either file size like nitro said, or it could be that your /tmp directory (http://www.google.com/search?q=%22%2Ftmp+directory%22) is not accessible, assuming you are trying to upload a gif, jpg, or png image.
utw-Mephisto
01-08-2006, 02:01 AM
Okay, go run the following query in say phpMyAdmin and see if it returns a count:
SELECT COUNT(*) FROM photoplog_fileuploads WHERE userid = 1;
Count = 1 :(
Since Userid 1 is me and I just uploaded one file it is true
calorie
01-08-2006, 02:12 AM
In PhotoPlog's upload.php file find the following near the top:
require_once('./settings.php');
And afterwards place the following code temporarily:
echo "x".$permissions['photoplogmaxfilelimit']."x<br />";
echo "x".intval($permissions['photoplogmaxfilelimit'])."x<br />";
$temp_check = $db->query_first("SELECT COUNT(*) AS cnt
FROM photoplog_fileuploads
WHERE userid = ".intval($vbulletin->userinfo['userid'])."
");
echo "x".$temp_check['cnt']."x<br />";
exit();
Then call PhotoPlog's upload.php from a browser. What do you see?
utw-Mephisto
01-08-2006, 02:14 AM
In PhotoPlog's upload.php file find the following near the top:
require_once('./settings.php');
And afterwards place the following code temporarily:
echo "x".$permissions['photoplogmaxfilelimit']."x<br />";
echo "x".intval($permissions['photoplogmaxfilelimit'])."x<br />";
$temp_check = $db->query_first("SELECT COUNT(*) AS cnt
FROM photoplog_fileuploads
WHERE userid = ".intval($vbulletin->userinfo['userid'])."
");
echo "x".$temp_check['cnt']."x<br />";
exit();
Then call PhotoPlog's upload.php from a browser. What do you see?
x0x
x0x
x1x
Thats all I see
calorie
01-08-2006, 02:24 AM
What is your Maximum File Limit set to for your usergroup? Still 100000? If so, run the following query. What do you see?
SELECT usergroupid, photoplogmaxfilelimit FROM vb3_usergroup;
utw-Mephisto
01-08-2006, 02:30 AM
What is your Maximum File Limit set to for your usergroup? Still 100000? If so, run the following query. What do you see?
SELECT usergroupid, photoplogmaxfilelimit FROM vb3_usergroup;
Sorry for all your trouble and thanks for the support. However, the problem is solved.
We have several usergroups and one secondary usergroup had the setting to 0 ..
But shouldn't be the primary usergroup above the secondary permission wise ?
But again, thanks for the fast support ..
calorie
01-08-2006, 03:05 AM
With primary and secondary usergroups and PhotoPlog, zero is like a buzzkill, overriding the other permission. If you change the zero to a one, the greater permission should then apply.
utw-Mephisto
01-08-2006, 03:08 AM
ok :)
Thanks anyway, great mod !!
Rakehel
01-08-2006, 01:10 PM
I'm just about at wits end after trying every possible path listing, what am I doing wrong here please calorie? I'm attempting to have Photoplog set up in the /forum/photoplog directory and tried hardcoding the domain name and path into the location line. Do I still have the incorrect path in config.php?:
Warning: chdir(): No such file or directory (errno 2) in /home/xxx/public_html/forum/photoplog/settings.php on line 85
Warning: main(./global.php): failed to open stream: No such file or directory in /home/xxx/public_html/forum/photoplog/settings.php on line 86
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/forum/photoplog/settings.php on line 86
calorie
01-08-2006, 06:09 PM
See post3:
define('PHOTOPLOG_FWD','/home/xxx/public_html/forum');
centers
01-08-2006, 07:14 PM
SQL-query: Documentatie
SELECT usergroupid, photoplogmaxfilelimit
FROM vb3_usergroup
LIMIT 0 , 30
MySQL retourneerde: Documentatie
#1146 - Table 'CN20051353_test.vb3_usergroup' doesn't exist
jancarlo
01-08-2006, 08:27 PM
Warning: chdir(): No such file or directory (errno 2) in /home/site/public_html/photoplog/settings.php on line 85
Warning: main(./global.php): failed to open stream: No such file or directory in /home/site/public_html/photoplog/settings.php on line 86
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/photoplog/settings.php on line 86
???
grazie
jancarlo
calorie
01-08-2006, 09:37 PM
@centers: replace vb3_ with your vB TABLE_PREFIX
@jancarlo: see post622 and post623, and also post3
rfonseca
01-11-2006, 01:20 AM
Calorie,
thnx for doing photoplog. I've got a strange problem and hope you can give me some insight. I have two usergroups set to unmoderated. Both of these groups still end up in the moderation que and the users are not able to see their images until I approve them.
I created a test user for one of these usergroups and I am able to upload without moderation (so it's working for my test user account). I can't figure out why the users that were in these groups prior to installing photoplog are unable to upload without moderation. Any help you can throw my way would be greatly appreciated.
thanks again,
rf
calorie
01-11-2006, 05:03 AM
Are any of these members in secondary usergroups where moderation is on?
rfonseca
01-11-2006, 11:04 AM
Are any of these members in secondary usergroups where moderation is on?
Ahh! Ok, I will edit those. Thanks!
rf
andreamarucci
01-11-2006, 12:41 PM
A stupid question, I know, But I've to ask....
Is Photoplog the solution to let some users have their personal gallery? I'm searching for a solution integrated with VB so that I can allow some people to have personal gallery visible to everyone.
Any suggestion?
msimonds
01-11-2006, 12:55 PM
calorie -
i installed this mod on my test 3.5.3 forums and everything went fine.
I created a category and I am trying to upload but i am not getting anything, the pic does not get ulploaded
I changed the permissions on the admins and users not logged in /unregistered.
I have chmoded the "images" folder to 777 and checked and re-checked the paths, they are all correct.
http://www.sportsrant.com/sto/member-gallery/upload.php
can you try and ulpload a picture to see if you can get it to work, I am at a loss here
TIA and nice mod sir
Mike
Sportsrant.com
msimonds
01-11-2006, 01:29 PM
i found out it was this in my site root:
RewriteCond %{HTTP_HOST} !^www\.sportsrant\.com
RewriteRule (.*) http://www.sportsrant.com/$1 [R=301,L]
is there a way to modify that so it works, if not, no big deal
also in IE, i am getting image path errros and my config paths are correct, i have double checked those
Mike
Club3G
01-11-2006, 02:49 PM
/me clicks install.
Club3G
01-11-2006, 03:17 PM
Is there a way to get this to require a category? Not Available by default will mean that about 90% of my members won't bother to pick one.
calorie
01-11-2006, 05:32 PM
@andreamarucci: see post557 for how to view a specific user's gallery by the userid
@msimonds: try sto.sportsrant.com/member-gallery/ or see post606 to set your link
@Club3G: see post523 and post526 for how to prevent uploads with no set category
calorie
01-11-2006, 05:48 PM
With 40 some pages, assuming 15 posts per page, and over 600 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
John Diver
01-12-2006, 01:51 AM
Just a quick question, can users create their own section in the gallery?
I want to use this so users can create their own gallery of portfolio images and do it automatically so their username shows as the name of the catgory.
Thanks, looks great.
da420
01-12-2006, 06:10 PM
How do you set 777 permisions???
da420
01-12-2006, 06:25 PM
I have done everything but set 777 permisions or whatever, and I have set the admin group to be able to use and see the gallery. But I don't even know how or where to access it. Wouldn't it be on the navbar, but it's not???
kash2k
01-12-2006, 07:01 PM
After a few hiccups due to my server playing tricks, this is running a dream now
*k click's install
@ John Diver - All users have their own gallery, that's the way this works. It groups by category and by user. It's like an SQL query where you can view all pics by a user (their gallery) or in a category. Quite neat
@da420 - The authour has requested you use the photplog site for support issues. I did and it's quick response and very helpful. It also doesn't hammer vbulletin.org's resources
da420
01-12-2006, 07:36 PM
Ok will do... thanks...
da420
01-12-2006, 09:13 PM
Installed, and testing......... This looks really nice, thanks!
Club3G
01-12-2006, 10:21 PM
I have done everything but set 777 permisions or whatever, and I have set the admin group to be able to use and see the gallery. But I don't even know how or where to access it. Wouldn't it be on the navbar, but it's not???
Setting 777 can be done either through your FTP client (usually right click -> properties, at least it is in WS_FTP), or via shell.
If you have shell access, the quickest way is to go to the folder above the folder you're trying to change and type:
chmod -R 777 /nameofthefolder
HTH.
Club3G
01-12-2006, 10:25 PM
@andreamarucci: see post557 for how to view a specific user's gallery by the userid
@msimonds: try sto.sportsrant.com/member-gallery/ or see post606 to set your link
@Club3G: see post523 and post526 for how to prevent uploads with no set category
Thanks much!
// if ($parentid < 0)
// {
// $list_cats = array("-1" => $vbphrase['photoplog_no_one']);
// }
Commented that out of functions.php, in case anyone's wondering. :)
karrerax
01-13-2006, 12:01 PM
Thanks for this mod :rolleyes:
Sinnie
01-13-2006, 12:58 PM
How do i install the dutch language?
:o
tomasn
01-14-2006, 08:20 AM
Hi,
i have Vb 3.5.3 on http://subd.domain.com and installed photoplog lite on http://subd.domain.com/photoplog, still i got strange insue, when user goes too http://subd.domain.com/photoplog , session information not works and user gots logging screen.
?
thanks.
Sinnie
01-14-2006, 09:08 AM
Make sure you give your usergroups acces to photoplog.
tomasn
01-14-2006, 10:43 AM
can you explain more? thanks.
Club3G
01-14-2006, 04:44 PM
Has anyone installed on 3.5.3?
Works OK?
Working just fine on 3.5.3, both the gallery and the CMPS thumbnails:
http://www.seventring.org
I'd just like to be able to get the thumbnails big enough to span the entire cell on the front page.
S@NL - Pascal
01-14-2006, 09:57 PM
Has anyone installed on 3.5.3?
Works OK?
Yes, works ok on 3.5.3. Upgraded from 3.5.1 tot 3.5.3 and photoplog works as expected :)
Marris
01-14-2006, 10:00 PM
Yes, working on a fresh install of 3.5.3 along with the included MEMBERINFO Public Profile image block.
bashy
01-15-2006, 02:13 PM
I have installed and working well..
With what Marris has said (in quotes) What is this about a
Public Profile image block?
I have been all the way through this thread and not seen anything
with regards to this :(
Either that or i missed it, can anyone advise to this please?
Yes, working on a fresh install of 3.5.3 along with the included MEMBERINFO Public Profile image block.
evenmonkeys
01-15-2006, 10:40 PM
Is there a way to show recent additions by a user in their profile? Like... not just a link... but actually show thumbnails.
MustangLisa
01-16-2006, 07:48 AM
Thanks, this worked great!!
Club3G
01-17-2006, 03:06 AM
I searched on remote, didn't see this answered -
How can I go about preventing people from remote linking to pics in the Gallery? I don't want to do it site-wide, only for the pics uploaded into Photoplog.
Also, where do I define the max images per member?
Rickie3
01-17-2006, 03:30 AM
this is bloody brilliant easy to install,nice addition to my board thankyou *installed*
ChErAbOo
01-17-2006, 01:37 PM
Works Great now that I have it set up right, only thing and well I read 32 pages so figure I will just ask it says supports .gif but they are not showing up animated is there a way to change that I did not see the option so figured I would ask my graphic siggy girls use this as a place to store pics ups and customs so would be nice to figure out the animated part but other than that working excellent and I am sure that part is error on me somewhere..
/clicks install
natralis
01-17-2006, 07:39 PM
installed perfectly in one go
Cheers m8
excellent work :-)
One small question though
could there be an addon such as last 3 photo's submitted displaying on forumhome?
Cheers
Gizmo5h1t3
01-17-2006, 09:50 PM
wow natralis, small world mate...lololol
excellent hack this one......loads better than the other galleries.
calorie
01-18-2006, 05:42 PM
Thanks for the thanks. :)
FYI: updated to v.1.0.6.2 (forces a category choice, less overhead to display files). Easy upgrade, FTP a few files, instructions in README.txt file.
Note on Official Support: With 40 some pages, assuming 15 posts per page, and over 600 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
redundanthost
01-18-2006, 09:30 PM
does it work on 3.5.3
KayDEE
01-18-2006, 10:09 PM
@redundanthost
yes it works with 3.5.3, flawless
@natralis
yes, i've added that kinda option a while ago
open photoplog settings.php
find:
$photoplog_random_bits = $photoplog_cat_id = $photoplog_subcat_bar = $photoplog_letter_id = '';
below it add:
$photoplog_latest_bits = $photoplog_cat_id = $photoplog_subcat_bar = $photoplog_letter_id = '';
find:
// ####################### INITIALIZE LETTER BAR ##########################
above it add:
// ###################### INITIALIZE LATEST BITS ##########################
$photoplog_latest_bits = '';
if (defined('PHOTOPLOG_LATEST') && !isset($_REQUEST['c']) && !isset($_REQUEST['n']) && !isset($_REQUEST['u']) && !isset($_REQUEST['q']))
{
$photoplog_file_infos = $db->query_read("SELECT *
FROM photoplog_fileuploads
WHERE moderate = 0
ORDER BY dateline DESC
LIMIT 3
");
$photoplog_cnt_bits = 0;
$photoplog_row_top = '';
$photoplog_row_bottom = '';
while ($photoplog_file_info = $db->fetch_array($photoplog_file_infos))
{
$photoplog_cnt_bits++;
$photoplog_fileid = $photoplog_file_info['fileid'];
$photoplog_userid = $photoplog_file_info['userid'];
$photoplog_username = $photoplog_file_info['username'];
$photoplog_row_top .= "
<td class=\"alt2\" nowrap><nobr>
<table class=\"alt1\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"1\">
<td class=\"alt2\" align=\"center\" width=\"20%\">
<a href=\"".$photoplog_location."/index.php?".$vbulletin->session->vars['sessionurl']."n=".$photoplog_fileid."\">
<img src=\"".$photoplog_location."/file.php?".$vbulletin->session->vars['sessionurl']."n=".$photoplog_fileid."&w=s\" border=\"0\" />
</a>
</td>
</table>
</td>
";
$photoplog_row_bottom .= "
<td class=\"alt2\" align=\"center\" width=\"20%\">
<div class=\"smallfont\">
".$vbphrase['posted_by']." <a href=\"".$photoplog_location."/index.php?".$vbulletin->session->vars['sessionurl']."u=".$photoplog_userid."\">".$photoplog_username."</a>
</div>
</td>
";
}
$db->free_result($photoplog_file_infos);
$photoplog_table_start = "<table class=\"tborder\" border=\"0\" cellpadding=\"".$stylevar['cellpadding']."\" cellspacing=\"".$stylevar['cellspacing']."\" align=\"center\" width=\"100%\"><tr>
<td colspan=\"5\" class=\"tcat\"><a style=\"float: ".$stylevar['right'].";\" href=\"#top\" onclick=\"return toggle_collapse('photoplog_latest_bits')\"><img id=\"collapseimg_photoplog_latest_bits\" src=\"".$stylevar['imgdir_button']."/collapse_thead".$vbcollapse['collapseimg_photoplog_latest_bits'].".gif\" alt=\"\" border=\"0\" /></a><span class=\"smallfont\"><strong>Latest Pictures</strong></span></td>
</tr> <tbody id=\"collapseobj_photoplog_latest_bits\" style=\"".$vbcollapse['collapseobj_photoplog_latest_bits']."\"><tr>";
$photoplog_table_end = "</tr></tbody></table><br />";
$photoplog_latest_bits = $photoplog_table_start.$photoplog_row_top."</tr>".$photoplog_table_end;
if (!$photoplog_cnt_bits)
{
$photoplog_latest_bits = '';
}
}
open photoplog functions.php
find:
global $photoplog_random_bits, $photoplog_cat_id, $photoplog_subcat_bar, $photoplog_letter_id;
replace with:
global $photoplog_random_bits, $photoplog_latest_bits, $photoplog_cat_id, $photoplog_subcat_bar, $photoplog_letter_id;
open photoplog index.php
find:
define('PHOTOPLOG_RANDOM','bits');
below it add:
define('PHOTOPLOG_LATEST','bits');
open template photoplog_file_list
add to top:
$photoplog_latest_bits
done ... hope i didnt forget anything, i changed and added alotta things on it ;)
Cheers
KayDEE
01-18-2006, 10:21 PM
@natralis
oops ... i have misread ... that wont add the 3 latest to forumhome, it adds them to gallery home, sry.
Take it as a small addon for users that want to have 3 latest on gallery home then ;)
Cheers
beebi
01-19-2006, 01:29 AM
I realy wish to have Send as e-Card in it
John Diver
01-19-2006, 01:25 PM
Hey,
Getting an error that I don't have permissions to view the gallery but I have set it so all usergroups can view the posts.
Is there any permissions for viewing the categories?
Couldn't see any settings I missed.
Thanks :)
funinthesun
01-19-2006, 04:20 PM
I've installed but nothing has changed. Any idea of what I might of done wrong? :confused:
funinthesun
01-20-2006, 03:36 PM
Anyone? :nervous:
Sinnie
01-20-2006, 03:39 PM
When a user is logged in and clicks the photoplog link, he has to log in again. this only happens with IE, not Firefox.
This happend after i upgraded from .61 to .62.
Anyone?
rfonseca
01-20-2006, 05:01 PM
Anyone? :nervous:
Note on Official Support: With 40 some pages, assuming 15 posts per page, and over 600 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
FYI: you might get faster responses at:
http://photoplog.com
rf
dartworth
01-22-2006, 03:08 AM
PhotoPlog 1.0.6.2
I am trying to install Photoplog Lite on our forum located @ http://cdmaforums.com
Photoplog is located here: http://www.cdmaforums.com/forums/photoplog
The install seems to be correct. However I cannot create categories.
When I click on the Category Manager in the Photoplog ACP I get an Internal Server Error message.The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@cdmaforums.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Any ideas?
Thanks
aaron_nimocks
01-22-2006, 03:33 AM
Sorry if this has been answered but I read through and didnt see it.
I am looking to modify the <title> to be more SEO friendly. All the titles say "PhotoPlog - View File" I would actually like to put the name of the picture in there.
Any ideas on how to go about this?
Thanks,
Aaron
Guest210212002
01-22-2006, 03:40 AM
PhotoPlog 1.0.6.2
I am trying to install Photoplog Lite on our forum located @ http://cdmaforums.com
Photoplog is located here: http://www.cdmaforums.com/forums/photoplog
The install seems to be correct. However I cannot create categories.
When I click on the Category Manager in the Photoplog ACP I get an Internal Server Error message.
Any ideas?
Thanks
What are the contents of the email sent to the webmaster? It should (hopefully) tell you a bit more info about what's actually not being found.
shaynehammy
01-22-2006, 05:03 AM
I keep getting a blank page yet my config files appear correct..
bashy
01-22-2006, 07:12 AM
Hi peeps
There is 1 thing i have noticed with this..
When i am in the gallery, my Extras Menu (in the navbar) dont work.
When i come out of the galery, its fine??
Any ideas please?
ThePimp
01-22-2006, 02:36 PM
What is the template name for the forumhome plog variable? I'm looking to remove the <br /> that's at the end of the display table.
Thanks in advance.
dartworth
01-22-2006, 10:46 PM
Ok, after a little more work I got the script working...
I have also intergrated it with vBa here: http://cdmaforums.com
The gallery is here: http://www.cdmaforums.com/forums/photoplog/index.php
This is a very nice script. Looking forward to the pro version.
ThePimp
01-22-2006, 11:12 PM
I'm having some issues with possibly this script. For some reason, I started getting a TON of database errors, and eventually MySQL dropped for 12 hours. Pre-install, everything worked fine. Afterward, I started getting errors.
Does anyone have an idea as to why this would happen?
I have about 10,000+ members/guests on at any given moment, could it possibly be scripted clunky and causing bottlenecks with a ton of queries or something?
For all I know it may not be this script, but that's how it seemed to happen.
Mythotical
01-23-2006, 04:09 AM
Ok I have tried everything described in this thread to rid myself of this error: Sorry, dawurldstpsferme: Bad Open
Safe Mode is not on, GD is installed, I do have permissions to upload, what else could I check, change, or otherwise kill to make this work?
Thanks calorie, good hack.
Steve
Mythotical
01-23-2006, 04:27 AM
Fixed
ThePimp
01-23-2006, 06:39 PM
I'm having some issues with possibly this script. For some reason, I started getting a TON of database errors, and eventually MySQL dropped for 12 hours. Pre-install, everything worked fine. Afterward, I started getting errors.
Does anyone have an idea as to why this would happen?
I have about 10,000+ members/guests on at any given moment, could it possibly be scripted clunky and causing bottlenecks with a ton of queries or something?
For all I know it may not be this script, but that's how it seemed to happen.
Bump
Reece^B
01-24-2006, 04:19 PM
Im getting a problem.
The three pictures arnt updating!
I have three that keep coming up, but nothing else!? :disappointed:
Reece^B
01-24-2006, 08:10 PM
dont worry, all fixed!
Traxdata
01-25-2006, 06:37 PM
Hello,
I have a little problem with this hack.
I have installed this hack on my test forum and everything went fine but then Ive tried to do the same on my main forum but there is something wrong with path when i click on "Upload" or any other link in PhotoPlog then comes this address with these slashes:
http://www.xxxyyyzzz.com/:///photoplog/upload.php
My question is: How can I remove these slashes and colon from the url???
Thank you very much
Edit:
Problem solved!
Do not forget to add your Homepage url!
Thanks to calorie!
Robbed
01-27-2006, 10:40 PM
Few things
It says these are uncached on the comments page.
Uncached templates: editor_clientscript (1)
Uncached templates: editor_jsoptions_font (1)
Uncached templates: editor_jsoptions_size (1)
Uncached templates: editor_smilie (30)
Uncached templates: editor_smiliebox (1)
Uncached templates: editor_smiliebox_row (6)
Uncached templates: editor_toolbar_on (1)
Uncached templates: newpost_disablesmiliesoption (1)
2nd is it possible just to have a rating system with no comments. We use a forum to release the wallpaper and comments but it would be nice to just rate them.
Thanks
Rickie3
01-27-2006, 10:52 PM
just a quick question is it possiable to show on forum home when a new photo has been added and when someone replies to a post???
bmoods
01-30-2006, 03:02 AM
Non visible category
Hello Calorie,
Veils when in the management of the categories I place a category to "0" she/it doesn't appear anymore in the index of photoplog.
Question?
How so that she/it doesn't appear anymore in vba CMPS thembs and in the uncertain miniatures on the Foromhome index.
Thank you very much :ermm:
Good day
wdlove
01-31-2006, 08:07 PM
So will this work with 3.5.3.
What is the cost?
Is it easy to setup and maintain?
Is there ability to customize any, as far as how it will look?
Starting a new forum, so any help or advice would be appreciated.
Here is the question that I posed to vBuletin help:
Do you offer for sale software that will allow for a gallery and an area to allow for downloads of music and movies? Or do you know where I might be able to find out about such software the would be compatible with vBulletin.
Thanks for the help, it's appreciated.
Gizmo5h1t3
01-31-2006, 08:38 PM
So will this work with 3.5.3. - yes it will
What is the cost? - free for the lite version
Is it easy to setup and maintain? - dead easy...maintenance is at a minimum
Is there ability to customize any, as far as how it will look? - easy to customize
Rambo
02-01-2006, 07:02 PM
Great mod, but i am wondering whether you can implement the feature of having a certain amount of space instead of how many files they can upload!
Thats the main thing i'd like to see.
discussionarena
02-01-2006, 11:01 PM
Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid/gid is 10004/10001 is not allowed to access /home/httpd/vhosts/techdo.com/httpdocs/photoplog/images/1 owned by uid/gid 48/48 in /photoplog/upload.php on line 144
i have to renounce ? :(
wdlove
02-02-2006, 12:38 AM
Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid/gid is 10004/10001 is not allowed to access /home/httpd/vhosts/techdo.com/httpdocs/photoplog/images/1 owned by uid/gid 48/48 in /photoplog/upload.php on line 144
i have to renounce ? :(
Not sure that I understand the post. Since this is the lite version. Would the upgrade version be preferable. Is there a full version? Worth the cost? Advantages?
discussionarena
02-02-2006, 09:22 AM
i mean
with safe mode ON i can't use photoplog ?
ambumann
02-02-2006, 10:20 AM
Norwegian translation available.
argash
02-02-2006, 10:45 AM
Anyway to alter the postbit code to display the number of photos a user has in their gallery?
nexus851
02-04-2006, 08:42 PM
how do u use this as an exclusive member gallery and be able to display it in the memberinfo template????
wdlove
02-04-2006, 11:47 PM
Idefinitely want to learn as much as possible.
Smiry Kin's
02-06-2006, 04:03 AM
problem with having the images on forum home. i've put in.
$navbar
$photoplog_forumhome
$photoplog_memberinfo
but nothing shows up
3.5.3
default skin.
ubblite
02-06-2006, 05:42 AM
It means that the full path set in the PhotoPlog config file is incorrect. Run this script in your main forum directory to help determine the correct path.
<?php
echo getcwd();
?>
I know this is a stupid question but can someone please tell me how to run the above script in detail?
Smiry Kin's
02-06-2006, 07:51 AM
I know this is a stupid question but can someone please tell me how to run the above script in detail?
put it in a .txt file upload it. change it to .php, then run it in your browser...
Smiry Kin's
02-06-2006, 09:42 AM
could you please upload a image about the same size as the status images in the default style, its just i've added there own Gallery there.
would be nice to turn it into an image instead??? plus the code would help also!
funinthesun
02-06-2006, 11:30 AM
Whenever I try to upload a photo I get error: sorry, bad open.
What does that mean?
ubblite
02-06-2006, 07:17 PM
put it in a .txt file upload it. change it to .php, then run it in your browser...
Thanks
ubblite
02-06-2006, 07:47 PM
After going to (mysite.com/photoplog) I am asked to login. After logging in, I receive the following error:
In order to accept POST request originating from this domain, the admin must add this domain to the whitelist.
Any ideas?
argash
02-06-2006, 09:53 PM
Anyway to alter the postbit code to display the number of photos a user has in their gallery?
Bumping my question so it doesnt get lost
Dark s.s. Trunk
02-06-2006, 11:44 PM
Edit: NVM ..
Edit2: IS there a way to change the View to include like rows and colums of images with lil bits of info underneath like a normal looking image gallery?
ubblite
02-07-2006, 06:11 AM
Got this mod working, nice stuff.
Question...
Is there a way to remove the [img] & [url] tags which show up right under "Average Rating" when viewing a photo?
wdlove
02-07-2006, 08:11 PM
I'm anxious to have it working myself.
ThePimp
02-07-2006, 08:27 PM
It may be coincidence, but, I've installed this 2x so far, and both times my site got hacked. Anyone else?
vakvak
02-09-2006, 12:24 AM
@redundanthost
yes it works with 3.5.3, flawless
@natralis
yes, i've added that kinda option a while ago
open photoplog settings.php
find:
$photoplog_random_bits = $photoplog_cat_id = $photoplog_subcat_bar = $photoplog_letter_id = '';
below it add:
$photoplog_latest_bits = $photoplog_cat_id = $photoplog_subcat_bar = $photoplog_letter_id = '';
find:
// ####################### INITIALIZE LETTER BAR ##########################
above it add:
// ###################### INITIALIZE LATEST BITS ##########################
$photoplog_latest_bits = '';
if (defined('PHOTOPLOG_LATEST') && !isset($_REQUEST['c']) && !isset($_REQUEST['n']) && !isset($_REQUEST['u']) && !isset($_REQUEST['q']))
{
$photoplog_file_infos = $db->query_read("SELECT *
FROM photoplog_fileuploads
WHERE moderate = 0
ORDER BY dateline DESC
LIMIT 3
");
$photoplog_cnt_bits = 0;
$photoplog_row_top = '';
$photoplog_row_bottom = '';
while ($photoplog_file_info = $db->fetch_array($photoplog_file_infos))
{
$photoplog_cnt_bits++;
$photoplog_fileid = $photoplog_file_info['fileid'];
$photoplog_userid = $photoplog_file_info['userid'];
$photoplog_username = $photoplog_file_info['username'];
$photoplog_row_top .= "
<td class=\"alt2\" nowrap><nobr>
<table class=\"alt1\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"1\">
<td class=\"alt2\" align=\"center\" width=\"20%\">
<a href=\"".$photoplog_location."/index.php?".$vbulletin->session->vars['sessionurl']."n=".$photoplog_fileid."\">
<img src=\"".$photoplog_location."/file.php?".$vbulletin->session->vars['sessionurl']."n=".$photoplog_fileid."&w=s\" border=\"0\" />
</a>
</td>
</table>
</td>
";
$photoplog_row_bottom .= "
<td class=\"alt2\" align=\"center\" width=\"20%\">
<div class=\"smallfont\">
".$vbphrase['posted_by']." <a href=\"".$photoplog_location."/index.php?".$vbulletin->session->vars['sessionurl']."u=".$photoplog_userid."\">".$photoplog_username."</a>
</div>
</td>
";
}
$db->free_result($photoplog_file_infos);
$photoplog_table_start = "<table class=\"tborder\" border=\"0\" cellpadding=\"".$stylevar['cellpadding']."\" cellspacing=\"".$stylevar['cellspacing']."\" align=\"center\" width=\"100%\"><tr>
<td colspan=\"5\" class=\"tcat\"><a style=\"float: ".$stylevar['right'].";\" href=\"#top\" onclick=\"return toggle_collapse('photoplog_latest_bits')\"><img id=\"collapseimg_photoplog_latest_bits\" src=\"".$stylevar['imgdir_button']."/collapse_thead".$vbcollapse['collapseimg_photoplog_latest_bits'].".gif\" alt=\"\" border=\"0\" /></a><span class=\"smallfont\"><strong>Latest Pictures</strong></span></td>
</tr> <tbody id=\"collapseobj_photoplog_latest_bits\" style=\"".$vbcollapse['collapseobj_photoplog_latest_bits']."\"><tr>";
$photoplog_table_end = "</tr></tbody></table><br />";
$photoplog_latest_bits = $photoplog_table_start.$photoplog_row_top."</tr>".$photoplog_table_end;
if (!$photoplog_cnt_bits)
{
$photoplog_latest_bits = '';
}
}
open photoplog functions.php
find:
global $photoplog_random_bits, $photoplog_cat_id, $photoplog_subcat_bar, $photoplog_letter_id;
replace with:
global $photoplog_random_bits, $photoplog_latest_bits, $photoplog_cat_id, $photoplog_subcat_bar, $photoplog_letter_id;
open photoplog index.php
find:
define('PHOTOPLOG_RANDOM','bits');
below it add:
define('PHOTOPLOG_LATEST','bits');
open template photoplog_file_list
add to top:
$photoplog_latest_bits
done ... hope i didnt forget anything, i changed and added alotta things on it ;)
Cheers
thank but user no loding help me?
wdlove
02-09-2006, 01:34 AM
I certainly hope that I don't get hacked.
Annie^.^
02-09-2006, 01:59 PM
Does this show up in the users profile? ... latest images posted by XYZ user ...
vakvak
02-09-2006, 03:28 PM
3.5.3 for versiyon update modicatisos?
help me?
Smiry Kin's
02-09-2006, 07:00 PM
3.5.3 for versiyon update modicatisos?
help me?
i got it to work perfectly on 3.5.3
vakvak
02-10-2006, 01:15 AM
i got it to work perfectly on 3.5.3
but user login problem
akanevsky
02-10-2006, 01:31 AM
Excellent work! Installed and voted 5.
3dsoft
02-10-2006, 11:36 AM
When will the PhotoPlog Pro version be out, and how much will you charge for it?
Thanks
[email protected]
vbmenu_register("postmenu_896533", true);
02-10-2006, 04:18 PM
anyone know how i can make photoplog able to upload bmp files?
Get back to me plz! :)
wdlove
02-10-2006, 08:39 PM
When will the PhotoPlog Pro version be out, and how much will you charge for it?
Thanks
I would be interested in knowing that also.
[email protected]
vbmenu_register("postmenu_897227", true);
02-11-2006, 11:24 AM
anyone know how i can make photoplog able to upload bmp files?
Get back to me plz! :)
BUMP!!!!!!
Gizmo5h1t3
02-11-2006, 01:05 PM
why not just change the extensions ....using photoshop or something??
Annie^.^
02-11-2006, 03:44 PM
I get this error when I try to post a comment ...
Sorry, XYZ: The message you have entered is too short. Please lengthen your message to at least 1 characters.
akanevsky
02-11-2006, 09:39 PM
There is a problem:
When I try to post animated pictures, they are not animated in the gallery :( How do I fix that?
wdlove
02-12-2006, 01:10 AM
I will look forward to the fixes.
[email protected]
vbmenu_register("postmenu_898086", true);
02-12-2006, 10:33 AM
Its ok for me to change the extensions but online gamers don't know much about design and their screenshots come out at bmp, they are unable to upload their screenshots at the moment, which is why I would like to be able to make bmp available to upload :) anyone know how? Pleaseeeee
Annie^.^
02-12-2006, 10:36 AM
Sorry, XYZ: The message you have entered is too short. Please lengthen your message to at least 1 characters.
Can anyone help me on this one??? I need that error to be fixed... Pleeeeeease!! Thank you
akanevsky
02-12-2006, 11:08 AM
There is a problem:
When I try to post animated pictures, they are not animated in the gallery :( How do I fix that?
calorie? I need this to be fixed asap.. thx
Annie^.^
02-12-2006, 12:17 PM
Ok I found out what is my problem but how can I fix it.
In the photoplog_comment_form template the textarea doesn't show up $messagearea
Any idea where to fix that?
rom56
02-12-2006, 01:00 PM
Hello :)
Please i want to edit this hack but my modifications aren' good. I wan't to show the number of photo of the subcategorie : show in () the number of wall in the index, for example : photo cars (12), dog ( 15), cat (01) how to do this modification, i have create a field "number" on the table "photoplog_categories" and I just want to show the number of this field just after the variable $title :)
Smiry Kin's
02-12-2006, 02:20 PM
how can i make navbar custom edits. show up onto the gallery, it seems its a different navbar i can't find where it is..? how how to make it like the default one..?
Smiry Kin's
02-13-2006, 10:19 PM
could some one help?
https://vborg.vbsupport.ru/showthread.php?p=899509
or support for this dead?
Annie^.^
02-13-2006, 10:40 PM
go to www.photoplog.com/forum there you get a better support
Note on Official Support: With 40 some pages, assuming 15 posts per page, and over 600 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
Smiry Kin's
02-13-2006, 10:51 PM
go to www.photoplog.com/forum there you get a better support
Im sure it will take just as long on here. i think ill pass on the sign up.. im sure some one here can help.. i just need to find what the photopost_forumhome code puts dwon, then maybe mess about with it..
[email protected]
vbmenu_register("postmenu_899891", true);
02-14-2006, 11:06 AM
anyone know how to add extensions? just want my gallery able to upload .bmp files :) someone help??? ty
nitro
02-14-2006, 02:45 PM
Im sure it will take just as long on here. i think ill pass on the sign up.. im sure some one here can help.. i just need to find what the photopost_forumhome code puts dwon, then maybe mess about with it..
Thats your choice but you really are more likely to get a tuned response there than here as this is one thread, and therefore harder to sift thru especially those who do not know how to use the search this thread tool.
I would guess your custom elements in your navbar are being called with variables and so may need them adding as globals to the photoplog output. :)
calorie
02-16-2006, 09:55 PM
PhotoPlog Lite v.1.0.7 released. See the README.txt file for details.
Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
Robbed
02-16-2006, 09:56 PM
I looked at the readme, but what's new?
calorie
02-16-2006, 10:02 PM
The 'PhotoPlog Directory' is now the 'PhotoPlog Link' and calls for an actual http:// link. The 'Duplicate Directory' has gone the way of the wind. In its place are the 'Relative Links' and 'Absolute Links' where you are to specify corresponding relative and absolute links. Further, there is a new 'Global Variables' where you can add variable names from other vB mods, if they don't show in PhotoPlog.
Along with a couple of bug fixes...
Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
Smiry Kin's
02-16-2006, 10:10 PM
so whats this redesign..? please..
calorie
02-16-2006, 10:13 PM
https://vborg.vbsupport.ru/showpost.php?p=902371&postcount=739 ;)
Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
optrex
02-16-2006, 10:13 PM
calorie,
I have messed up my styles following the 1.0.7 upgrade
where my logo image was in http://domain.com/image.jpg it now thinks it should be in http://domain.com/photoplog/image.jpg
and other skin images also have /photoplog/ before their correct directory name.
how do I correct this please?
Smiry Kin's
02-16-2006, 10:17 PM
calorie,
I have messed up my styles following the 1.0.7 upgrade
where my logo image was in http://domain.com/image.jpg it now thinks it should be in http://domain.com/photoplog/image.jpg
and other skin images also have /photoplog/ before their correct directory name.
how do I correct this please?
really? don't think ill be upgrading to soon..
calorie
02-16-2006, 10:37 PM
@optrex: check the PhotoPlog relative and absolute link settings. There is a src="images/ bit that may need to be edited for your skin, or you may need to add a new line to each of the relative and absolute link settings to account for the skin.
Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
Rickie3
02-16-2006, 10:44 PM
thanx for the update anyway,but i wont using it,i dont fix whats not broken,v.1.0.6.1 does everything i want,so i'm happy
Tefra
02-16-2006, 10:45 PM
hey man look at this http://www.3dacc.net/gallery/index.php
looks like the header template doesn't include
calorie
02-16-2006, 11:01 PM
Look at your HTML source, you have http://www.photoplog.com/forum/... things in the HTML source, meaning that you probably didn't go to vB ACP -> PhotoPlog -> Modify Settings and modify the new settings, specifically the 'Absolute Links' setting, where you now need to specify the links (i.e., take out http://www.photoplog.com/forum/ from each line in the text box and replace with your site information).
Granted it's sort of a PITA to do it the first time, but it'll be remembered once you do it, and it should prove to be a more flexible solution, in that you shouldn't need to edit templates in order to get absolute links to places outside of your board. ;)
Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
Tefra
02-16-2006, 11:09 PM
i definetely miss something here
action="http://www.3dacc.net/forums/index.php
action="http://www.3dacc.net/forums/search.php
href="http://www.3dacc.net/forums/admincp/
href="http://www.3dacc.net/forums/archive/
href="http://www.3dacc.net/forums/calendar.php
href="http://www.3dacc.net/forums/faq.php
href="http://www.3dacc.net/forums/forumdisplay.php
href="http://www.3dacc.net/forums/index.php
href="http://www.3dacc.net/forums/login.php
href="http://www.3dacc.net/forums/member.php
href="http://www.3dacc.net/forums/memberlist.php
href="http://www.3dacc.net/forums/modcp/
href="http://www.3dacc.net/forums/online.php
href="http://www.3dacc.net/forums/private.php
href="http://www.3dacc.net/forums/profile.php
href="http://www.3dacc.net/forums/search.php
href="http://www.3dacc.net/forums/sendmessage.php
href="http://www.3dacc.net/forums/showpost.php
href="http://www.3dacc.net/forums/showthread.php
href="http://www.3dacc.net/forums/subscription.php
href="http://www.3dacc.net/forums/usercp.php
new Array('http://www.3dacc.net/forums/images/
src="http://www.3dacc.net/forums/clear.gif
src="http://www.3dacc.net/forums/clientscript/
src="http://www.3dacc.net/forums/image.php
src="http://www.3dacc.net/forums/images/
url(http://www.3dacc.net/forums/images/
var IMGDIR_MISC = "http://www.3dacc.net/forums/images/
http://www.3dacc.net/gallery/index.php
optrex
02-16-2006, 11:13 PM
@optrex: check the PhotoPlog relative and absolute link settings. There is a src="images/ bit that may need to be edited for your skin, or you may need to add a new line to each of the relative and absolute link settings to account for the skin.
Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
Thanks, that has worked for 99% of the images - I was using href instead of src to "map them".
The one I am having problems with is the down triangle on seach and quick links.
I have a number of images within the same folder as the triangles and they show up ok (eg the folders next to 'reply to thread') but the triangle does not show up.
I have tried "mapping" the folder. subfolders and whole path to include filename, but it still prefixes with photoplog in the path
yannisc
02-16-2006, 11:20 PM
I had similar problem with not loading the css. There are two solutions: Either make it internal (from the vbulletin options) or add the following in the photoplog options:
at the relative links add as a last line: href="clientscript/vbulletin_css/
and also add as a last line at the absolute links: href="http://www.nameofyourforum.com/forumdirectory/clientscript/vbulletin_css/
calorie
02-16-2006, 11:25 PM
Yep yannisc, you got it. :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.