vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Display issue (https://vborg.vbsupport.ru/showthread.php?t=210420)

Lynne 04-07-2009 07:06 PM

Sorry, but I'm terrible with mysql query type issues and I think that is where the problem is. Looking at your code, each time you go through the loop, you only assign one of the screenshots to a variable. So, you can only expect it to spit out one. Then, you go through it again, and I think it is adding to it, so you can get the second one (I'm guessing). What you need to do is get each file and then all the screenshots associated with it as an array (I think? I'm not sure). Right now you aren't allowing for two screenshots (or more) per file.

This just isn't my area of expertise, sorry. It's one of those types of problems I would have to brute force code.

Excalibur82 04-07-2009 07:26 PM

Well I have some code from sending a PM to multiple users. I'll see if I can't manipulate that code to work similar for this problem.

If any other suggestions come about I'm open to them though.

--------------- Added [DATE]1239144085[/DATE] at [TIME]1239144085[/TIME] ---------------

Looks like I have failed again. My idea didn't work and so I think I'm gonna have to do a case situation.

Hell I don't know, any ideas? Anyone?

Dismounted 04-08-2009 06:25 AM

Could you post the content of the two templates used in the loop?

Excalibur82 04-09-2009 12:20 AM

This is the file display loop template:

$display_bit below
HTML Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="alt2">
                <div class="smallfont" align="left">File: $name</div>
                        <div valign="top">
                        <fieldset class="statistics_group" style="float: right;">
                                <legend>Options</legend>
                                <ul class="list_no_decoration">
                                <li><span class="shade"><a href="download.php?id=$id">Download</a></span></li>
                                <li><span class="shade">Size: $bytes</span></li>
                                <if condition="$bbuserinfo[userid] == $userid">
                                <li><span class="shade">Delete</span></li>
                                <li><span class="shade">Edit</span></li>
                                <li><a href="download.php?do=screen&id=$id">Add Screenshot</a></li>
                                </if>
                                <li><span class="shade">Uploaded by: <a href="member.php?u=$userid">$username</a></span></li>
                                </ul>
                        </fieldset>
                        </div><br />
                <div class="smallfont" align="left">Details: $description</div>
        </td>
</tr>
<tr>
        <td class="alt2">
                <div valign="top">
                <fieldset class="statistics_group" style="float: left;">
                                <legend>Screenshots</legend>
                                <if condition="$screenshot">$display_shots<else />No screen shots have been added.</if>
                </fieldset>
                </div>
        </td>
</tr>
</table>
<br />

This is the screenshot display loop:
$display_shots below
HTML Code:

<a href="screen.php?img=$sid" target="_blank"><img src="screen.php?img=$sid" width="150" border="0"></a>&nbsp;&nbsp;

Dismounted 04-09-2009 04:08 AM

Have you checked for duplicate entries in the database?

Excalibur82 04-09-2009 04:14 AM

Yep, thats why I took it down to only 2 entries so that way I know for sure there are only 2 entries, different names and all.

Excalibur82 04-10-2009 06:01 AM

Still needing help please.

--------------- Added [DATE]1239425673[/DATE] at [TIME]1239425673[/TIME] ---------------

EDIT: Here is some help: http://www.bluefirecreation.com/download.php
Username: Guest
Password: guest

Excalibur82 04-11-2009 04:44 PM

I provided login to view that page so everyone can see the issue, maybe helping in determining the issue.

Lynne 04-11-2009 05:02 PM

OK, so right now, it is showing the first entry twice, and the second time it's shown it is showing the image twice. The second item is fine and not being shown twice. Is that what is currently going on? (it should really only show entry 1 and 3, correct?)

Excalibur82 04-11-2009 05:12 PM

Correct, the first two entries are one in the same but yes 1 and 3 or 2 and 3 should be the only ones showing.


All times are GMT. The time now is 01:32 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.01739 seconds
  • Memory Usage 1,748KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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