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 - michi-w.

Pages: 1 [2] 3 4 5 6 ... 23
16
Installation, Update & Configuration / Re: Serverumzug
« on: May 04, 2008, 07:54:37 PM »
Geht nicht, beim Upload linkt es auf die alte Datenbank. Habe jetzt neu installiert.

17
Installation, Update & Configuration / Re: Serverumzug
« on: May 04, 2008, 06:23:59 PM »
Hallo,

wenn ich den Root ändern möchte, wie mache ich das?
Ich möchte meine alte Script Version in ein Unterverzeichnis übertragen, um die aktuelle Version installieren zu können. Doch möchte ich die alte Version nicht löschen, sondern als Archiv weiter nutzen.

Gruß
michi-w.

18
Installation, Update & Configuration / von 1.7.3 auf 1.7.6
« on: May 04, 2008, 04:17:59 PM »
Hallo,

ich habe mein Script etwas vernachlässigt, da ich einige Mods und Layout Veränderungen eingebaut habe, möchte ich das Script nicht neu installieren.

Wie kann ich von 1.7.3 auf die Version 1.7.6 updaten?

Gruß
michi-w.

19
Klappt super, einfach in der details.html den Abschnitt so verändern:
Code: [Select]
<td align="center">
{if user_loggedin}{melden_button}{endif user_loggedin}
</td>

20
Viel mehr kann ich leider nicht helfen, ich habe mir den Mod von einem Kumpel machen lassen.

Gruß
michi-w.

21
Hallo,

ist der Punkt hinter ch nicht zuviel?
Quote
bildmelden@xfoto.ch.";

Gruß
michi-w.

22
Installation, Update & Configuration / Re: Direct link to images
« on: February 13, 2007, 03:07:40 PM »
I dont know, my version is 1.7.3

23
Installation, Update & Configuration / Re: Direct link to images
« on: February 13, 2007, 02:22:10 PM »
ok, try this:
open /includes/functions.php
Find:
Code: [Select]
function get_media_codeone line down, in global add $script_url

My functions.php
Code: [Select]
function get_media_code($media_file_name, $image_id = 0, $cat_id = 0, $image_name = "", $mode = "", $show_link = 0, $detailed_view = 0) {
  global $site_template, $site_sess, $lang, $mode, $script_url;
$script_url :!:


 :!:
Code: [Select]
<a href="{image_path}" target="_blank" title="">pic</a> :!:

List? No! The root path of the upload in details.htm

Look
http://www.web-upload.de/details.php?image_id=10

24
Installation, Update & Configuration / Re: Direct link to images
« on: February 13, 2007, 01:56:33 PM »
ok, try this:
open /includes/functions.php
Find:
Code: [Select]
function get_media_codeone line down, in global add $script_url
then find:
Code: [Select]
"image_name" => $image_name,add after:
Code: [Select]
"image_path" => $site_sess->url($script_url.(preg_replace("/(\?.*)/", "", str_replace("./", "/", preg_replace("/(\?.*)/", "",$media_src))))),

then in /templates/<yourtemplate>/details.html u can use {image_path}

My functions.php
Code: [Select]
function get_media_code($media_file_name, $image_id = 0, $cat_id = 0, $image_name = "", $mode = "", $show_link = 0, $detailed_view = 0) {
  global $site_template, $site_sess, $lang, $mode, $script_url;
$script_url :!:
and
Code: [Select]
$site_template->register_vars(array(
      "media_src" => $media_src,
      "media_icon" => $media_icon,
      "image_name" => $image_name,
      "image_path" => $site_sess->url($script_url.(preg_replace("/(\?.*)/", "", str_replace("./", "/", preg_replace("/(\?.*)/", "",$media_src))))),

{image_path} in details.html results in  http://www.yoursite.com/4images/data/media/2/3-31-03h.jpg

No
<a href=LINK TO SITE='Myspace Layouts'>Myspace Contact Tables</a>

Yes
<a href="{image_path}" target="_blank" title="">Myspace Contact Tables</a>

25
Chit Chat / Re: Mod Datenbank
« on: December 26, 2006, 06:55:48 PM »
Natürlich bin ich ein User :lol:, das ist wohl jeder der sich im Internet befindet.

Ich dachte nur, so eine Datenbank wäre übersichtlicher, außerdem wüßte man, das dort alle Bugfix enthalten sind, der Mod sich also in der aktuellsten Version befindet.

Aber war ja nur so ein Gedanke!

Gruß
michi-w.

26
Chit Chat / Re: Mod Datenbank
« on: December 26, 2006, 04:47:19 PM »
Weil das häufig nicht die Final Version sind, bzw. weil man sich dort mühsam die Bugfix aus dem Thread suchen muss.

27
Chit Chat / Mod Datenbank
« on: December 26, 2006, 03:09:26 PM »
Hallo,

wie wäre eine Finale Mod Datenbank wie für das phpbb Forum unter phpbb.de?
Also wo Mods gelistet werden die fertig sind.
Die jetzige Lösung ist etwas unübersichtlich.

Gruß
michi-w.

28
Hallo,

@m.a
ich habe einfach eine .ttf in annotate.ttf umbenannt und in das Script Root hochgeladen.
Außerdem noch in der ia.sql
Code: [Select]
annotation_text*My Fantastic Gallery at http://www.mydomain.com angepasst.

Gruß
michi-w.

29
Mods & Plugins (Releases & Support) / Re: Tell a friend
« on: December 08, 2006, 12:20:08 PM »
Das ist ein altes Problem und gibt es zum Beispiel auch bei phpbb Benachrichtigungen.
Bislang konnte ich keine Lösung finden!

Gruß
michi-w.

30
Installation, Update & Configuration / Update Anleitung 1.7.3 zu 1.7.4
« on: November 04, 2006, 02:04:44 AM »
Hallo,

ich brauch eine Schritt für Schritt Update Anleitung von Version  1.7.3 zu 1.7.4.

Den normalen Weg kann ich nicht gehen, weil ich sonst Mod`s gefährde.

Gruß
michi-w.

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