Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
New Latest Album Pictures - Forum Home Details »»
New Latest Album Pictures - Forum Home
Version: 1.00, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.0 Beta 3 Rating:
Released: 11-21-2009 Last Update: Never Installs: 799
DB Changes Uses Plugins Template Edits Auto-Templates
Re-useable Code Translations  
No support by the author.

NEW Latest Album Pictures - Forum Home

It shows the pictures added to the albums on the main page. It shows only the public mentioned files. If not shows the reasons are: vbulletin settings show albums must be enabled.

The user grup that owns the pictures must be enabled show picture setting. Or there is no picture to show.

Additionally you can slect the number of pictures that can be shown.

Hope it works for you as I like it very much.

install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-newalbum.xml' from your computer then press 'Import'

Modifications Info

Plugin : 2
Phrases : 9
Template : 2
Setting : 3
Query : 1 Query

Latest Posts Setting

Go to your admin cp, then:
vBulletin Options -> New Album Picture ->

Versions:
v1.0 -First release

Download Now

File Type: xml product-newalbum.xml (5.6 KB, 4356 views)

Screenshots

File Type: jpg vB4 Forums_1258911725166.jpg (59.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
alhidaya, Toorak Times

Comments
  #132  
Old 01-24-2010, 11:00 AM
Easific Easific is offline
 
Join Date: Sep 2009
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dont kill the green man!! I invoke the environmental protection act!

Go to your images directory and change the image..
Replace this image: www.xyz.com/forum/images/misc/users_online.png
with the image of a camera
Reply With Quote
  #133  
Old 01-29-2010, 06:37 PM
Easific Easific is offline
 
Join Date: Sep 2009
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PinoyRepublic View Post
i manage to move it on different location (any location you prefer). Here's how:

1. Goto to plugin manager then search for "New Album Picture Forum Home" there are two result select the one under "forumhome_start" hook.

2. Scroll down thru the php code and find this line
PHP Code:
$template_hook['forumhome_wgo_pos1'] .= $templater->render(); 
then replace it with this
PHP Code:
//$template_hook['forumhome_wgo_pos1'] .= $templater->render();
$ad_location['ad_navbar_below'] .= $templater->render(); 
then save it.
Hey, can you guide me how to move this to the header. I want to move this to the right of the logo. I thought maybe "ad_global_header" should work as a template hook. Is there any hook specified in the header. Obviously I am missing a lot of things here.
Reply With Quote
  #134  
Old 01-31-2010, 07:02 AM
Preserved-steam Preserved-steam is offline
 
Join Date: Apr 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HI,

Does anyone know how to get this plug-in to work so, non members can view the latest images aswell?

Thanks
Reply With Quote
  #135  
Old 01-31-2010, 09:24 AM
Easific Easific is offline
 
Join Date: Sep 2009
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I followed this tutorial here and created a hooks_custom.xml file
https://vborg.vbsupport.ru/showthrea...t=create+hooks
Code:
  <?xml version="1.0" encoding="ISO-8859-1" ?> 
- <hooks>
- <hooktype type="My Custom Hooks">
  <hook>cushook_header_latest_album</hook> 
  </hooktype>
  </hooks>
Edited my header to include
Code:
<div id="header_album">{vb:raw template_hook.cushook_header_latest_album}</div>
Put this line in the plugin
PHP Code:
$template_hook['cushook_header_latest_album'] .= $templater->render(); 
And still nothing shows up, what am I missing?
Reply With Quote
  #136  
Old 01-31-2010, 06:32 PM
buddyheiko buddyheiko is offline
 
Join Date: Apr 2008
Location: Germany, 70771 Leinfelden
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default


Hello,

I did all that ( from #106 ) and I got my photos on top of my vb4.0.1 .

But I have a problem with this :
<div class="mystyle">
{vb:raw ad_location.ad_navbar_below}
</div>

What do you mean with "mystyle" ?


Heiko


Quote:
Originally Posted by PinoyRepublic View Post
i manage to move it on different location (any location you prefer). Here's how:

1. Goto to plugin manager then search for "New Album Picture Forum Home" there are two result select the one under "forumhome_start" hook.

2. Scroll down thru the php code and find this line
PHP Code:
$template_hook['forumhome_wgo_pos1'] .= $templater->render(); 
then replace it with this
PHP Code:
//$template_hook['forumhome_wgo_pos1'] .= $templater->render();
$ad_location['ad_navbar_below'] .= $templater->render(); 
then save it.

The above code means that instead of showing the album under whats going on it will now be shown under the position of the advertisement position below the navigation bar.

Note #1: If you have ads in that location then it will be replaced by this mod.
Note #2: The album will show without a design it means no title bar, no border, etc. So you may want to edit your template.

To edit goto to Style Manager then edit your template. Goto Navigation / Breadcrumbs template > navbar. Search for
Code:
{vb:raw ad_location.ad_navbar_below}
then replace with this format:
Code:
START HTML CODE
{vb:raw ad_location.ad_navbar_below}
END HTML CODE
EXAMPLE:
Code:
<div class="mystyle">
{vb:raw ad_location.ad_navbar_below}
</div>
I'm not a vb coder. I just wanted to help so please be gentle. You are free to try but i will not be responsible whatever happen to your site.

Here's the sample www.pinoyrepublic.org i placed mine under the shoutbox.
Reply With Quote
  #137  
Old 01-31-2010, 06:59 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ buddy

see https://vborg.vbsupport.ru/showthrea...25#post1962025
Reply With Quote
  #138  
Old 02-01-2010, 01:17 PM
Poppet Poppet is offline
 
Join Date: Jan 2007
Location: Southport, UK
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any news on the styling issues?

I've managed to move the album pics to the top but it looks rather "bare" for want of a better word To be able to add styling to match the rest of the forum would be brilliant

See here

Oh flip you can't see them if not logged in so I've set up a test account, username test password testtest
Reply With Quote
  #139  
Old 02-01-2010, 01:58 PM
ComoEstaEso-com ComoEstaEso-com is offline
 
Join Date: Jul 2009
Location: Puerto Rico
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a very nice mod!

I will either wait for the update, or for the YBMF re-code.
YBMF, I love your mods man!
Reply With Quote
  #140  
Old 02-02-2010, 01:22 PM
Tripolis Tripolis is offline
 
Join Date: Feb 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No Guest see the Pictures.
Who can i change this?
Reply With Quote
  #141  
Old 02-06-2010, 04:10 AM
SonicGT's Avatar
SonicGT SonicGT is offline
 
Join Date: May 2006
Location: Chicago Burbs
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok so I've been wanting this above my forum as alot of people and seeing the one post that told how to do it got me wanting it more, but I have an ad and don't want to replace it. So here is what I did to get it up on the top of the forum, and can be collapsed. this does take a decent amount of editing to do, and use these steps at your own risk, and I hope im not imposing too much by sharing these changes to get the result I was looking for

Go to products and edit the New Album Picture Forum Home product
replace

PHP Code:
$template_hook['forumhome_wgo_pos1'] .= $templater->render(); 
with

PHP Code:
$newpics2 $templater->render();
vB_Template::preRegister('navbar', array('resimler' => $newpics2)); 
Then replace the entire newalbum_picture template with this

PHP Code:
<td align="center">
    <
class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&amp;attachmentid={vb:raw lpicture.attachmentid}"><img  src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&amp;thumb=1&amp;d=1258906442" alt="Image uploaded by: {vb:raw lpicture.username}" border="0" /></a>
<
br />
<
a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.username}</a
<
br />
{
vb:raw lpicture.title}
</
td
And replace the entire newalbum_print template with this

PHP Code:
<div class="floatcontainer forumbit_nopost">
    <
div class="forumhead foruminfo collapse">
               <
div class="cat_ls"></div>
               <
h3>
            {
vb:raw resimlery}
                   <
class="collapse" id="collapse_album_content" href="#top">
                    <
img src="buttons/collapse_40b.png">
            </
a>
               </
h3>
               <
div class="cat_rs"></div>
       </
div>
    <
div id="album_content" class="childforum forumbit_post">
        <
div class="forumrow table" style="padding-right:0px">
            <
table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
                <
tr>
                    {
vb:raw resimler}
                </
tr>
            </
table>

        </
div>
    </
div>
</
div
And Finally edit your navbar template and add this as the last line

PHP Code:
{vb:raw resimler
Here is my result using the above steps

Reply With Quote
Reply

Thread Tools

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 05:19 AM.


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.08273 seconds
  • Memory Usage 2,375KB
  • Queries Executed 26 (?)
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
  • (5)bbcode_code
  • (10)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete