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)
-   -   Gallery for vBulletin 3.5.X (https://vborg.vbsupport.ru/showthread.php?t=92875)

Harald_T 05-23-2006 04:43 PM

@UtahNissans: Your problem is, as far as i can see, that your board doesn't show thumbs in posts. Check it in your vb-options. This should normally solve your problems.

UtahNissans 05-23-2006 06:15 PM

Quote:

Originally Posted by Harald_T
@UtahNissans: Your problem is, as far as i can see, that your board doesn't show thumbs in posts. Check it in your vb-options. This should normally solve your problems.

Are you referring to the PNG Thumbnails option?

DrewM 05-23-2006 06:47 PM

mayby if it is a PNG, then yes, but I think he means the over all attachment setting.

imported_magjr 05-23-2006 09:21 PM

Quote:

Originally Posted by imported_magjr
I have it running on my board now, however it slows my entire server down. most cases, I have to restart apache. Any ideas?


Hellloooooo?

anyone out there? I don't want to uninstall, but I can't have it around if it's seizing up my board

I'm running 3.5.4

UtahNissans 05-24-2006 06:50 AM

I searched around and I already have the attachment setting enabled.

AzianStang 05-24-2006 07:33 AM

Harald, tried installing and followed everything as written, but I can't even seem to get an UPLOAD button. The Gallery navbar link leads directly to a subforum, and to nothing when that is clicked. I've checked everything to make sure thumbnails are enabled in both vb options and in attachment settings.

Could I have maybe messed up the forumdisplay.php rewrite?? I followed your directions to a T.

Help a super noob out! Thanks.

DrewM 05-24-2006 09:13 AM

AzianStang, what does your gallary_forumdisplat templeat have for contents?

Harald_T 05-24-2006 11:59 AM

Quote:

Originally Posted by imported_magjr
Hellloooooo?

anyone out there? I don't want to uninstall, but I can't have it around if it's seizing up my board

I'm running 3.5.4

Can you define "seizing up your board" a bit more? Why it's getting slower? To much memory usage or something else. Without infos i can't suggest it.

Harald_T 05-24-2006 01:57 PM

Just to let you know, what's coming next:

Admin-Option: Featured Post (thanks for Bernd and his suggestions for this): Now you can mark a thread as featured. Add a little thumbnail to the first post and it will be shown at the top of forumhome. (Oh, Bernd, you don't need any longer a special forum for it. Now it jumps right to the selected thread). This can be set on/off by the gallery-options. Also you can define a name for the included thumb, so it will not be shown.

AzianStang 05-24-2006 03:30 PM

Here's my gallery_forumdisplay template:

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<meta name="description" content="$foruminfo[description]" />
<title>$vboptions[bbtitle] - $foruminfo[title]</title>
$headinclude
</head>
<body>
$header
$navbar

<br />
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="top">
        <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/upload.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
        <if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>

<if condition="$show['threadslist']">
<!-- threads list  -->

<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" class="tborder">
<tr>
                <td class="thead">&nbsp;</td>
        </td>
</tr>

<if condition="$show['threads']">
<tr>
        <td colspan="6">
        <table align="center">
                <tr>
                        $threadbit_gallery       
                        <if condition="$col">
                        <td colspan=$col class="alt1">&nbsp;</td>
                        </if>
                </tr>
        </table>
        </td>
</tr>
<!-- end show threads -->
<else />
        <!-- show no threads message -->
        <tr>
                <td class="alt1" colspan="$foruminfo[bottomcolspan]" align="center">
                        <div style="padding: 16px">
                                <if condition="$show['noposts']"><strong>$vbphrase[no_posts_in_this_forum]</strong><else /><strong><phrase 1="$daysprune">$vbphrase[no_posts_last_x_days_forum]</phrase></strong><br />
                                <span class="smallfont">$vbphrase[try_controls_below_for_older_posts]</span></if>
                        </div>
                </td>
        </tr>
        <!-- end show no threads message -->
</if>
</table>



<!-- controls below thread list -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
        <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
        <if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls below thread list -->


<br />



<!-- ############## END THREADS LIST ##############  -->
</if>


<!-- forum rules & forum jump -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
        <td align="right" width="100%">
                $forumjump
                <if condition="!$show['popups'] AND $show['adminoptions']">
                        <br />
                        <form action="moderator.php" method="get">                       
                        <input type="hidden" name="s" value="$session[sessionhash]" />
                        <input type="hidden" name="f" value="$forumid" />
                        <div class="smallfont"><strong>$vbphrase[admin_tools]</strong>:</div>
                        <select name="do" onchange="this.form.submit();">
                                <optgroup label="$vbphrase[admin_tools]">
                                        <option value="modposts" selected="selected">$vbphrase[view_posts_queue]</option>
                                        <option value="modattach">$vbphrase[view_attachment_queue]</option>
                                        <option value="move">$vbphrase[mass_move]</option>
                                        <option value="prune">$vbphrase[mass_prune]</option>
                                        <if condition="$show['addmoderator']">
                                                <option value="addmoderator">$vbphrase[add_moderator]</option>
                                        </if>
                                </optgroup>
                        </select>$gobutton                       
                        </form>
                </if>
        </td>
</tr>
</table>
<!-- / forum rules & forum jump -->

$footer
</body>
</html>



All times are GMT. The time now is 03:22 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.02223 seconds
  • Memory Usage 1,767KB
  • 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
  • (3)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