vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   PhotoPost vBGallery - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=96152)

loonytune15 01-06-2006 01:52 AM

cool worked great thanks. and installed ;)

Zachariah 01-09-2006 02:31 AM

Quote:

Originally Posted by Snitz
i've done it and it's below the forums
but how can I put it inside the "what's going on"
I'd really like that!

Should be an opton in the next update:

Edit plugin: Forumhome: Gallery Cache Templates


From:
Code:

if (THIS_SCRIPT == 'index'){
        $globaltemplates  = array_merge($globaltemplates, array('adv_gallery_imagebit','forumhome_vbgallery','forumhome_vbgallery_newestbits','forumhome_vbgallery_nav',));
}

To:
Code:

if (THIS_SCRIPT == 'index'){
        $globaltemplates  = array_merge($globaltemplates, array('adv_gallery_imagebit','forumhome_vbgallery','forumhome_vbgallery_newestbits','forumhome_vbgallery_nav','forumhome_vbgallery_who',));
}

Edit plugin: Forumhome: Gallery Main

Change:
Code:

$search_text = '$navbar';
$vbulletin->templatecache['FORUMHOME'] = str_replace($search_text,
$search_text.fetch_template('forumhome_vbgallery'),$vbulletin->templatecache['FORUMHOME']);

To:
Code:

$search_text = '<!-- end logged-in users -->';
$vbulletin->templatecache['FORUMHOME'] = str_replace($search_text,
$search_text.fetch_template('forumhome_vbgallery_who'),$vbulletin->templatecache['FORUMHOME']);

Make template: forumhome_vbgallery_who
Code:

<if condition="$gal_imagebits">
<tbody>
<tr>
<td class="thead" width="100%" colspan="6">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_gal')"><img id="collapseimg_forumhome_gal" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_gal].gif" alt="" border="0" /></a>
<div class="smallfont"><b><a href="$vba_options[gallery_url]">$vba_options[gallery_title]</a></b></div>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_gal" style="$vbcollapse[collapseobj_forumhome_gal]">
<tr>
<td rowspan="3" class="alt2" align="center"><img src="$stylevar[imgdir_misc]/gallery.gif" alt="" /></td>
<td valign="top" align="left" class="alt1">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%">
<if condition="$vboptions[vbgnavbar] == '1'">
<td class="alt2" style="padding-top: 0; padding-bottom: 0" colspan="$vboptions[vbglimit]">$gallerynav</td>
</if>
<tr>$gal_imagebits</tr>
</table>
</td>
</tr>
</tbody>
</if>

Upload image: $stylevar[imgdir_misc]/gallery.gif
- images/misc folder of each style

soulface 01-11-2006 10:32 AM

Don't know why.. but its not working on my forum (vb3.5.3 with photopost vbgallery 1.0.1). there is old hack for vBa Gallery which is still working even i updated to photopost vbgallery, but this hack not working :/

Zachariah 01-11-2006 12:59 PM

Quote:

Originally Posted by soulface
Don't know why.. but its not working on my forum (vb3.5.3 with photopost vbgallery 1.0.1). there is old hack for vBa Gallery which is still working even i updated to photopost vbgallery, but this hack not working :/

For now Try:

Hook Location : forumhome_complete
- Edit: Forumhome: Gallery Main

- Remove.

Code:

        if ($privatecatids = fetch_private_categories())
        {
                $privatecatids = explode(',', $privatecatids);
        }

        if ($vba_options['gallery_homeexcats'])
        {
            $vba_options['gallery_homeexcats'] = explode(',', $vba_options['gallery_homeexcats']);
            if(empty($privatecatids))
            {
                $privatecatids = $vba_options['gallery_homeexcats'];
            }
            else
            {
                $privatecatids = array_merge($privatecatids, $vba_options['gallery_homeexcats']);
            }
        }

        if (!empty($privatecatids))
        {
                $privcatids = 'images.catid NOT IN(' . implode(',', $privatecatids) . ') AND ';
        }


boske 01-12-2006 12:10 PM

For some reason guest's still cannot view the gallery.

I have followed all of the instructions on setting permission, I have set them thousands of times, I have even set the guests to have admin permission, but it still won't show up.

Anyone know what I'm doing wrong? (attached)

soulface 01-12-2006 01:16 PM

Quote:

Originally Posted by Zachariah
For now Try:

Hook Location : forumhome_complete
- Edit: Forumhome: Gallery Main

- Remove.

Code:

        if ($privatecatids = fetch_private_categories())
        {
                $privatecatids = explode(',', $privatecatids);
        }

        if ($vba_options['gallery_homeexcats'])
        {
            $vba_options['gallery_homeexcats'] = explode(',', $vba_options['gallery_homeexcats']);
            if(empty($privatecatids))
            {
                $privatecatids = $vba_options['gallery_homeexcats'];
            }
            else
            {
                $privatecatids = array_merge($privatecatids, $vba_options['gallery_homeexcats']);
            }
        }

        if (!empty($privatecatids))
        {
                $privcatids = 'images.catid NOT IN(' . implode(',', $privatecatids) . ') AND ';
        }


In Hook Location : forumhome_complete
- Edit: Forumhome: Gallery Main, i've found bellow code, not those above. but i removed bellow codes, still same. not working :S

Code:

if ($privatecatids = fetch_private_categories())
        {
                $privatecatids = explode(',', $privatecatids);
        }

        if ($vba_options['gallery_homeexcats'])
        {
                $vba_options['gallery_homeexcats'] = explode(',', $vba_options['gallery_homeexcats']);
                $privatecatids = iif(empty($privatecatids), $vba_options['gallery_homeexcats'], array_merge($privatecatids, $vba_options['gallery_homeexcats']));
        }

        if (!empty($privatecatids))
        {
                $privcatids = 'images.catid NOT IN(' . implode(',', $privatecatids) . ') AND ';
        }


boske 01-13-2006 02:44 AM

^^^ that does it

GrendelKhan{TSU 01-13-2006 09:50 AM

Quote:

Originally Posted by GrendelKhan{TSU
any word on these bugs?

when I choose "Newest" for image order in admincp:
.... it doesn't work for registered users (doesn't show newest...just some old ones). It only shows newest images when logged in as admin.

lazytown 01-14-2006 05:57 AM

Anyone who has this installed -- do you get a huge error on your forum home if you set it to show the top rated images? The only options that appears to work properly for all users is random.

-vissa

Masiello 01-14-2006 08:06 AM

Hello, I'm using vba and vbulletin, this is my structure:

http://www.lottosqueeze.org (vba index)
http://www.lottosqueeze.org/forum (forum home)

The version of my board is vb 3.5.3

I have follow this steps:

HTML Code:

*** How to Install:
======================

In your Admin Control Panel

1)
Admincp => Plugin System => Manage Products
Click [Add/Import Product]
Browse for the file "product-gallery_home.xml"
Allow Overwrite: On
Import



2)
// *Note: If you are doing an upgrade skip step "b"
//        - it should already be done.


First, open your forum/index.php file and find:

---------------------------------------------------
a)

Find:

$phrasegroups = array('holiday');

Replace with:

$phrasegroups = array('holiday','adv_gallery');
---------------------------------------------------
b)


Find
 
 'mailqueue' 

---------------------------------------------------

Replace with:

 'mailqueue', 
 'gallery_c_cache', 
 'adv_gallery_opt', 
 'gallery_ugroups'

3)
Admincp => vBulletin Options => vBGallery - Forumhome
Change setting
Save

And all is done, If i try to open my forum home, I showing this page because dont work db comunication:

http://www.lottosqueeze.org/garbage/snap.gif

Why that? I like that Hack but how I fix this issue to works fine?

Thanks in advance and Thanks for sharing this hack.


All times are GMT. The time now is 02:51 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
  • Page Generation 0.01742 seconds
  • Memory Usage 1,765KB
  • 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
  • (8)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)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