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)

TrailRecon 01-02-2010 12:41 AM

Quote:

Originally Posted by dcuellar (Post 1936934)
Here's what I did.

Replace contents of template newalbum_print with (same as before):
Code:

<div id="wgo_onlineusers" class="wgo_subblock">

                                <h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:raw resimlery}</h3>
                                <div>
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
{vb:raw resimler}
</tr>
</table>

                                </div>
                        </div>


Replace contents of template newalbum_picture with:
Code:

<td align="center" height="140px" style="background: url('images/misc/frontdrop.gif') no-repeat bottom; height:125px">       
                <a 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="269" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a>
<br />
{vb:raw lpicture.title}
</td>



And put the attached image within your 'root/images/misc' directory.

Awesome! thank you for that..looks great!

I added {vb:raw lpicture.title} as the alt. For some reason I could not get the caption rawphrase to operate for the alt. any ideas?

And for anybody that has their thumps set larger you can add height="70px" to the image anchor to force the size

Thanks once again guys! <clicks installed>

Preserved-steam 01-02-2010 10:37 PM

Quote:

Originally Posted by Doctor Death (Post 1940424)
Would really like to see the gray lines on the left and right be restored if at all possible.

Im having the same problem, but ive seen that other people are not having a problem so im not sure, does anyone have an idea why this is happening?

TrailRecon 01-03-2010 01:54 AM

Might want to take a look again at post 34 and 35 :D

kkKunan 01-03-2010 05:28 PM

Thanks!!:up:

movslow 01-03-2010 05:44 PM

Quote:

Originally Posted by movslow (Post 1944463)
Bump ?
:confused:

Nobody care?

garretbyrne 01-03-2010 06:12 PM

Quote:

Originally Posted by TrailRecon (Post 1944492)
Awesome! thank you for that..looks great!

I added {vb:raw lpicture.title} as the alt. For some reason I could not get the caption rawphrase to operate for the alt. any ideas?

And for anybody that has their thumps set larger you can add height="70px" to the image anchor to force the size

Thanks once again guys! <clicks installed>

Hi I was wondering where would I edit the settings?? Is it in the xml or some template but what is the template called..

Cheers Mate

TrailRecon 01-03-2010 08:13 PM

Quote:

Originally Posted by garretbyrne (Post 1946195)
Hi I was wondering where would I edit the settings?? Is it in the xml or some template but what is the template called..

Cheers Mate

well, for settings you would go to admincp>Settings>OPtions>Newalbum Picture

for template information, see the other previous posts. They listed the templates for different alterations.

+1 to the OP for uploading this. Thank you

garretbyrne 01-04-2010 10:31 PM

I don't know where the templates are located thats my issue..

Cheers

[EDIT] I've found the templates and made the change.. for others who might be lost the templates mentioned are location in New Posting Templates..

Cheers

abdulbasitsaeed 01-05-2010 04:05 AM

Installed and works fine. Hope that the author would be releasing a version with all the above mentioned fixes in it too. :)

Quote:

Originally Posted by BBR-APBT (Post 1926370)
Replace the templates with the following code.

Template newalbum_print
Code:

<div id="wgo_onlineusers" class="wgo_subblock">

                                <h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:raw resimlery}</h3>
                                <div>
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
{vb:raw resimler}
</tr>
</table>

                                </div>
                        </div>


Template newalbum_picture
Code:

<td align="center">       
                <a 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="269" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a>
<br />
{vb:raw lpicture.title}
</td>


P.S. This will also add the code for the album name and the user the photo belongs too.

Thank you very much for this fix. :)

movslow 01-06-2010 04:27 PM

Bump for updates.

compuminus 01-08-2010 11:04 PM

Yes, please update. This does not work in vB 4 Gold. An error in the formatting causes it to be placed on top of everything in the "What's Going On" box.

Also, it would be nice if the version for vB 4 had all of the functionality of your earlier release for vB 3.8. This includes being able to choose the location, such as the "navbar below", "forums below", etc. options from before.

It's a very useful and simple add-on . . . if it only worked . . .

Zaiaku 01-08-2010 11:15 PM

It does work on Gold. Too many people have it installed for it not too, including my self. I have 3 sites running vb4 gold pl1 and its working just fine.

compuminus 01-09-2010 12:11 AM

OK, it is running better than I thought, but there's still one incompatibility:

The container div that is added needs to have class="wgo_subblock" in addition to the existing id="wgo_onlineusers". Depending on your style settings, this missing class can cause the album photos block to look odd compared to the other content . . .

svoeric 01-09-2010 12:42 AM

would like to see an option to have it on CMS pages as well (maybe this would be a widget ?)

also, gotta have that option to move it to the top.
Thanks for the mod, works great!

microlight 01-09-2010 09:29 AM

I agree wholeheartedly I would like to see this as a widget for the CMS

COL NIL SATIS 01-09-2010 01:53 PM

installed but the bottom of the forum breaks up???

aberg 01-09-2010 07:41 PM

I don't see the thumbnails (only red cross) in vbulletin 4 gold

jandb 01-10-2010 08:40 PM

Would like this to be under the nav bar. Any idea when this will be updated?

COL NIL SATIS 01-10-2010 08:48 PM

Quote:

Originally Posted by compuminus (Post 1950791)
OK, it is running better than I thought, but there's still one incompatibility:

The container div that is added needs to have class="wgo_subblock" in addition to the existing id="wgo_onlineusers". Depending on your style settings, this missing class can cause the album photos block to look odd compared to the other content . . .

where would i add that??

gbechtel 01-10-2010 10:44 PM

Quote:

Originally Posted by compuminus (Post 1950791)
OK, it is running better than I thought, but there's still one incompatibility:

The container div that is added needs to have class="wgo_subblock" in addition to the existing id="wgo_onlineusers". Depending on your style settings, this missing class can cause the album photos block to look odd compared to the other content . . .


Agreed, for those that need this in template newalbum_print

Find:
HTML Code:

<div id="wgo_onlineusers">
Change to:
HTML Code:

<div id="wgo_onlineusers" class="wgo_subblock collapse">

radmoose 01-14-2010 04:32 AM

Quote:

Originally Posted by iadmirevb (Post 1928649)
The display of the names/descriptions,etc of the photos should be on a nice tooltip effect... you already the yui library... it?s more elegant ...

Yes, it would be better than having an ALT="269" tooltip.

Anyone tweak this mod to do show that info?

jacko_162 01-15-2010 12:39 PM

also an image resizer and linked with lightbox :)

jacko_162 01-15-2010 12:51 PM

Quote:

Originally Posted by radmoose (Post 1955145)
Yes, it would be better than having an ALT="269" tooltip.

Anyone tweak this mod to do show that info?

edit template: newalbum_picture

replace all with:
Code:

<td align="center">       
                <a 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.musername}" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a>
<br />
{vb:raw lpicture.title}
</td>

will give you a little more "tool tip" info.

radmoose 01-15-2010 04:16 PM

Awesome.. thanks jacko_162!

movslow 01-15-2010 04:57 PM

Quote:

Originally Posted by jandb (Post 1952276)
Would like this to be under the nav bar. Any idea when this will be updated?

We have asked this like 15 times, yet everyone ignores it?

I don't understand.

:confused:

PinoyRepublic 01-16-2010 02:24 AM

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.

Primal-IRL 01-16-2010 09:40 PM

Quote:

Originally Posted by jacko_162 (Post 1956441)
edit template: newalbum_picture

replace all with:
Code:

<td align="center">       
                <a 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.musername}" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a>
<br />
{vb:raw lpicture.title}
</td>

will give you a little more "tool tip" info.

Awesome thanks for that. I have one little problem on mine. I have used HTML markup for my usernames so the alt tag is getting all messed up with the span tag breaking it.

Does anyone have a way of printing the username in the alt tag without printing the rest of the markup?

Thanks

fer_75 01-16-2010 10:21 PM

Does this mod work in 4.0.1 ?

movslow 01-16-2010 10:54 PM

PinoyRepublic I really appreciate the reply, however I'm not sure about that.

I am REALLY trying to limit the amount of code I edit, b/c I spent the better part of yesterday recoding all the mods after the update.

This is just one more thing I'd have to sift through and remember.

Personally it should be a little more automated, or be coded w/in the mod.

Having the opportunity to move this mod to a different area such as footer/header is pretty much a standard by what I've seen that I'm surprised isn't offered here.

:confused:

sdavis2702 01-19-2010 08:29 PM

Great hack but I think it needs more flexibility. I will keep my eye on this one for future upgrades. I hope that this can eventually placed below the navbar in it's own div and have the username and album linked underneath. I see that there are ways to do it, and I did it, but I would like for it to be more automated as movslow stated. Again... I'll keep my eye on this one!

spider62 01-19-2010 11:37 PM

Hi,
Very great job, I would like to see the new album and album random along two lines,
how to do this?
thank you

movslow 01-20-2010 04:19 AM

Bump.

jandb 01-20-2010 08:24 PM

I wish the coder would let us know if he plans to update this and any time frame. That would help people kinda of know when they could really use this.

movslow 01-21-2010 04:12 AM

Quote:

Originally Posted by jandb (Post 1961625)
I wish the coder would let us know if he plans to update this and any time frame. That would help people kinda of know when they could really use this.

No kidding, and now I saw a cool extension for this....

Sucks.

TimberFloorAu 01-21-2010 04:14 AM

Thanks for the vote of confidence :)


What is the problem you guys are having ?

movslow 01-21-2010 04:17 AM

Quote:

Originally Posted by TimberFloorAu (Post 1961996)
Thanks for the vote of confidence :)


What is the problem you guys are having ?

lol.

Myself and about 37,000 others have posted for the past 652 pages we would like a way to put this below the navbar w/o 59 million template edits.

Ok maybe I was exaggerating a bit, but you get the idea, lol.

Ideas?

Thanks.
:up:

TimberFloorAu 01-21-2010 04:20 AM

Will have a look :)

movslow 01-21-2010 04:34 AM

Quote:

Originally Posted by TimberFloorAu (Post 1962001)
Will have a look :)

Much appreciated, thanks.
:up::up:

SonicGT 01-21-2010 04:36 AM

One thing I've also noticed is the way it is now after making the quick mods so it looks right on 4.0 final is with the sidebar it screws it up alot if you dont have enough width. Whenever the mod gets updated this is somethign to consider as well

TimberFloorAu 01-21-2010 05:26 AM

1 Attachment(s)
Ok looked at this for a while.

There are no hooks from what I see in the beginning of forumhome, they all apply to wgo ( whats going on )

So as https://vborg.vbsupport.ru/showpost....&postcount=106 stated, you need to cheat.

Essentially this is what I did.

Find: in product-newalbum.xml file
Code:

$template_hook['forumhome_wgo_pos2'] .= $templater->render();
Change to:
Code:

$ad_location['ad_navbar_below'] .= $templater->render();
Or use my rejigged product file :)

Enjoy.

Ste


All times are GMT. The time now is 01:03 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.01782 seconds
  • Memory Usage 1,849KB
  • 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
  • (11)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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