vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   viPortfolio 1.2.6 Beta Release (https://vborg.vbsupport.ru/showthread.php?t=41691)

sabret00the 03-28-2003 09:05 AM

i think when he updated the files he messed up the installation query's

Logikos 03-28-2003 08:31 PM

Well i hope he comes back on soon. That Oaks Hack seems really big to install :\

sabret00the 04-01-2003 04:35 PM

from what i saw it seems a total different thing, where as this is a personal porfolio for each use the oaks gallery seems to be another gallery hack full stop

xpguy 04-04-2003 05:28 PM

i cant see what the hack looks like or get it to work can anyone help me plz?

Logikos 04-27-2003 04:22 AM

Quote:

What I did notice is that when I clicked on the portfolio for my username, or any username, it showed the image that -I- uploaded, under everyones portfolio. Not sure if it is something I missed or not.
I ahve installed this Perfectly except i have the same problem as quoted above. Anyone that would like to see it in action go to

http://www.extremeracingforums.com and click on any member and you will notice that everyone has the same images when someone uploads them. :-\

cinq 04-27-2003 04:12 PM

Would sure love to see this being worked on again ... has so much potential :)

Koutaru 04-27-2003 04:32 PM

It'd be great if someone could take over -- The author doesn't look like he's coming back for awhile :(

Logikos 04-27-2003 04:43 PM

I email him :\

TomokiG 04-27-2003 05:11 PM

Quote:

Today at 06:22 AM []\[]emesis said this in Post #215
I ahve installed this Perfectly except i have the same problem as quoted above. Anyone that would like to see it in action go to

http://www.extremeracingforums.com and click on any member and you will notice that everyone has the same images when someone uploads them. :-\

For myself I fixed that bug... find in "viPortfolio.php" following code:

PHP Code:

    $query "
        select viPortfolioid, filename, file, text,
        cthumb, content_type, thumb, iconpath, largeicon, supported,
        i.title, iconpath, width, height, ext
        FROM viPortfolio p, mime m
             LEFT JOIN icons i ON m.iconid = i.iconid
        where p.mimeid = m.mimeid
        and   p.enddate is NULL
        and   m.enddate is NULL
        and   i.enddate is NULL
    "
;
    
$query        .=    " ORDER BY p.viPortfolioid ";
    if ( 
$userid 
        
$query .= " limit ".$_totalimages;
    else 
        
$query .= " and p.userid = ".$userid

... and replace it with this one:
PHP Code:

    $query "
        select viPortfolioid, filename, file, text,
        cthumb, content_type, thumb, iconpath, largeicon, supported,
        i.title, iconpath, width, height, ext
        FROM viPortfolio p, mime m
             LEFT JOIN icons i ON m.iconid = i.iconid
        where p.mimeid = m.mimeid
        and   p.enddate is NULL
        and   m.enddate is NULL
        and   i.enddate is NULL
    "
;
/* TomokiG */
    
if ( $userid 0)
        
$query .= " and p.userid = ".$userid;
/* ENDE */
    
$query        .=    " ORDER BY p.viPortfolioid ";
    if ( 
$userid 
        
$query .= " limit ".$_totalimages;
//    else 
//        $query .= " and p.userid = ".$userid; 

I hope I could help... *g*

?TomokiG?

Logikos 04-28-2003 01:10 AM

I have done what you said and still not working :(


All times are GMT. The time now is 06:29 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.01247 seconds
  • Memory Usage 1,749KB
  • 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
  • (2)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
  • (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