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 - martrix

Pages: 1 ... 32 33 34 35 [36] 37 38
526
Installation, Update & Configuration / Re: size for label
« on: March 21, 2005, 10:38:01 AM »
well - I'm sorry that I have to write that, but your english seems to prevent you from being descriptive enough to be understood :(

Is there any other language you could post your question?

If you just want to change the size of the created thumbnail, go to the Admin Control Panel and set the Thumbnail-size on the Settings-page.

527
Installation, Update & Configuration / Re: so lost...
« on: March 21, 2005, 10:30:15 AM »
that depends on your 4images settings - you'll find some entries in the Admin Control Panel, where you may enter if GD, NetBPM or ImageMagick has be used for thumbnail-creating.

and a few points under that you'll find a setting if the thumbs should be created automatically, what size and quality these should have...

On most servers GD is present - so just try this first  :wink:

528
well, yes - sorry I forgot to mention, that you have to comment these lines in member.php

Code: [Select]
if ($image_name == "")  {
    $error = 1;
    $field_error = preg_replace("/".$site_template->start."field_name".$site_template->end."/siU", str_replace(":", "", $lang['image_name']), $lang['field_required']);
    $msg .= (($msg != "") ? "<br />" : "").$field_error;
  }


so it should look like this:

Code: [Select]
//  if ($image_name == "")  {
//    $error = 1;
//    $field_error = preg_replace("/".$site_template->start."field_name".$site_template->end."/siU", str_replace(":", "", $lang['image_name']), $lang['field_required']);
//    $msg .= (($msg != "") ? "<br />" : "").$field_error;
//  }

I guess that could do the trick...

529
like this:  :wink:

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="1" 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 />
  <span class="smalltext"><b>{lang_allowed_file_types}</b> {allowed_media_types}</span>
</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}</b></td>
<td class="row2">
  <textarea cols="30" class="textarea" rows="3" 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" /></p>
</form>

I simplyfied the member_uploadform.html so that the user does not have to enter the image_name and the image_filename is used for this...

530
I'm using this mod more for a general overview of how many times users had downloaded some pics...
How is it possible to count the number of pictures the user downloaded if I have installed this modification  :?:

Thank you in advance...  :)


531
Mods & Plugins (Releases & Support) / Re: Mini MOD: User GIS
« on: March 20, 2005, 07:22:45 PM »
yes somebody "hat" ;)




and the most important:




532
Installation, Update & Configuration / Re: Can´t connect - Fehler !
« on: March 20, 2005, 06:33:00 PM »
falls Du wirklich die Einstellungen richtig eingegeben hast, kann eigentlich nur noch der MySQL-server down sein...

oder?

533
Are you asking for something like "Actually online: 55"?  :wink:

If yes - there's already something like that on the bottom of the main gallery page.

If no - you can always implement an external hit-counter on the page - that would be the easiest way...


But: I would be also interested in a simple statistical overview like:

Visitors
This month: 3500
This week: 1000
Today: 100
On-line: 10

Would that be possible?

I have something like that done by an external statistics-provider, but it is not very realistic - the stats-server is often down :(

534
what about memory_limit?
Could this setting cause the problem?  :?

535
 :oops:

Verstehe nicht ganz, aber vieleicht hilft Dir dies weiter:

http://www.4homepages.de/forum/index.php?topic=6759.0

536
Installation, Update & Configuration / Re: Registrierung abschalten?
« on: March 18, 2005, 11:57:19 PM »
der sauberste Weg ist es, die Login-Informationen aus den Templates zu löschen und im Admin Bereich allen Besuchern volle Zugriffsrechte zu geben (Kategorien, Bilddetails usw.)
Wenn Du nur erreichen möchtest, dass die Besucher keine Bilder hochladen ist dies eine einfache Einstellung der Kategorie - wenn Du das Hochladen von Daten nur den Administrator erlaubst, kann kein Besucher etwas hochladen  :wink:

537
Discussion & Troubleshooting / Re: .avi Vorschau
« on: March 18, 2005, 11:20:11 PM »
aha :(

dann müssen wir direkt zum .avi Symbol gehen:

Code: [Select]
<img src="{template_url}/images/icons/avi.gif">
statt

Code: [Select]
{thumbnail}

538
Discussion & Troubleshooting / Re: .avi Vorschau
« on: March 17, 2005, 11:49:52 PM »
editiere die Datei

templates/<deintemplate>/media/avi.html

und ersetze

Code: [Select]
<embed src="{media_src}" border="0" width="240" height="240" type="application/x-mplayer2"></embed><br />
durch

Code: [Select]
{thumbnail}
dann wird das Thumbnail-Bild angezeigt und wenn kein Thumbnail hinzugefügt wurde, dann das .avi Symbol

sollte funktionieren :)
denke ich...  :wink:

539
Aber wirklich: ein super Tool...
(@ martrix : ... spezielle Tools ... :lol: ...)

ja gut - dummer Witz  8)

540
@  RezaSalmanzadeh:

please answer the question ?

I need insert in user online list image flag with country name !

V@no did already indirectly answer your question long time before you did post your answer  8O

Um, does this mod have something to do with the way you got the flags to be listed for whos currently online in the home page (not admin control panel)on your website?
yes, its based on this too. Maybe in time I'll post it too ;)


1) read through the whole topic before asking  :o
2) be patient - V@no is doing answering a lot of questions daily and I guess he won't always answer the same question 2 times in one thread  :wink:

Pages: 1 ... 32 33 34 35 [36] 37 38