The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
||||
|
||||
You don't need that . infront of the =. And what's this 'submitbutton' infront of the eval?
|
#32
|
||||
|
||||
Quote:
also the submitbutton(); replace blahblah(); , see dean's post |
#33
|
||||
|
||||
Quote:
|
#34
|
||||
|
||||
oh, ok.
ok i added my own search engine to my gallery, but now im getting parse error on line 180. this is 180: PHP Code:
found it, i forgot a }(silly me ) |
#35
|
||||
|
||||
You may have forgotten a ; or a } somewhere in the file.
|
#36
|
||||
|
||||
yeah i figured that out, thanks for the help though.
now i added a results page to my search engine thingy but it only shows this: HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> PHP Code:
gallery_search_results: HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - Gallery Search Results:($numresults)</title> $headinclude </head> <body> $header $navbar <br /> <table class="tborder" align="center"> <tr class="tcat"> <td>Search Results for:$imgname $artistname</td> </tr> $resultsbits </table> <br /> $footer </body> </html> HTML Code:
<tbody> <tr> <td class="tcat" colspan="3">$results[image_name]</td> </tr> <tr class="thead"> <td>Thumbnail</td> <td>Artist Name</td> <td>Date Added</td> </tr> <tr> <td clas="al2"><a href="gallery.php?view=entry&id=$results[gallery_id]&imgid=$results[image_id]" alt"Click to see full size image of $results[image_name]"><img src="$results[image_url]" alt="Click to see full size image of $results[image_name]" length="40" width="40" border="0"></a></td> <td class="alt1">$results[artist_name]</td> <td class="alt2">$imagedate</td> </tr> </tbody> HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - Gallery Search:</title> $headinclude </head> <body> $header $navbar <br /> <form action="gallery.php?show=searchresults" method="post"> <table class="tborder" align="center"> <tr class="tcat"> <td align="center" colspan="2"><font size="2"><b>Search Gallery</b></font></td> </tr> <tr> <td class="alt1"> <fieldset> <legend>Search by Image Name</legend> <table> <tr> <td><input type="text" name="imgname" value="" size="20"></td> </tr> </table> </fieldset> </td> <td class="alt2"> <fieldset> <legend>Search by Artist Name</legend> <table> <tr> <td><input type="text" name="artistname" value="" size="15"></td> </tr> </table> </fieldset> </td> </tr> <tr class="thead"> <td colspan="2">Additional Searching Options</td> </tr> <tr> <td class="alt1"> <table> <tr> <td> <fieldset> <legend>Order Search Results by:</legend> <table> <tr> <td><select name="orderby"> <optgroup label="orderbytypes"> <option value="ORDER BY gallery.gallery_id" SELECTED>Gallery</option> <option value="ORDER BY gallery.image_name">Image Name</option> <option value="ORDER BY gallery.image_date">Image Date</option> <option value="ORDER BY gallery.arist_name">Artist's Name</option> </optgroup> </select> </td> </tr> </table> </fieldset> </td> </tr> <tr> <td> <fieldset> <legend>Order Results in:</legend> <table> <tr> <td><select name="orderin"> <optgroup label="orderins"> <option value="DESC" SELECTED>Descending</option> <option value="ASC">Ascending</option> </optgroup> </select> </td> </tr> </table> </fieldset> </td> </tr> </table> </td> <td class="alt2"> <fieldset> <legend>Search in Gallery</legend> <table> <tr> <td><select name="gallery" size="5"> <optgroup label="galleries"> $listgalleries </optgroup> </select> </td> </tr> </table> </fieldset> </td> </tr> <tr class="thead"> <td colspan="2" align="center"><input type="submit" value="Search Now"></td> </tr> </table> </form> <br /> $footer </body> </html> |
#37
|
||||
|
||||
ok suddenly i cant view source anymore for web pages(i know this isnt php,html,etc.). im using windows anyone know how to reactivate it?
|
#38
|
||||
|
||||
www.mozilla.org
OK, if you want to stick with Internet Exploder (which I wouldn't recommend): http://www.winguides.com/registry/display.php/1246/ http://support.microsoft.com/default...;EN-US;Q306907 Thanks fly out to Google |
#39
|
||||
|
||||
Quote:
|
#40
|
||||
|
||||
can anyone help me with my results page?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|