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

Pages: 1 [2] 3 4 5 6 ... 120
16
the best way is: post in the thread about this template :wink:


Kurt

17
Mods & Plugins (Releases & Support) / Re: [MOD] Photo Preview Hack
« on: March 28, 2009, 09:57:06 AM »
Hi,

Small update: 28.03.2009

http://www.4homepages.de/forum/index.php?topic=7294.msg124362#msg124362

- static html code now in details.html
- css for the tables now in style.css
- the thumbsize in previews: settings now easier to find in details.php


Kurt

18
nö, .... nochmals alle Dateien von Ordner captcha und captcha.php hochladen
vielleicht lädt dein ftp prog die .ttf im falschem mode hoch...
Standard für .ttf: BINARY mode


Kurt

19
na, jetzt wird das schon  :wink:
aber:
http://partyzion.de/captcha.php
ist auch noch nicht so, wie es sein soll :|

Kurt

20
hallo,

wie soll es auch angezeigt werden, wenn nicht mal die Direktlinks funktionieren  8O

http://partyzion.de/data/thumbnails/2/partyzion.de_2006.12.09_Münze_13_Blauer_Salon_Keller_006.JPG

ich würde halt mal ein Bild mit normalemn Namen hochladen: test.jpg
Als Webmaster sollte man wissen, dass man zumindest kein Ä, Ö, Ü verwenden sollte....



Kurt

21
Hallo,

Code: [Select]
<form method="post" action="{url_member}">
  <input type="hidden" name="action" value="deleteaccount">
  <input type="hidden" name="progress" value="1">
  <center><input type="submit" value="Account löschen" class="button" /></center>
</form>


Ist aber auch im Mod Thread beschrieben  8O


Gruss
Kurt

22
hallo,

in den generierten links befinden sich 2 session_id's
Quote
<a href="./categories.php?cat_id=53&amp;sessionid=e7b0033b1242da4c83c6e6aa4d5bc25b&sessionid=e7b0033b1242da4c83c6e6aa4d5bc25b" class="subcat">Zoo</a>

Gab hier schon einige Threads über diese Problem... musst mal suchen... Vielleicht ist das der Grund....


Gruß
Kurt

23
Mods & Plugins (Releases & Support) / Re: [MOD] Photo Preview Hack
« on: March 25, 2009, 06:09:53 AM »
Hi richtest,

in details.php
search:
Code: [Select]
    $t_template .= "<td align=\"center\" style=\"border: 1px solid #004C75; background: #F1F1F1; padding: .1cm\">\n";
    } else {
    $t_template .= "<td align=\"center\" style=\"border: 1px dashed #004C75; padding: .1cm\">\n";
replace with:
Code: [Select]
    $t_template .= "<td align=\"center\" valign=\"top\" style=\"border: 1px solid #004C75; background: #F1F1F1; padding: .1cm\">\n";
    } else {
    $t_template .= "<td align=\"center\" valign=\"top\" style=\"border: 1px dashed #004C75; padding: .1cm\">\n";


Kurt

24
Discussion & Troubleshooting / Re: User Registration
« on: March 25, 2009, 06:02:37 AM »
contact templateowner
or look here to find the changed template parts for every 4images version.
http://www.4homepages.de/forum/index.php?board=1.0


Kurt

25
wenn man schon eine Frage stellt und Hilfe erwartet, solte man zumindest die richtige url zu der 4images galerie angeben....

Ausserdem was ist der Grund für das geänderte template Copyright.  :?: :?:


Kurt

26
Installation, Update & Configuration / Re: Search.php title problem
« on: March 15, 2009, 05:21:08 PM »
Hi,

yes, this is wrong. You show only the image_name from the random image  :wink:

In search.php
search:
Code: [Select]
  "content" => $content,
  "msg" => $msg,
  "clickstream" => $clickstream,
before add:
Code: [Select]
    "search_keywords" => format_text(stripslashes($org_search_keywords), 2),
now the code for your title is:
Code: [Select]
<title>Search {search_keywords}</title>


Kurt

27
Discussion & Troubleshooting / Re: Duplicate content (duplicate pages)
« on: March 15, 2009, 10:04:20 AM »
and i hope, you don't use multilanguage... a lot of duplicate content  8O  :wink:

site.com/details.php?image_id=22&l=deutsch
site.com/details.php?image_id=22&l=english
site.com/details.php?image_id=22&l=french
....
site.com/index.php?image_id=22&l=deutsch
site.com/index.php?image_id=22&l=english
site.com/index.php?image_id=22&l=french
...

Kurt

29
 :?:
Code: [Select]
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
Code: [Select]
body > div#header { :?:

FF show no css error....

30
Hi,

Quote
any ideas?
yes, look in http://www.woolpack-almondbury.com/includes/style.css
You have a lot of mistakes in the css codes => cleanup the css an test page again....

- delete:
Code: [Select]
<?php
$show_head 
1;
include(
"../includes/header.php");
?>
- put "DOCTYPE" on top of the header.html


If you haven't any 4images copyright license, rebuild the copyright text with link



Kurt

Pages: 1 [2] 3 4 5 6 ... 120