vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - New Latest Album Pictures - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=228618)

Easific 01-24-2010 11:00 AM

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

Easific 01-29-2010 06:37 PM

Quote:

Originally Posted by PinoyRepublic (Post 1957066)
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.

Preserved-steam 01-31-2010 07:02 AM

HI,

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

Thanks

Easific 01-31-2010 09:24 AM

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?

buddyheiko 01-31-2010 06:32 PM


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 (Post 1957066)
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.


TimberFloorAu 01-31-2010 06:59 PM

@ buddy

see https://vborg.vbsupport.ru/showthrea...25#post1962025

Poppet 02-01-2010 01:17 PM

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

ComoEstaEso-com 02-01-2010 01:58 PM

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! :D

Tripolis 02-02-2010 01:22 PM

No Guest see the Pictures.
Who can i change this?

SonicGT 02-06-2010 04:10 AM

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

https://vborg.vbsupport.ru/external/2011/02/43.jpg


All times are GMT. The time now is 01:19 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.02248 seconds
  • Memory Usage 1,781KB
  • 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
  • (5)bbcode_code_printable
  • (10)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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