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)

UtahNissans 05-28-2006 08:18 PM

Here is my gallery forumdisplay, can someone please help me identify my problem with the upload button not appearing?


PHP 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


DrewM 05-29-2006 03:02 PM

is the image in the buttons folder for all styles? Hwats your website?

wezoo 05-29-2006 03:54 PM

Larry
the upload appears fine on mine and i did nothing other than what it says to do it... ?

just make sure the icon is in the images/buttons/ folder !!!

did you manage to get rid of the german text ? im getting Nur f?r Mitglieder!
for none registered users, ill see if i can figure it out, im not too clever with this stuff :)


wez

Harald_T 05-29-2006 03:54 PM

@UtahNissans: I also would suggest, that you check, if the upload.gif-file is uploaded to your images/buttons-folder. Remember also, that it can be style-dependent, where you have to place button-images.

@Wez: No panic. I'll stay member. And the unfeature function will be done tonight.

Bernd 05-29-2006 04:10 PM

@ Harald

I've noticed that the user profile 'latest gallery submissions' is not included in your last uploaded file.

What plugin has to be added to allow this? (name, code, hook location).

Edit, saw u posted at about the same time. I'll wait for the updated release.

imported_magjr 05-29-2006 04:19 PM

any luck with mines harald?

wezoo 05-29-2006 04:33 PM

Bernd

this is now working i beleive !!!! ?

it does on mine anyway, theres a downloadable .XML file on the previous page or two ....

As for me , anyone know how to get rid of this "Nur für Mitglieder"
ive looked in the languages and i cant find it for the life of me

cheers

Harald_T 05-29-2006 04:58 PM

@Wez: Look into the template "gallery_postbit". There you find it. It's not phrased at the moment.

@all users: If you find some more, please post it here. I'll check them and phrase them out.

imported_magjr 05-29-2006 05:00 PM

harald,

My issue was once the gallery is enabled, my server seizes up and shuts down forcing me to restart apache. I sent you a pm wiht the link to my board and the admin login

wezoo 05-29-2006 05:15 PM

the only other bit of german language i can find is

Dateigr??e

not sure where to change this, apart for that its all i can find

Harald, what bit controlls where the featured images are placed, i would like to put it across the top under the nav bar, is this an easy task, sorry for asking i know you got your hands full at the moment ;)

wez


All times are GMT. The time now is 09:13 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.01957 seconds
  • Memory Usage 1,804KB
  • 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_php_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