vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Social Group and Album Enhancements - All Albums (https://vborg.vbsupport.ru/showthread.php?t=172215)

Marvin Hlavac 05-03-2008 12:13 AM

One question, if I may. I don't use the default vBulletin style, but rather I use vBSEO Style, which comes with light green navbar. All the text in that navbar is black - but the All Albums font is white.

* Is there a way for me to change the font to black color;

* or, alternatively, if color change would be difficult, how could I turn off the All Albums text in the navbar? (I could then insert my own text there, or anywhere else.)

Marvin Hlavac 05-03-2008 12:47 AM

I'm not sure if my approach was the correct one, but I managed to change the font color the following way:

Code:

$template_hook["navbar_buttons_left"] .= '<td class="vbmenu_control"><a href="all_albums.php' . $session[sessionurl_q] . '"><font color="black">All Albums</font></a></td>';

justchil 05-03-2008 01:04 AM

Quote:

Originally Posted by SavvyPirates (Post 1506173)
This is great! Thanks.

I agree that we need the ability to edit the navbar link. I use vBadvanced and it is not in the same folder as my forum so the link on the navbar won't work on that page.

I managed to get it to work by editing the XML product file to make that link my fully qualified URL to the all album page and re-importing the product and it's all good now.

Other than that, it was a cinch to install and get working!

Ditto!

For those who also need this and need help:

product-abe1_all_albums.xml


find:

<phpcode><![CDATA[$template_hook["navbar_buttons_left"] .= '<td class="vbmenu_control"><a href="all_albums.php' . $session[sessionurl_q] . '">All Albums</a></td>';]]></phpcode>

replace: (don't forget to update the domain/link to suit your needs)

<phpcode><![CDATA[$template_hook["navbar_buttons_left"] .= '<td class="vbmenu_control"><a href="http://www.yourdomain.com/forums/all_albums.php' . $session[sessionurl_q] . '">Gallery</a></td>';]]></phpcode>

You can also change the "All Albums" using this method. If you've already installed don't forget to "allow overwrite" when you import it again. I agree a phrase would be better :D

Cheers!:up:

alluidh 05-03-2008 09:10 AM

Thank you

jazde86 05-03-2008 10:22 AM

Why you didn't youse a phrase at the navbar entry? Please fix this in next version. Thanks.

ayaam 05-03-2008 05:12 PM

Quote:

Originally Posted by jazde86 (Post 1506661)
Why you didn't youse a phrase at the navbar entry? Please fix this in next version. Thanks.

yes , please

let's us to traslate it to arabic or to other lang :)

http://ayaam.com/vb

storpappa 05-03-2008 07:50 PM

1) upload the 'upload via ftp' folder
does not exist in the download which was located in the insructions - the first T is silent :) (funny way of saying typo)

jazde86 05-03-2008 08:14 PM

It's in every Add-on from him. ;)

Happy Birthday Abe1. :D

thepub 05-03-2008 08:55 PM

I installed and see nothing in my navbar :confused:

abulean 05-04-2008 03:39 AM

Very nice

Abe1 05-04-2008 01:44 PM

Quote:

Originally Posted by jazde86 (Post 1507254)

Happy Birthday Abe1. :D

Thanks :)

DawnsWebDesigns 05-05-2008 12:58 AM

You can also go to plugin manager & click on All Albums & change all albums to gallery.

Thanks for this wonderful mod.

DarkFaCe 05-05-2008 02:06 PM

thanks Installed

Fox Mc Cloud 05-06-2008 12:09 AM

Possibility to add link to the quick links instead of navbar would be nice :D

Abe1 05-06-2008 02:14 AM

Version 2.3 (05/05/08):
  • Changed definition of THIS_SCRIPT to all_albums
  • Link in navbar is now phrase along with a template.
  • all_albums phrase switched to global phrase
  • Added all albums link to navbits when on an album page.
  • Added who's online location.
  • Added sort
  • New option: Default Sortfield
  • New option: Default Sortorder
  • Added link to quick links.
  • New option: Show Navbar Link
  • New Option: Show Quick-Links Link
  • New Option: Show Link in Navbits of Albums

justchil 05-06-2008 02:31 AM

Outstanding work Abe1! *updates*

furst 05-06-2008 02:37 AM

Nice update, thanks.

jazde86 05-06-2008 06:28 AM

:) Wonderful update, thank you. :up:

meolangthang 05-06-2008 06:36 AM

Thank you

VB-STYLE 05-06-2008 06:43 AM

Thank you so much

Can you add new option to show in the top or down of all album page the
most 4 or 5 albums viewes?

storpappa 05-06-2008 07:19 AM

update installed - thanks. BTW - in the Insturctions (you sneaked that one in not in the updated fixes ), you removed WHERE to put the .php file. Keep that in, it will save a lot of common questions

texterted 05-06-2008 07:52 AM

Installed great! Many thanks for the update, keep up the good work :)

Marvin Hlavac 05-06-2008 09:51 AM

I just received email notification about the availability of the new version. I installed it - Thanks - keep up the good work!

tilt2k 05-06-2008 09:58 AM

Good update. Can you also add more sort options? Like album id

madmax1228 05-06-2008 10:04 AM

+100000 Thanks!

Abe1 05-06-2008 10:19 AM

Quote:

Originally Posted by tilt2k (Post 1510234)
Good update. Can you also add more sort options? Like album id

No. The id does not get shown in the list. If i had the creation date, then i can sort by that. creation date and id would be the same sort.

Kinneas 05-06-2008 10:51 AM

Thanks for the update. Very good mod :)

storpappa 05-06-2008 12:03 PM

Anyone plugged this into the home page on vBAdvanced yet? Its great on the forums, but would be great to see on the home home page :)

bryanb 05-06-2008 02:16 PM

Great update! Thanks!

Quick question (hopefully not a stupid one) - I can't get this to turn off for banned members. I have banned members' Albums still visible. I've checked the banned member's user group, and everything is turned off. Any way to do this?

Dory-Art 05-06-2008 07:57 PM

thanks :)

Abe1 05-07-2008 01:04 AM

Quote:

Originally Posted by bryanb (Post 1510491)
Great update! Thanks!

Quick question (hopefully not a stupid one) - I can't get this to turn off for banned members. I have banned members' Albums still visible. I've checked the banned member's user group, and everything is turned off. Any way to do this?

I'm not sure. It uses vb to check the permission if the user viewing the all album page can view that album or not. You may be able to see it but your regular members cannot.

Traxdata 05-07-2008 09:02 AM

Great work!

btw, "Description" for this product is missed in ACP -> Installed Products.

aggiefan 05-08-2008 02:16 AM

outstanding mod.... the only thing its missing that i would like to see added (which im sure has been requested) is a search engine or somehow get the vbulletin search engine to work with it.

BoredOutOfMyMin 05-08-2008 03:28 AM

Quote:

Originally Posted by cookiepants (Post 1501223)
This is what I see when I'm logged in as an Admin:

This happens if you are on http://www.yousite.com/forums and you link to instead to http://yousite.com/forums

- server level redirects fix this.:D

I love the pink skin!

bryanb 05-08-2008 08:07 AM

Quote:

Originally Posted by Abe1 (Post 1511134)
I'm not sure. It uses vb to check the permission if the user viewing the all album page can view that album or not. You may be able to see it but your regular members cannot.

Still having the problem. A banned member's albums are visible in "All Albums" whether it's me viewing them, unregistered or registered users. They are still there.

In the User Group manager, everything is shut off for banned members. I tried editing the individual's user profile. But there was nothing pertaining to Albums. :confused:

Shouldn't there be a function that turns off Albums for banned/suspended members? If there is, I can't seem to find it.

If anyone has any ideas - I'd like to hear them.

Leo Brazil 05-08-2008 11:30 AM

I don't know if this was already mentioned here but I have to edit the XML file to traslate the word "All Albuns" for translation.
I mean, even translating all Vb Phrases "All Albuns" on Navibar was still in English. I realised that this function was not Vb phrased on this file.

Marked as installed and working great.

MichiBeck 05-08-2008 11:42 AM

Great mod, installed!

Is it possible to limit the displayed length of the album description?

droid101 05-08-2008 12:06 PM

CMPS Portal Navbar link doesn't work, even when adding all_albums.php to the navbar replacement list in the vbAdvanced settings.

Am I missing something?

ayaam 05-08-2008 01:54 PM

thanks , updating ...

Fred. 05-09-2008 02:46 PM

How can i make all albums visible for guests?

I have set Usergroup manager --> Unregistered / Not Logged In --> User Album Permissions --> Can View Albums Users without this permission will still be able to see picture in public and profile album if they know the exact URL.

To YES

And wen i try to view the albums as guest i get the login screen... :confused:


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