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
Who's Online for PhotoPost vBGallery Details »»
Who's Online for PhotoPost vBGallery
Version: 1.0.2, by vinzphua vinzphua is offline
Developer Last Online: Jul 2020 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 11-17-2005 Last Update: 11-25-2005 Installs: 74
Uses Plugins
Is in Beta Stage  
No support by the author.

If you are upgrading from a previous version, un-install the product first, then re-install the new version. (Yes, even from ver 1.0.0 to ver 1.0.1)

Do not use this product with...
WOL is built into PhotoPost vbGallery from versions 1.0.3 and 2.0.x onwards. Do not use this product with those versions of vbGallery.


Description:
This is a small product that shows locations of users in your PhotoPost vBGallery instead of "Unknown Location" in vB's Who's Online page. I did not add links to the locations.

I had wanted to add links to some of the locations, but it looks complicated (getting the necessary data from the database and working out who should and should not see the links and activity details like image title, id, etc based on user and category permissions). It will take a lot more effort then I'm willing to, or can invest at the moment... so, I will not be adding that in the near future.

Oblivion Knight modified version 1.0.2 of this plugin to add links to the gallery index page. He posted the plugin in post #45.

Locations:
Browsing Image Gallery
Editing Gallery Image
Emailing Gallery Image
Managing Gallery Categories
Moderating Gallery Posts
Moderating Gallery Uploads
Posting Gallery Reply
Printing Gallery Image
Searching Gallery
Sending Gallery Ecard
Uploading To Gallery
Viewing Gallery
Viewing Gallery Image
Viewing Gallery Index
Viewing Gallery Slideshow
Viewing Linked Gallery Image

Credits:
Noppid for this WOL How-To.

Tested on:
vBulletin 3.5.1 and PhotoPost vBGallery (vbAdvanced Gallery) 1.01
vBulletin 3.5.4 and PhotoPost vBGallery 1.02

Effort to install:
1. Download the XML.
2. Import the product at the AdminCP->Plugin System->Manage Products.
(See the vBulletin manual on how to install products.)

What is installed:
- 3 Plugins
- 16 Phrases
(All names of the above are prefixed with "vp_")

Support:
Unfortunately I have to withdraw active support for this mod as I have simply do not have enough time on my hands nowadays.

Notes:
- If you have many plugins installed at the "online_location_unknown", it may interfere with this product. Most likely it's because the other hooks sets a variable that indicates the locations have been successfully processed. I have an "if" statement to catch that to prevent unnecessary processing. All you need to do to fix it is edit the "Process vBaGallery WOL Locations" plugin at that hook and remove:
Code:
if (!$handled)
{
and "}" in the last line of the plugin.

Change Log:
Ver 1.0.1 (Beta) - 19 Nov 2005
- Added missing phrases.
Ver 1.0.2 (Beta) - 26 Nov 2005
- Removed an extra line of code.

Show Your Support

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

Comments
  #12  
Old 11-18-2005, 02:32 PM
vinzphua vinzphua is offline
 
Join Date: Feb 2005
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated and uploaded. Apologies for the inconvenience.

Screen shot added.

Also note I have decided not to add links to the locations, which I earlier had said I would do.
Reply With Quote
  #13  
Old 11-18-2005, 07:45 PM
Snoop-It's Avatar
Snoop-It Snoop-It is offline
 
Join Date: Jun 2005
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much, been looking all over vbadvanced forum for something like this

Cheers!
Reply With Quote
  #14  
Old 11-19-2005, 09:56 AM
tidy_boy tidy_boy is offline
 
Join Date: Jun 2005
Location: England
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this. Just need the one for my links section :banana:
Reply With Quote
  #15  
Old 11-20-2005, 01:06 PM
vinzphua vinzphua is offline
 
Join Date: Feb 2005
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not using links, but if someone can send me a list of php files in the root of the link folder I can probably do up the plugin. But just locations, no links to their actual location.
Reply With Quote
  #16  
Old 11-20-2005, 02:29 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow thank you sooooooooooo much!!!!
You rock!!
I badly needed this!!
Thanks thanks thanks!!!!
Reply With Quote
  #17  
Old 11-25-2005, 02:04 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hate to say that, as I know how difficult it is for the coder to figure out but it doesn't work Still shows like "unknown location"...
Reply With Quote
  #18  
Old 11-25-2005, 07:08 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is cool ... the only problem I'm getting is with showimage.php and browseimage.php. They're not specific enough.

If you click on the link it brings up a "no image/category selected." error

However, I'd rather have this than 'unknown location'
Reply With Quote
  #19  
Old 11-25-2005, 07:12 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michelle
I hate to say that, as I know how difficult it is for the coder to figure out but it doesn't work Still shows like "unknown location"...
Where is your gallery installed? Mine isn't in the default root/gallery folder so I had to edit line 3 of the xml file to read /interactive/gallery/ rather than just /gallery/
Reply With Quote
  #20  
Old 11-26-2005, 01:18 AM
vinzphua vinzphua is offline
 
Join Date: Feb 2005
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by moonclamp
Where is your gallery installed? Mine isn't in the default root/gallery folder so I had to edit line 3 of the xml file to read /interactive/gallery/ rather than just /gallery/
I've fixed it for Michelle. She has a lot of plugin's installed at the online_location_unknown hook and one of them messed with one of the statements in my plugin for preventing unecessary processing.

I will post and update around that in a while.
Reply With Quote
  #21  
Old 11-26-2005, 01:22 AM
vinzphua vinzphua is offline
 
Join Date: Feb 2005
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by moonclamp
This is cool ... the only problem I'm getting is with showimage.php and browseimage.php. They're not specific enough.

If you click on the link it brings up a "no image/category selected." error

However, I'd rather have this than 'unknown location'
That's odd because I didn't put in any links at all.
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 11:45 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.04699 seconds
  • Memory Usage 2,308KB
  • 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
  • (1)bbcode_code
  • (3)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