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

Pages: 1 2 3 [4]
46
hi everybody,
I have installed that mod and it works nearly perfect. I only have one problem if I want to write a message in the input for the reciever (mail to) there is always a number at the moment it is the 7. its equal if i logged in as user 1 or 2 or 5. If I go to a profil and click write new message not the username is in the field mail to but also the number. Also if I will reply to a message.
I have make some test with echo the variable $username will be set right all the time but here:

"username" => stripslashes(($user_row['user_name']) ? $user_row['user_name'] : $username),

is the error. that variable $user_row['user_name'] have the number.

I hope you can help me. If I delete the number an write a name into the mail to field than i can send the pm without problems:)

47
Wow it looks very great...
Good Job again

48
Requests for paid modifications / Jobbörse / Multiajax Upload
« on: March 20, 2010, 06:45:30 PM »
Hi everybody,

I need somebody who is able to integrate a ajax multipicture upload to 4images. I think for example about the swf upload. Here you can see a demo:
demo.webdeveloperplus.com/jquery-swfupload/
More details about the look a can give you via pm or icq, msn what every you like.  :wink:
I can't tell a price if here is someone who will try it please contact me than we will talk about the price.

Best Regards
Crazymodder

49
I think many people would like that mod. If here is someone who is able to intergrate that swf upload please answer.
I alos wouldl pay for that mod;)

50
I also search for a mod like that...I would be very wonderfull:)

51
Hi everybody

I have download the seo.rar and change the session.php and add the .htaccess to my gallery. Nearly everythink works perfect but in lightbox.html i get an error if i want to click on an image to get to details.php.
the links look so:
r{image_id}.lightbox.html
but i think they have to look so:
r_{cat_name}_{pic_name}_{image_id}.html

Somebody have a solution for that problem?:)

52
Yes i have try 2.2b...But there the url looks like this:
k1.2.html
and thats wrong my functions.php look so:

Code: [Select]
function get_category_path($cat_id = 0, $detail_path = 0, $page = 0) {
  global $site_sess, $config, $cat_cache, $url;
  $parent_id = 1;
  while ($parent_id) {
    if (!isset($cat_cache[$cat_id]['cat_parent_id'])) {
      return false;
    }
    $parent_id = $cat_cache[$cat_id]['cat_parent_id'];

    if (empty($path)) {
      if ($detail_path) {
        $cat_url = ROOT_PATH."categories.php?".URL_CAT_ID."=".$cat_id;
        if (preg_match("/".URL_PAGE."=([0-9]+)/", $url, $regs)) {
          if (!empty($regs[1]) && $regs[1] != 1) {
            $cat_url .= "&".URL_PAGE."=".$regs[1];
          }
        }
        $path = "<a href=\"".$site_sess->url($cat_url)."\" class=\"clickstream\">".format_text($cat_cache[$cat_id]['cat_name'], 2)."</a>";
      }
      else  {
        $path = format_text($cat_cache[$cat_id]['cat_name'], 2);
      }
    }
    else {
      $path = "<a href=\"".$site_sess->url(ROOT_PATH."categories.php?".URL_CAT_ID."=".$cat_id)."\" class=\"clickstream\">".format_text($cat_cache[$cat_id]['cat_name'], 2)."</a>".$config['category_separator'].$path;
    }
    $cat_id = $parent_id;
  } // end while
  if ($page > 1){
    $path = $path.$config['category_separator']."<a href=\"".$site_sess->url($cat_url."&amp;".URL_PAGE."=".$page)."\" class=\"clickstream\">page ".$page."</a>";
  }
  return $path;
}

54
Hi at first thanks for that great mod...It works nearly perfectly. I have installed the Google friendly urls. Now there is a problem if i use the orginal code.
 in functions.php i change the code to:

Code: [Select]
  if ($page > 1){
    $path = $path.$config['category_separator']."<a href=\"".$cat_url."&amp;page=".$page."\" class=\"clickstream\">Seite ".$page."</a>";

no it works but the format is:
categories.php?cat_id=1&page=2 and not k_catname_1.html?page=2

i know i have to use:
.$site_sess->url but if i do this the url categories.php?cat_id=1&page=2 looks so: k_1.2.

I hope someone have an idea;) thanks

55
Mods & Plugins (Requests & Discussions) / Second Thumbnail Size
« on: February 15, 2010, 07:31:27 PM »
Hi everybody
I search for a mod like this one: http://www.4homepages.de/forum/index.php?topic=25017.0 . But I want to create a second thumbnails size. This thumbnail should be storred in /data/minithumbnails/cat_id/picture_name. So the mod i found didn't work for me because there only the image get resized and not saved.
I hope someone is able to make a mod for this. So that i have the normal image, the thumbnail and a second thumbnail (minithumbnail).
Thanks for your help.

Best regards
Crazymodder

56
Mods & Plugins (Requests & Discussions) / Re: 2 image cells
« on: January 15, 2010, 02:42:00 PM »
Hallo alle zusammen,

Ist meine Frage etwas zu umständlich formuliert? Benötigt ihe eventuell eine Beschreibung auf Englisch?

Edit:
Ich habe eine Lösung gefunden:
Code: [Select]
    show_image($image_row);
$thumbnails_neu= get_cat_template($thumb_art, $cat_id);
$thumbnails .= $site_template->parse_template("$thumbnails_neu");
    $thumbnails .= "\n</td>\n";

    $count++;
if ($thumbnails_neu == "thumbnail_bit_3") {
      if ($count == 5) {
      $thumbnails .= "</tr>\n";
      $count = 0;}
}
elseif ($count == $config['image_cells']) {
      $thumbnails .= "</tr>\n";
      $count = 0;
}
  } // end while


57
Mods & Plugins (Requests & Discussions) / 2 image cells
« on: January 11, 2010, 01:51:11 PM »
Hallo,

Ich habe diese beiden mods eingebaut:
http://www.4homepages.de/forum/index.php?topic=1847.0
und
xxx: xxx: 4homepages. de/forum/viewtopic. php?t=2218
funktioniert auch alles super. Ich habe nun für die Kategorie ID 3 ein Template erstellt. Einmal categories_3.html und thumbnail_bit_3.html. In meinem Admin Menü habe ich eingestellt das 2 Thumbnails nebeneinander sein sollen eingestellt. Nun würde ich gerne für die Kategorie 3 aber 5 Thumbnails nebeneinander haben wollen.
Weiß jmd. was ich hierfür in der categories.php ändern muss?

Pages: 1 2 3 [4]