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)
-   -   VB Gallery Photo Counts in Postbit (https://vborg.vbsupport.ru/showthread.php?t=114195)

trackpads 04-29-2006 01:07 PM

No, just checked. Not sure why, I will look into it.

-Jason

trackpads 04-29-2006 01:09 PM

Quote:

Originally Posted by nonamer69
This is great. I've been needing this for a long time. Thanks trackpads for coming through with it.

Thanks! Please click install!

wii 04-30-2006 08:17 PM

Thanks

Quote:

Originally Posted by trackpads
No, just checked. Not sure why, I will look into it.

-Jason


Serenity 06-20-2006 07:38 PM

I have a slight mod to this to display an icon instead of words.

instead of using
Code:

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

use

Code:

<td class="alt2"><a href="http://www.mysitename.com/gallery/browseimages.php?do=member&imageuser=$post[userid]" rel="nofollow"><img name="camera" src="$stylevar[imgdir_misc]/camera.gif" width="30" height="25" border="0" alt="My Photos: $trackpadsvbgpbit"></a>
        </td>

replace the "mysitename.com/gallery" with the proper url

i also changed the area where it will display. check out http://www.thepiratesreef.com/forums/index.php to see it working

this will also display the number of photos when you hover over the icon. i included the image i'm using. :)

theChronic 07-03-2006 08:12 PM

Awesome hack! Just what I was looking for to do what I wanted.

Here is what code I put it, it displays a link to the users gallery if they have uploaded any images and links to the gallery and if not, it says they haven't uploaded any images.

Code:

<if condition="($show['profile']) AND ($trackpadsvbgpbit > 0)">
    <div class="smallfont"><a href="http://www.example.com/gallery/browseimages.php?do=member&imageuser=$post[userid]" title="$post[username]'s gallery">$post[musername] has pics! <img src="http://www.example.com/cimages/camera.gif" width="30" height="25" border="0"></a> </div>
<else />
<div class="smallfont">$post[musername] has no pics.</div>
</if>

Thanks for the camera icon!

Peace
John

theChronic 07-03-2006 08:13 PM

PS:
Quote:

3. [VBG/VB in Same Dbase] - Once you download the XML file (VBG Pics In Postbit.xml) you will need to open it in a Text Editor and edit the phrase 'vbgtablename' to the name of your PPVB Gallery table. If you are using the default install then it should be 'adv_gallery_images'. Do not edit this with an editor like Write or Word, use plain old notepad. Then save it and install below.
Correction: I am pretty sure I used all default installs and the name is: vb_adv_gallery_images

Hope that helps

trackpads 07-03-2006 10:25 PM

Thanks to everyone who constributes!!

theChronic 07-19-2006 09:57 AM

Is there a way to call this variable from the MEMBERINFO template (member profiles page)?

creativepart 07-21-2006 02:36 PM

I have the mod installed (but I put a camera.gif next to the number) it works fine in the Postbit of posts, but in PMs it shows the number of photos the person receiving the PM has in the PM Postbit with the sender's username and avatar.

However, even though it shows the PM receiver's photo quantity... the link takes you to the sender's gallery.

So, that also means it shows the number (and camera.gif) in the PM Postbit of senders that don't have a gallery as well as those that do.

Any ideas about this?

theChronic 08-08-2006 07:17 AM

Yea, it does mess up on that but I don't really care because the search engines don't see it soo...


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

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01021 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_quote_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