![]() |
I have a suggestion.
Many members asked me (for the former gallery I used) how to add a picture to the gallery. So I made a short explanation above the gallery. To add this Find: Code:
<option value="desc"<if condition="$sortorder == 'desc'"> selected="selected"</if>>$vbphrase[rr_pic_gallery_desc]</option> Code:
<br /> http://www.hiphop-battles.com/forum/picgallery.php One more Request: Can you pleace add your script to the "who is online" Location plz So that it does not show the url but instead "Picture Gallery" or something |
@ SuperFly -- Okay, then blow away the gallery mod and fix the other one for making smilies. :D
I can assure you this is working, and as it isn't using any file edits or plugins, it isn't stepping on anything. Other than a vB setting for display row/column, phrases and new templates -- it isn't touching anything else in the system. |
@ StarBuG -- VERY nice. Thanks!
|
Quote:
for anyone who wants to know: In the Plugin Manager: #1 click on [Add New Plugin] #2 Hook Location = online_location_process #3 Title = Profile Picture Who is Online Location #4 Plugin php code: Code:
if($filename=='picgallery.php'){$userinfo['activity'] = 'Picture Gallery';} #6 click on [Add New Plugin] #7 Hook Location = online_location_unknown #8 Title = Profile Picture Who is Online Unknown Location #9 Plugin php code: Code:
if($userinfo['activity'] == "Picture Gallery") { Hope this helps |
Another nice one. :)
I am using Andreas' WhoseOnline addition found here: https://vborg.vbsupport.ru/showthrea...threadid=83247 Much easier way of adding in all of the custom files if you have more than one. |
Quote:
I think most users would appreciate this ;) |
works like a charm...
|
This is *awesome*!
Works great, but not yet making it live until the ability to view a specified thumbnail size is created as we don't use the default size we allow slightly larger picture sizes for our members. Even at 2 pics per column it scrolls to the right. Look forward to seeing a fix for this! |
Fixed?
Thumbnailing isn't a feature of this hack. It is designed to work with the vB default profile pic feature using the limits set up in the AdminCP. If you allow those pics to be ginormous, then you may want to add a thumbnailing routine to it? That, or you can limit the view to 175x175 px in the templates so that all pics show up that size (noting that it will skew smaller pics that wouldn't have been thumbnailed anyway). |
Quote:
I'm only starting to learn php and wouldn't know how to do that sort of thing yet. |
All times are GMT. The time now is 05:19 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|