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)
-   -   VB image Hosting (https://vborg.vbsupport.ru/showthread.php?t=106127)

DannyITR 08-15-2006 04:29 PM

Sorry if I'm a pest but I have another question. I figured out how to display more than just the last 5 images by modifying the php file. What I can't figure out is how to make it so that after the first 5 images, it starts a new row. I want to have three rows of 5 images. Do you know how to do this?

Ranma2k 08-16-2006 09:24 AM

Quote:

Originally Posted by DannyITR
Sorry if I'm a pest but I have another question. I figured out how to display more than just the last 5 images by modifying the php file. What I can't figure out is how to make it so that after the first 5 images, it starts a new row. I want to have three rows of 5 images. Do you know how to do this?

yes just put a counter that will add
Code:

</tr>
<tr>

after each 5

did you mange to get it to work in a module ?

DannyITR 08-16-2006 03:04 PM

Quote:

Originally Posted by Ranma2k
yes just put a counter that will add
Code:

</tr>
<tr>

after each 5

did you mange to get it to work in a module ?


Yep, got the module working no prob. :D

I'm a bit of a novice and don't know to add the counter.

Here is part of another similar hack for photopost images. I imagine it would be similar to what I'm looking for but I don't know wnough to adapt this to vbimagehost ;(

Code:

PPPRINT;
        $counted++;
        $countcol++;
    }
   
    // If we've reached our limit, quit
    if ( $counted == $num_display ) break;
   
    // If we need to end the column, do so.
    if ( $countcol == $columns ) {
$featured .= <<<PPPRINT
    </tr>
    <tr>
PPPRINT;
    $countcol = 0;       
    }
}
@mysql_free_result($result);


The Chief 08-16-2006 05:17 PM

Can you tell us when the plugin for the forumhome images work for the member photos list, or when the plugin will be ready? :)

ReuMi 08-18-2006 02:27 PM

great job, works perfectly on my board :)

Thank you so much

GoldenP51 08-18-2006 11:13 PM

Thanks!

The Chief 08-21-2006 09:05 PM

Quote:

Originally Posted by The Chief
Can you tell us when the plugin for the forumhome images work for the member photos list, or when the plugin will be ready? :)

Any updates on this Ranma? :)

Ranma2k 08-23-2006 04:49 PM

Quote:

Originally Posted by The Chief
Any updates on this Ranma? :)

sorry the chief for the late reply
i did the modfication but curently i'm away from town ..

and most of the files are on my PC

so i'm thinking of releasesing a fix for some of the reported bugs and add some more plugins it won't be a major relase

tbradham 08-24-2006 12:39 PM

Has anyone figured out a way to allow the members to browse all the photos in one place?

Now they have to view all members, then click on the individual account, I want them to be able to browse all the pictures, regardless of whose they are.

Like a photo album view or something.

Fewski 08-24-2006 02:53 PM

Looks great! Only 1 problem I see, my statics section on the image upload page background is all black and the text is dark grey, you can't read it.

Any fix for this?

Thanks


All times are GMT. The time now is 03:43 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.01967 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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