Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Photopost Latest uploads in user profile Details »»
Photopost Latest uploads in user profile
Version: 1.00, by Delphiprogrammi Delphiprogrammi is offline
Developer Last Online: Aug 2015 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-31-2006 Last Update: 03-31-2006 Installs: 51
Uses Plugins Template Edits
 
No support by the author.

hi, People,

this plugin will display the latest upload user "x" did in user "x" profile page eg member.php?u=1 (admin) installation is very easy
  • download the plugin
  • edit the plugin to match your setup (path to PhotoPost and possible login & passwords if you use seperated databases)
  • import the plugin in vbulletin
  • template modification

template "MEMBERINFO" wherever you want it to appaer for example i have i right under my signature find

HTML Code:
<!-- / signature row -->
<br />
</if>
add below
HTML Code:
<!--PhotoPost -->
<if condition="$profileimagebits">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
    <td class="tcat" colspan="$columns">$userinfo[username]'s Latest Gallery Submissions</td>
</tr>
<tr>$profileimagebits</tr>
</table>
<br />
</if>
<!-- PhotoPost end -->
done

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 10-01-2006, 03:46 PM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LICryptkeeper
I tried installing it on 3.6.1, installing the plugin breaks member.php I really need this!
mine is working fine with vb 3.6.1 carefully read the comments above the code.You only need to uncomment that if you have a seperated MySQL database for photopost.Also make sure your permissions on the photopost files are correct
Reply With Quote
  #73  
Old 12-18-2006, 04:59 AM
tomotron tomotron is offline
 
Join Date: Nov 2005
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i installed this plugin and it seems to be working fine as far as showing that a user has uploaded photos.. but the thumbnails are just the overlay without the image.

any suggestions?

NEVERMIND, FORGOT THE TRAILING SLASH ON MY DATA DIRECTORY
Reply With Quote
  #74  
Old 12-29-2006, 12:21 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesnt Work on 3.6.4
I got this error:
Code:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /includes/functions_gallery.php on line 419

Warning: Invalid argument supplied for foreach() in /includes/functions_gallery.php on line 419

Warning: Division by zero in /includes/functions_gallery.php on line 1126
Any Suggestion?
Reply With Quote
  #75  
Old 12-29-2006, 04:00 AM
Gholsie Gholsie is offline
 
Join Date: Nov 2001
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi guys,

Is there a way I can also add a link in this block? I want one that says "Or, view XXXX's entire gallery" by clicking HERE. Or similar...
Reply With Quote
  #76  
Old 12-31-2006, 07:45 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IrPr View Post
Doesnt Work on 3.6.4
I got this error:
Code:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /includes/functions_gallery.php on line 419

Warning: Invalid argument supplied for foreach() in /includes/functions_gallery.php on line 419

Warning: Division by zero in /includes/functions_gallery.php on line 1126
Any Suggestion?
BUMP
Please Help me Delphiprogrammi
Reply With Quote
  #77  
Old 12-31-2006, 09:49 AM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IrPr View Post
BUMP
Please Help me Delphiprogrammi
Nope doesn't work on 3.6.4 no longer i just tryed it why it is not working well no idea i have other things todo today
Reply With Quote
  #78  
Old 12-31-2006, 10:09 AM
Cocko Cocko is offline
 
Join Date: Oct 2006
Location: Germany
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Delphiprogrammi View Post
Nope doesn't work on 3.6.4 no longer i just tryed it why it is not working well no idea i have other things todo today
thats a great pity, really.
Reply With Quote
  #79  
Old 12-31-2006, 10:24 AM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cocko View Post
thats a great pity, really.
actually i got this plugin working...
  • download the plugin XML and open it
  • set $ppath variable to your photopost installation (NO TRAILING SLASH AT THE END)
  • save it
  • admincp => product system => down / upload plugins and import the plugin XML
  • edit the MEMBERINFO template

all done working fine.If not make sure you have Photopost PHP pro not vbgallerry
Reply With Quote
  #80  
Old 12-31-2006, 11:38 AM
Magz's Avatar
Magz Magz is offline
 
Join Date: Nov 2006
Location: UK
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 3.6.4 with no issues here.

It does as it says on the Tin.

Nice mod

regards
Reply With Quote
  #81  
Old 12-31-2006, 12:19 PM
Cocko Cocko is offline
 
Join Date: Oct 2006
Location: Germany
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Delphiprogrammi View Post
actually i got this plugin working...
  • download the plugin XML and open it
  • set $ppath variable to your photopost installation (NO TRAILING SLASH AT THE END)
  • save it
  • admincp => product system => down / upload plugins and import the plugin XML
  • edit the MEMBERINFO template

all done working fine.If not make sure you have Photopost PHP pro not vbgallerry

thanx for advice.
will give it a new try next days.
(pp pro running)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:30 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04708 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete