Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Shap

Pages: [1] 2 3 4 5 ... 8
1
Templates & Styles (Requests & Discussions) / My first layout
« on: June 19, 2003, 02:00:05 AM »
So where can we download that? :D

2
Looks good!

I'll try it out, once my servers back up. :)

3
Templates & Styles (Requests & Discussions) / Check this out.
« on: May 30, 2003, 07:08:05 AM »
I think you mean http://www.speedandtruck.net/

and it looks good! :D  Nice color choices

4
sure once my servers back up, ill post the code  :D

here is my code:
Code: [Select]
<form method="post" action="{url_member}" enctype="multipart/form-data" onsubmit="uploadbutton.disabled=true;">
  <input type="hidden" name="action" value="uploadimage" />
  <input type="hidden" name="cat_id" value="{cat_id}" />
  <table width="100%" border="0" cellspacing="0" cellpadding="1">
    <tr>
      <td valign="top" class="head1">
        <table width="100%" border="0" cellpadding="4" cellspacing="0">
          <tr>
            <td colspan="2" valign="top" class="head1">{lang_user_upload}</td>
          </tr>
          <tr>
            <td class="row1"><b>{lang_category}</b></td>
            <td class="row1">{cat_name}</td>
          </tr>
          <tr>
            <td class="row2" valign="top">
 <b>{lang_media_file}</b><br />
 <span class="smalltext">
 {lang_max_filesize}<b>{max_media_filsize}</b><br />
 {lang_max_imagewidth}<b>{max_media_imagewidth}</b><br />
 {lang_max_imageheight}<b>{max_media_imageheight}</b><br />
 </span>
</td>
            <td class="row2">
              <b>Upload:</b><br />
 <input type="file" name="media_file" class="input" /><br />
 <b>URL:</b><br />
 <input type="text" name="remote_media_file"  size="30" value="{remote_file}" class="input" /><br />
 <span class="smalltext"><b>{lang_allowed_file_types}</b> {allowed_media_types}</span>
            </td>
          </tr>
          <tr>
            <td class="row1" valign="top"><b> {lang_thumb_file}</b><br />
              <span class="smalltext"> {lang_max_filesize}<b>{max_thumb_filsize}</b><br />
              {lang_max_imagewidth}<b>{max_thumb_imagewidth}</b><br />
              {lang_max_imageheight}<b>{max_thumb_imageheight}</b><br>
              <b><font color="#990000">*Not Required</font></b><br />
              </span> </td>
            <td class="row1">
              <b>Upload:</b><br />
 <input type="file" name="thumb_file" class="input" /><br />
 <b>URL:</b><br />
 <input type="text" name="remote_thumb_file"  size="30" value="{remote_thumb_file}" class="input" /><br />
 <span class="smalltext"><b>{lang_allowed_file_types}</b> {allowed_thumb_types}</span>
            </td>
          </tr>
          <tr>
            <td class="row2"><b>{lang_image_name}</b></td>
            <td class="row2"><input type="text" name="image_name"  size="30" value="{image_name}" class="input" /></td>
          </tr>
          <tr>
            <td class="row1" valign="top"><b>{lang_description}</b></td>
            <td class="row1">
              <textarea name="image_description" cols="30" class="textarea" rows="10" wrap="VIRTUAL">{image_description}</textarea>
            </td>
          </tr>
          <tr>
            <td class="row2" valign="top"><b> {lang_keywords}<br>
              <font color="#990000">*Not Required</font> </b></td>
            <td class="row2">
              <textarea cols="30" class="textarea" rows="10" wrap="VIRTUAL" name="image_keywords">{image_keywords}</textarea>
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <p align="center">
    <input type="submit" name="uploadbutton" value="{lang_submit}" class="button" />
    <input type="reset" value="{lang_reset}" class="button" />
    <br>
    (Only hit submit ONCE, and be patient..it's uploading!)</p>
</form>


I cant get it to work half the time, when I DO have a specific cat specified or do it from the admin section.. not sure whats wrong here. they're mp3's im trying and they wont upload.

5
I have not had this problem?? Anyone else had this?

6
Discussion & Troubleshooting / thumbnail required?
« on: May 27, 2003, 04:54:42 AM »
yeah, that wasn't right.. I got two emails saying they were having problems without a thumbnail, I tried it and works fine, no idea what they're talking about.

7
Great Mod! Easy to install, works and looks great!! :!:

8
Discussion & Troubleshooting / thumbnail required?
« on: May 24, 2003, 08:22:03 PM »
I'm having problems with my uploads, seems thumbnails are required. I should know this by now, but how do I change it so there not? :?:

9
Anyone know how to translate this page to english?

thx

10
Chit Chat / Free Hosting please...?
« on: May 23, 2003, 06:16:05 AM »
free hosting is ALWAYS going to come with side effects. Your best bet is to get some cheap $5.00 a month plan somewhere

11
Plugins / [Plugin] Postcard Viewer
« on: May 23, 2003, 03:55:49 AM »
Quote from: Chris
Look inside includes/constants.php
Code: [Select]
// Days postcards will be held in the database
define('POSTCARD_EXPIRY', 10);

THX!

12
Plugins / [Plugin] Postcard Viewer
« on: May 22, 2003, 11:18:13 PM »
worked like a charm for me!

One question, when I installed it, and clicked the "postcard Viewer" link, it showed me 2 cards from a week ago already.... how far back does it go?

13
I've got the "Use auto images annotation on image upload" checked to yes, but everytime I upload an image its not working? Is this a bug or just a problem I'm having?

14
yeah, I have had problems with it, or with the upload in the admin panel. I didn't think it was that popup though. I usually just ftp upload directly to the data directory.

15
You know when your in admin panel and upload an image, that popup tells you your uploading? Is there a way to have the same thing for members when they click the upload image button?

would be great! 8O

Pages: [1] 2 3 4 5 ... 8