vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   PP Photo Count in Postbit (https://vborg.vbsupport.ru/showthread.php?t=114190)

trackpads 04-26-2006 10:00 PM

PP Photo Count in Postbit
 
This is an Addon for Photospost and VB 3.5.4 that will show the total number of photos a user has uploaded to your Photopost Gallery. For the other PP Products please see my profile. I apologize for any errors in advance, I am new at this :)

Special thanks to everyone in the coders forum as well as Zachery, Hambil, Geoligist, Developer and tn3yguy! And of course Photopost!

This hack is based on the Referers in Postbit Hack by Developer.

For support please click install!



Notes before you install!!

1. This hack will add on query per postbit on your showthread pages. On my site it is unnoticeable but if you experience a load problem then try disabling it. I am working on a second version but it will require actually hacking PP code and this is the easier version.

2. I have 2 versions of the XML, for those that have their pp in the same database as VB and for folks that dont. This is unnavoidable since PP users seem to have dramatically different databases. I personally have my VB and PP installs in the same dbase so I have not tested the XML for seperate dbases. Please let me know if it doesnt work or if there is a better way.

3. [PP/VB in Same Dbase] - Once you download the XML file (PP Pics In Postbit.xml) you will need to open it in a Text Editor and edit the phrase 'pptablename' to the name of your PP Photos table. If you are using the default install then it should be 'photos' or 'pp_photos' if you chose a prefix. Do not edit this with an editor like Write or Word, use plain old notepad. Then save it and install below.

4. [PP/VB in different Dbase] -If you are using a seperate database for VB and PP then edit the XML file (PP Pics In Postbit-sep dbase.xml) and replace 'databasename' with the name of the Database that PP is installed in, then do the edit in #3 for the table name.

5. Go to your Admin cp > Plugin System > Download/Upload Plugin. Then upload the plugin.

6. Go to your Admin cp > Styles and Templates > Postbit Templates and add the following:

For Postbit

Find:

Code:


<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

Add After:


Code:


<if condition="$show['profile']">
    <div class="smallfont">My Photos: $trackpadspppbit</div>
</if>


For Postbit Legacy

Find:

Code:


<div>
$vbphrase[posts]: $post[posts]
</div>

Add After:


Code:


<if condition="$show['profile']">
    <div class="smallfont">My Photos: $trackpadspppbit</div>
</if>

And that is it! Please click install!

trackpads 04-27-2006 09:06 AM

Reserved

Snake 04-27-2006 12:04 PM

You the man! :D

HC. 04-27-2006 12:05 PM

Thanks been waiting for this for 3.5

b6gm6n 04-27-2006 05:49 PM

Very neet my man!

-b6

trackpads 04-27-2006 06:31 PM

Thanks! Please click install!

Quarterbore 04-27-2006 06:51 PM

I am not so concerned about this in my post view but I assume this can be done in a person's profile, right? I have to look at the code and see if I can cut this down to just that part...

Also, I assume this is for the PhotoPost PHP Pro program, right?

Last time I tried to install Photopost hacks it was for the Gallery program and not the Pro :confused:

trackpads 04-27-2006 08:07 PM

It can but I think there is already a hack for that, search for Photopost here on the forums and I think you will find it. If not let me know and I will make one.

-Jason

b6gm6n 04-27-2006 08:33 PM

Have not installed for myself! - but it's a great mod!

-b6

trackpads 04-27-2006 10:19 PM

Np, thanks!


All times are GMT. The time now is 02:11 AM.

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

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

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

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