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

Pages: 1 ... 152 153 154 155 [156] 157 158 159
2326
Installation, Update & Configuration / Re: ImageMagick?! ...
« on: September 26, 2005, 01:01:59 PM »
das die thumbs erstellt werden musste erst in den einstellungen aktivieren...

und bei der "Maximale Höhe der Thumbnail-Bilder in Pixel" & "Maximale Breite der Thumbnail-Bilder in Pixel" musst Du die richtige größe für deine thumbs angeben...

2327
search the forum... (o:

batch & import give you a lot of Threads and Mods...

Also you can upload the images in the data/media/cat_id_folder and then go to acp and use "check new images"...

2328
Installation, Update & Configuration / Re: ImageMagick?! ...
« on: September 26, 2005, 09:06:52 AM »
Ist den kein GD installiert?

2329
Also hier geht es darum die Bilder vor dem verlinken auf anderen URL zu unterbinden.

Dafür muss auf dem Apache RewriteEngine laufen ohne dem geht das net.

Aber Du musst in den richtigen Themen posten und auch immer genau sagen was nicht geht und ggf Fehlermeldungen mit posten.

Wenn Du Probleme mit einem Mod/Plugin oder Hack hast dann bitte in den dafür vorgesehen Themen posten.

2331
i think your "php_admin_value upload_max_filesize" is set to 2MB

2332
Schreibe mal in englisch! So hilft dir nie jemand... )o:

Und weisst Du überhaupt um was es hier geht?

2333
/* */ hat in php die selbe Funktion wie <!-- --> in HTML

Damit kommentiert man die Teile aus...

2334
wie sieht es bisher den aus?
Und wie soll es im Anschluss aussehen?
Ohne diese Infos dürfte es schwer fallen die richtige Antwort zu geben...

Ansonsten kannst Du ja eine header.php anlegen die Du an der entsprechenden mit einem include einbindest.

2335
Discussion & Troubleshooting / Re: problem beim login
« on: September 24, 2005, 12:42:13 PM »
Ich denke das Du Probleme mit den Cookies hast...

Kannst ja mal Test Zugang einrichten und mir diesen per PN schicken...

2336
Installation, Update & Configuration / Re: Einbinden in meine Seite?
« on: September 24, 2005, 11:55:56 AM »
es muss keine schlimmen auswirkungen auf die darstellung haben aber zB Suchmaschinen und auch viele "Randgruppen Browser" werden Probleme mit deiner Seite bekommen!

2337
Discussion & Troubleshooting / Re: Error uploading image file
« on: September 24, 2005, 11:54:47 AM »
for the future make backups with cron...

                  <table width="100%" border="5" cellpadding="0" cellspacing="0">
                    <tr>
                      <td width="37" class="sambakiri"><img src="./templates/4images_dark/images/spacer.gif" alt="" width="37" height="19" /></td>
                      <td width="100%"><br>
                      </td>
                      <td width="19" rowspan="2"><img src="./templates/4images_dark/images/spacer.gif" alt="" width="19" height="19" /></td>
                      <td width="100%" height="113" valign="top">&nbsp;</td>
                    </tr>
                    <tr>
                      <td valign="top">&nbsp;</td>
                    </tr>
                  </table>

this table make the problems i think...

2338
Installation, Update & Configuration / Re: Einbinden in meine Seite?
« on: September 24, 2005, 11:42:01 AM »
1. nicht zwei mal den Body Tag im CSS neu definieren, den im moment hast Du:

body {
  background-color: #B3DBFF;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  scrollbar-base-color: #C40000;
  scrollbar-arrow-color: #874116;
  scrollbar-arrow-color: #D4D4D4;
}

dies schränkt die Schriftgröße auf 11 px ein und das wird wohl die änderungen bei deiner Navigation verursachen.

2. werden in der 4images CSS die TD P LI und UL Tags neu definiert was wohl die änderungen bei deiner Umfrage bewirkt, den ich gehe davon aus das Du sie in eine Tabelle gesteckt hast.

ul, li, p, td {
  color: #004c75;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

Durch den Teil werden alle Schriften innerhalb von <td></td>, <p></p> usw auf die oben angegebene Farbe und auch auf 11 px gesetzt.


Du darfst aber keine zwei Head und Body Tags benutzen!!! (o:

2339
Discussion & Troubleshooting / Re: Error uploading image file
« on: September 24, 2005, 11:33:48 AM »
you meen the layout problem?

i think the member_uploadform.html has not enough width give the table 100% width...

2340
Installation, Update & Configuration / Re: Einbinden in meine Seite?
« on: September 24, 2005, 11:27:31 AM »
Das liegt ganz klar an den CSS und Du musst die jetzt so anpassen bis alles fein aussieht.

Aber so lange Du solch einen Code produzierst wird dir hier niemand helfen können...

Code: [Select]
</head>

<body bgcolor="#B3DBFF" text="black" link="black" vlink="black" alink="black">
<div align="center">
<p></p>
<table border="0" style="border-top-color:#000000; border-left-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-width:1px; border-style:solid; color:#000000; " cellspacing="0" cellpadding="0" bgcolor="#B3DBFF">
<tr height="148">
<td valign="bottom" bgcolor="#B3DBFF" width="128" height="148" background="http://www.michis-homepage.net/layout/1/left.gif"> <style type="text/css">
<!--
#navi a:link { text-decoration:none; color:#000000; }
#navi a:visited { text-decoration:none; color:#000000; }
#navi a:hover { text-decoration:none; color:#C40000; }
#navi a:active { text-decoration:none; color:#C40000; }
-->
</style>
</head>

<body bgcolor="#ffffff">

Zwei head und zwei body tags sind in jedemfall einer zuviel... (o:

Pages: 1 ... 152 153 154 155 [156] 157 158 159