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

Pages: [1] 2 3 4 5
1
Discussion & Troubleshooting / Darstellungsproblem
« on: December 18, 2007, 06:15:01 PM »
Hallo! :)

Seit kurzer Zeit habe ich das Problem, dass der obere und untere Rand meiner Homepage auf meiner de.vu-Domain nicht mehr bzw. nur minimal zu sehen sind (1). Wenn ich aber die Quell-URL aufrufe, ist der obere und untere Rand wieder zu sehen (2).



Was muss ich tun, um auch bei meiner de.vu-Domain den Rand wieder zu sehen? Ich habe nichts neues auf meinem System installiert, d. h. kein neuer Browser o. ä. Ich nutze übrigens 4Images 1.7.1.

Schöne Grüße & vielen Dank schonmal im Voraus! :)
Michinator.

---

Since some weeks I have the problem that the edge above and below cannot be seen or only seen minimally at my de.vu domain (1). But at my original URL the edge above and below can be seen (2).

What do I have to do for being able to see the edges also at my de.vu domain?

Thanx in advance. :D

2
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: September 18, 2007, 10:31:05 PM »
Huhu, nobody there who can help me?  :lol:

How can I enlarge the space between the content of the cell and the cell wall? (look at the yellow lines) I tried it with cellpadding or cellspacing, but it's not working.



The code of "lastcomments_bit.html" is:

Code: [Select]
<tr class="row{row_bg_number}">
<td valign="top" align="left" height="80" width="90">
{comment_image}
<br>
<b>{comment_image_name}</b>
<br>
{image_cat_name}
<br>
Kommentare: {comment_total}
</td>
<td valign="top" align="left">
<font color="#FFFFE5">
{comment_date} &#x95; {comment_user_name}
</font>
<br>
{comment_text}
</td>
</tr>

Thank you in advance!  :D

Take care,
your Michinator.

3
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: September 10, 2007, 12:00:54 PM »
Thank you very much! Everything works fine, but I had to delete ")" in this code: ;)

Code: [Select]
WHERE image_id=".$row['image_id'])."";

Also one question: How can I enlarge the space between the content of the cell and the cell wall? (look at the yellow lines) I tried it with cellpadding or cellspacing, but it's not working.



The code of "lastcomments_bit.html" is:

Code: [Select]
<tr class="row{row_bg_number}">
<td valign="top" align="left" height="80" width="90">
{comment_image}
<br>
<b>{comment_image_name}</b>
<br>
{image_cat_name}
<br>
Kommentare: {comment_total}
</td>
<td valign="top" align="left">
<font color="#FFFFE5">
{comment_date} &#x95; {comment_user_name}
</font>
<br>
{comment_text}
</td>
</tr>

Take care,
your Michinator.

4
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: September 06, 2007, 03:52:35 PM »
I added a new page to last comments not in home.

With Vano's modifications please copy index.php and rename to lastcomments.php

delete Vano's modifications from index.php and home.html and delete last_comment_bit.html

search in lastcomments.php:
Code: [Select]
$templates_used = 'in the line add after:
Code: [Select]
last_comment,last_comment_bit,
search
Code: [Select]
$main_template = 'home';
replace to:
Code: [Select]
$main_template = 'last_comment';
Create a new template templates/<your template>/last_comment_bit.html with the folowing code:
Code: [Select]
              <TR class="row{row_bg_number}">
                <TD align="center" valign="top" nowrap="nowrap">
                  <b>{comment_image_name}</b> <br>{comment_image}<br>Categoria: {image_cat_name}<br><br>Por: {comment_user_name}{if comment_guest} ({comment_guest}){endif comment_guest}<br />
                  {comment_date}
                </TD>
               <TD>{comment_headline}<hr>{comment_text}</TD>
              </tr>

Create a new template templates/<your template>/last_comment.html (edit error.html in example) and where you want add:
Code: [Select]
<span class="title">{lang_last_comments}:</span>
  <br><br>{if last_comments}
                  <table width="450" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="head1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="3">
                          <tr>
                            <td class="head1" valign="top" colspan="5">{lang_last_comments}</td>
                          </tr>
                          {last_comments}
                        </table>
                      </td>
                    </tr>
                  </table>
                  <br />
{endif last_comments}


Now you could see last comments in http://www.yoursite.com/lastcomments.php

Demo: http://www.myart.es/lastcomments.php


It works perfect. Thank you! But I have two questions:

1. Is it possible to delete the link from photo name and username so that photo name (e. g. r1000) and username are being displayed without link?
2. Is it possible to show how many comments have been posted to a photo? ("Kommentare: 6")

It could look like this:

Thank you in advance!

Take care,
your Michinator.

5
Discussion & Troubleshooting / Re: Trennstriche & Kommentarzahl-Angabe
« on: September 06, 2007, 01:23:57 PM »
Vielen Dank für die hilfreichen Antworten. Die Trennstriche habe ich mit folgenden Codes generieren können:

Code: [Select]
<hr align="left" width="452" size="1">
                  <table width="450" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="bordercolor">
                        <table width="450" border="0" cellpadding="3" cellspacing="1">
                          <tr>
                            <td class="head1" valign="top" colspan="2">Die letzten sechs Kommentare</td>
                          </tr>

Jetzt müsste mir noch jemand hierbei helfen:

1. Wie kriege ich es hin, dass Bildname/nummer (hier: r1000) und Username (hier: fehlt auf dem Bild) nicht als Link erscheinen?
2. Außerdem würde mich freuen, wenn man angeben könnte, wieviel Kommentare zu einem Bild bisher gepostet wurden, etwa so: "Kommentare: 6"

Es müsste dann so etwa so aussehen:

Schöne Grüße,
Michinator.

6
Discussion & Troubleshooting / Re: Trennstriche & Kommentarzahl-Angabe
« on: September 06, 2007, 09:30:00 AM »
Sorry für die Nerverei, aber kann mir wirklich niemand helfen :?:

Schöne Grüße,
Michinator.

7
Discussion & Troubleshooting / Trennstriche & Kommentarzahl-Angabe
« on: August 31, 2007, 11:50:15 PM »
Hallo zusammen!

Ich hoffe, dass Ihr mir weiterhelfen könnt. Ich habe anhand dieser Beschreibung http://www.4homepages.de/forum/index.php?topic=15701.msg93105#msg93105 ein kleines Mod eingebaut, welches die letzten (bei mir 2) Kommentare anzeigen soll.

Nun habe ich das Problem, dass zwischen Thumb links und Kommentar rechts kein Trennstrich erscheint (so wie im zweiten Bild, gelber Punkt 2). Auch würde ich ganz gerne zwischen den einzelnen Zeilen einen Trennstrich sehen (so wie im zweiten Bild, gelber Punkt 1). Wie kriegt man das hin?

Außerdem würde mich freuen, wenn man angeben könnte, wieviel Kommentare zu dem Bild bisher gepostet wurden, etwa so: "Kommentare: 3"





Der entscheidene Code von "lastcomments.html" lautet:

Code: [Select]
<span class="title">{lang_lastcomments}</span>
<hr align="left" width="452" size="1">
{if lastcomments}
<table width="450" border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="bordercolor">
<table width="450" border="0" cellspacing="0" cellpadding="3">
<tr>
<td class="head1" valign="top" colspan="5">Die letzten Kommentare</td>
</tr>
{lastcomments}
</table>
</td>
</tr>
</table>
<br />
{endif lastcomments}

Der ganze Code von "lastcomments_bit.html" sieht folgendermaßen aus:

Code: [Select]
<TR class="row{row_bg_number}">
<TD valign="center" align="center" width="20%">
{comment_image}
</TD>
<TD valign="top" width="80%">{comment_date}<br>{comment_text}</TD>
</tr>

Vielen Dank für Eure Hilfe!

Schöne Grüße,
Michinator.

8
Discussion & Troubleshooting / Re: Betreff vordefinieren?
« on: August 22, 2007, 10:35:25 PM »
Hallo,

wer sagt denn das Du im Betreff etwas eintragen musst, keiner. Also einfach frei lassen  :!: :wink:

nobby

Hallo Nobby, das Problem ist ja, dass ich bisweilen im Betreff etwas vordefiniertes stehen haben möchte. ;)

Ist das anhand der oben genannten Url möglich?

Schöne Grüße,
Michael.

9
Discussion & Troubleshooting / Betreff vordefinieren?
« on: August 22, 2007, 08:13:36 PM »
Hallo,

ich benutze 4images 1.7.1 sowie das Template 4dark und hätte gerne gewusst, ob man bei den Email-Nachrichten, die man über das 4images-eigene System verschickt, den "Betreff" vordefinieren kann (also dass der Betreff z.B. "Bezüglich der Ankündigung Nr. 3" lautet).

Es müsste doch eigentlich funktionieren, wenn man die Url "http://xxx.de/member.php?action=mailform&user_id=1" irgendwie modifiziert oder?

Vielen Dank im Voraus für Eure Antworten.

Schöne Grüße,
Michael.

10
Discussion & Troubleshooting / Re: Arrange files / Dateien anordnen
« on: December 15, 2006, 11:38:38 PM »
Nein, das geht leider nicht.

wirklich nicht? schade ...  :|

trotzdem danke für die antwort,
michael.

11
Discussion & Troubleshooting / Re: Arrange files / Dateien anordnen
« on: December 13, 2006, 06:18:15 PM »
hi, i wonder if someone can help out?  :lol:

your michael.

12
Discussion & Troubleshooting / Arrange files / Dateien anordnen
« on: December 09, 2006, 12:51:27 PM »
hi,

is it possible (e.g. via html code), that photos called "hier1000.jpg", "hier1001.jpg", etc. are arranged chronological after "hier999.jpg" on my gallery page and on the section "new photos"?

since to rename all my photos from "hier001.jpg" to "hier0001.jpg" (etc.), is just tiring.

thank you in advance,
your michael.

-----------------------------------------------------------------------------------------------------------------------------------------------------

hallo zusammen!

gibt es irgendeine möglichkeit (z. b. html-code), dass bilder, die die bezeichnung "hier1000.jpg", "hier1001.jpg", etc. tragen, auf der galerie-seite und in der kategorie "neue bilder" nach "hier999.jpg" chronologisch geordnet angezeigt werden?

denn alle bilder umzubenennen von "hier001.jpg" zu "hier0001.jpg" (etc.), ist doch etwas mühsam.

vielen dank im voraus,
euer michael.

13
Discussion & Troubleshooting / Receive emails by administrator
« on: October 28, 2006, 07:25:09 PM »
hi, there is something strange with my 4images (v. 1.7.1):

my registered members cannot decide if they want to 'receive emails by administrator' ('Emails von Administratoren erhalten') or if they don't want to. that's because i have deleted the line from the user control panel; look:



funnily enough, at my acp i have found out that there are some users who have deactivated the option ''receive emails by administrator'. maybe you can tell me how is this possible, since the line in the user control panel isn't available.

thank you in advance!

nice greeetings.
your michael.

ps. answers in german are welcome! ;-)

14
Discussion & Troubleshooting / Block emails
« on: October 05, 2006, 12:04:36 PM »
hi,

is it possible to block email addresses during user registration? and to get the text during registration like this: "your email address hasd been blocked due to ..."

thank you very much in advance. answers in german are welcome! ;-)

ps. i use 4images 1.7.1.

michael.

15
Discussion & Troubleshooting / Re: Refering automatically to index.php
« on: September 04, 2006, 12:49:31 PM »
ops...missunderstood you...
its easy ;)
in login.php and logout.php insert below
Code: [Select]
require(ROOT_PATH.'includes/sessions.php');
This:
Code: [Select]
$url = "index.php";

Thank you very much @master! It works great! ;-)

Nice greetings,
Michael.

Pages: [1] 2 3 4 5