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)
-   -   Module CMPS: PhotoPost vBGallery (https://vborg.vbsupport.ru/showthread.php?t=98982)

gyankow 03-11-2006 10:50 AM

Quote:

Originally Posted by Zachariah
I have found ways to globalize the gallery w/ 1 file edit. :D
- There is a better chance of 2 feeds, but I have not jumped on it yet. :(
- on to do list

Any time frame?

Zachariah 03-11-2006 11:28 AM

No :D
- If the workload is down this weeken I'll work on it.

QueenBee 03-11-2006 02:42 PM

where can i find the cmps portal? is it free?? thanks

Zachariah 03-11-2006 02:58 PM

Quote:

Originally Posted by QueenBee
where can i find the cmps portal? is it free?? thanks

http://www.vbadvanced.com/products.p...roductinfo&p=4

Free yes :)

QueenBee 03-11-2006 03:02 PM

Quote:

Originally Posted by Zachariah


thanks you SO much :* <3

derfelix 03-17-2006 08:20 AM

HI Zachariah

Works like a charm on my installation... even with a very heavily hacked gallery installation.. thx for that hack!

Just one question.. on Your site.. you have the module running in the center.. AND in the left column you have a random pic with info...

Did you install the module twice???
or is that another hack?

Id love to have an aditional block like that one without loosing my center one and being able to configure it differently.

thx for a reply
Felix

Zachariah 03-17-2006 12:13 PM

Quote:

Originally Posted by derfelix
HI Zachariah

Works like a charm on my installation... even with a very heavily hacked gallery installation.. thx for that hack!

Just one question.. on Your site.. you have the module running in the center.. AND in the left column you have a random pic with info...

Did you install the module twice???
or is that another hack?

Id love to have an aditional block like that one without loosing my center one and being able to configure it differently.

thx for a reply
Felix

It's a beta project and very messy @ the moment :D
- I was working on 2 independent blocks w/ settings. @ the moment the one on the side is crude w/ settings in the php file itself vs. easy to change in AdminCP.

I'll get some more time into it. :bunny:

derfelix 03-17-2006 08:11 PM

Looks nice..
Actually i will be preparing something similar..for a site of mine..
but it should pull "featured-random" pictures.. that meens
users that enroll for special feature.. will have their pics displayed randomly.
___________________

But another question.. I looked at the php code of this module for a few minutes..

there is one part that intrigues me..
there was another hack.. that gave errors when there was a simple & instead of && as in:
if ($gallery_permissions["$usergroupid"]['gallery_perms'] & $value)

PHP Code:

    if (empty($galleryperms)) 
    { 
        
$bbuserino['usergrouparray'] = fetch_membergroupids_array($bbuserinfo); 
     
        if (empty(
$bbuserinfo['usergrouparray'])) 
        { 
            
$bbuserinfo['usergrouparray'] = array(1); 
        } 
     
        foreach (
$bbuserino['usergrouparray'] AS $usergroupid
        { 
            if (empty(
$gallery_permissions["$usergroupid"])) 
            { 
                
$usergroupid 1
            } 
     
            foreach (
$gallerypermissionsbit AS $option => $value
            { 
                if (!
$galleryperms["$option"] OR in_array($option, array('moderateimages''moderateposts'))) 
                { 
                    
$galleryperms["$option"] = 0
                    if (
$gallery_permissions["$usergroupid"]['gallery_perms'] & $value
                    { 
                        
$galleryperms["$option"] = 1
                    } 
                } 
            } 
        } 
    } 

on the second hand
are you sure there isnt one typo among the $bbuserinfo and $bbuserino?

Luc

Zachariah 03-17-2006 09:47 PM

Quote:

Originally Posted by derfelix
are you sure there isnt one typo among the $bbuserinfo and $bbuserino?

Luc

Good eye.
Code:

foreach ($bbuserino['usergrouparray'] AS $usergroupid)
:banana:

elsupremo 03-20-2006 01:32 AM

Just installed, and it works nicely. The only problem for me is that I need it to be able to go down (vertical sidebar) instead of across.

Hoping for that functionality soon...thanks for the great hack!


All times are GMT. The time now is 04:55 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.01545 seconds
  • Memory Usage 1,754KB
  • 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
  • (1)bbcode_php_printable
  • (5)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
  • (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