Im trying to make a table with a specefic picture in a specfic box with a specefic text under every picture.

I got 2 problems.

1. How do specify a specefic picture using the brilliant tags
2. Whats with this SQL error im getting?

This is my table as it looks now

<table height="250" cellspacing="0" cellpadding="3" width="800" bgcolor="#000000">
    <tbody>
        <tr>
            <td>[bg||1|170|Maleri_229.jpg|1|#000000]</td>
            <td>[bg||1|170|Maleri_228.jpg|2|#000000]</td>
            <td>[bg||1|170|Maleri_227.jpg|3|#000000]</td>
        </tr>
        <tr>
            <td><font color="#ffffff"><b>Wunderland <br>
            100x100 cm <br>
            Pris: 9.800 kr.</b></font></td>
            <td><font color="#ffffff"><b>Kom lad os gå <br>
	100x100 cm <br>
	Pris: 9.800 kr.</b></font></td>
            <td><font color="#ffffff"><b>I følelsesmæssig turbulens <br>
	100x100 cm<br>
	Pris: 9.800 kr.</b></font></td>
        </tr>
    </tbody>
</table>

This is my SQL error

user warning: Table 'rikkedarlingdk.brilliant_gallery_checklist' doesn't exist query: select qid from brilliant_gallery_checklist where qid like 'user-%' and state='1' in /home/e-smith/files/ibays/sbktitdk/html/rikkedarlingdk/modules/brilliant_gallery/brilliant_gallery.module on line 648. 
user warning: Table 'rikkedarlingdk.brilliant_gallery_checklist' doesn't exist query: select qid from brilliant_gallery_checklist where qid like 'user-%' and state='1' in /home/e-smith/files/ibays/sbktitdk/html/rikkedarlingdk/modules/brilliant_gallery/brilliant_gallery.module on line 648. 
user warning: Table 'rikkedarlingdk.brilliant_gallery_checklist' doesn't exist query: select qid from brilliant_gallery_checklist where qid like 'user-%' and state='1' in /home/e-smith/files/ibays/sbktitdk/html/rikkedarlingdk/modules/brilliant_gallery/brilliant_gallery.module on line 648. 

And here is the code in brilliant_gallery.module on line 648.

LINE: 648  $dbresult = db_query("select qid from brilliant_gallery_checklist where qid like 'user-%' and state='1' ");
LINE: 649  while ($data = db_fetch_object($dbresult)) {
LINE: 650    $excludedimgs[] = $data->qid;

All i really have to do is undestand how the brilliant tags work (a link to a noob guide would be great) and to get rid of the SQL error. Any help would be much apreciated.

Thank you.

Kim

Comments

zappi’s picture

Title: Undestanding the Brilliant tags. » OK nwm that :D
Status: Active » Closed (fixed)

Never mind i fixed it reading the guide :D