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

Pages: 1 ... 275 276 277 278 [279] 280 281 282 283 ... 286
4171
Discussion & Troubleshooting / Re: random image / remove infos
« on: June 10, 2005, 11:09:22 PM »
hi insomnoid,

in /templates/<your_template>/random_image.html remove : {image_name} {image_comments} {user_name_link}

mawenzi

4172
das scheinbar Einfache kann jedoch auch aufwändig vom Design sein ...  :wink:
hast du dir wirklich alle Templates angeschaut ... :?: ... ich glaube kaum, denn
ein komplett weißes Template gibt es : hier

P.S. alle genannten Links enthalten ca. 90 FREE TEMPLATES (die nichts kosten !)

mawenzi

4174
Bug Fixes & Patches / Re: [1.7.1] Security fix in sessions.php
« on: June 08, 2005, 01:22:59 PM »
Quote from: martrix
Jan:
Could you please change the title of this thread, so it says also 1.7 ?

martrix, you are right ... that seems to me also very important ...  :!:

mawenzi

4175
hi martrix, hi v@no,

with the [FIX] brackets/thumb-tag is Private Messaging nearly perfect ...  :wink:
one thing still remains ...
if I want to send the following code with PM :
Code: [Select]
$entities_replace = array('&#123;', '&#125;');it shows now the following code :
Code: [Select]
$entities_replace = array('{', '}');is there still another FIX from the FIX ...  :wink: ... ?

Quote from: V@no
P.S. I dont recall when I ever mentioned the [thumb=] feature...how did u find it?  :|

V@no ... remember ... some time ago there was on gallery.vano.org a reference-/toolbox with some useful things and also the thumb-tag ...  :mrgreen: ... my only "innovation" is now a Thumb-Button in my BB-Tag-Editor ...  :wink:

thanks guys ... !
mawenzi

4176
I will send you a pm ...  :wink:

mawenzi

4177
hi Gray,

um die Tablelle in voller Höhe anzuzeigen ist folgendes zu erledigen :
finde in /templates/<dein_template>/header.html den body-tag
Code: [Select]
<body  ...  >und füge vor > folgendes ein
Code: [Select]
topmargin="0"  bottommargin="0"
mawenzi

4178
Quote
it gives me an error  :(

your "code" works correct in my PM ... it shows the thumbnail and the image ...  :roll:
there must be an error in your BB_code ...  :?

mawenzi

4179
hi martrix,

the tag [thumb=xxxx] (in my BB-Tag-Editor you can use also a thumb-button ...  :wink:) works correct for me, also with more than one thumb.
test your thumb-tags with a space between the tags ...  :roll: ... that should help.

again to the curved clips (is that the correct word for -> { ... ? ... or better -> brackets)
I found this in funktions.php in function bb_code and I think here is the cause ... ?
Code: [Select]
if ($brackets) {
     $entities_match = array('{', '}');
     $entities_replace = array('{', '}');
    $text = str_replace($entities_match, $entities_replace, $text);
  }

I am right ...  :?:
mawenzi



4180
1. Wer kann mir bei der Suche nach einer umfangreichen Statistik (mit Hits, Besucher, heute, gestern, online, max Tag, max online etc.) die auf der Index-Seite die Auswertungen anzeigt, weiterhelfen :?:

Unkompliziert und einfach ist es diesen Counter auf deinem Webspace zu installieren und dann einfach in das Template einzubinden mit
Code: [Select]
<? @include("counter.php"); ?>Dieser Counter läuft dann unabhängig von 4images ... stellt aber alle von dir gewünschten Variablen zu Verfügung !

mawenzi

4181
hi globetrotter-jr,

... müsste eigentlich unter 1.7.1 laufen ... z.B. hier !
... mm ... die Statistik von V@no ...  :?:  (ein Link ... ?)

mawenzi

4182
hi globetrotter-jr,

habe meine Galerie-Statistik aus folgenden MOD's zusammengestellt :
[MOD]More than more statistics
Signature image v2.21
und dann selbst noch etwas erweitert (Bild-Rating, News, Gästebuch, ...) ...  :wink:

mawenzi

4183
Discussion & Troubleshooting / Re: PDF Problem
« on: June 06, 2005, 07:19:27 PM »
Hallo an alle PDF-File Interessierten,

Habe an mehreren Stellen im Forum diese oder ähnliche Fragen gefunden.

Quote
Besteht die Möglichkeit die PDF-Datei direkt auf der Website anzeigen zulassen, ohne den Umweg des Downloads bzw. des Anzeigens der PDF-Datei über einen Link im neuen Fenster ?

Ich würde sagen ... Ja ...  :wink: ... dann  /templates/<dein_template>/media/pdf.html wie folgt ändern:

Code: [Select]
<!-- Template für pdf-Dateien -->
<table cellpadding="1" cellspacing="0" border="0" width="802">
<tr><td class="bordercolor">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td><iframe src={media_src} width="800" height="800" frameborder="0" scrolling="1" marginwidth="0" marginheight="0" type="pdf"></iframe>
</td></tr></table>
</td></tr></table>
<br>

Das PDF-File Template ist analog dem für HTML-Files aufgebaut und kann natürlich der Größe der Website angepasst werden.

mawenzi

4184
hi globetrotter-jr,

du solltest dieses testen : [MOD] Batch Copy/Move/Edit Images v3.7.2

Mit dieser Modifizierung lassen sich die Bilder / Kommentare / ...  in den einzelnen Kategorien sehr komfortabel und schnell nachbearbeiten .

mawenzi

4185
hi TheOracle,

your modification makes now the thing perfectly ...  :wink:
thanks for your interest.

mawenzi

Pages: 1 ... 275 276 277 278 [279] 280 281 282 283 ... 286