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

Pages: 1 2 3 [4] 5 6 7 8 9
46
I totally agree!  :D

47
... this ? http://www.4homepages.de/forum/index.php?topic=9063.msg42307#msg42307
Yes, like you have it. Could you please publish the MOD (if you havn't already) - otherwise please point me to the URL...

Thanks!

48
EXACTLY like this http://klick.kl.funpic.de/detail_list.php

But I don't need it to be that advanced. I really just need to list all the image pages, without thumbs, rating and what-have-we...

49
Is no one up for this? I still need it bad... Many of my pages has a hard time getting indexed!  :cry:

50
Well? Are you up for it?  :lol:

51
Discussion & Troubleshooting / Re: Modification of {clickstream}
« on: November 24, 2005, 08:44:43 PM »
Thanks, that worked.  8)

52
Discussion & Troubleshooting / Modification of {clickstream}
« on: November 23, 2005, 11:44:43 AM »
So, I have

Code: [Select]
//-----------------------------------------------------
//---Clickstream---------------------------------------
//-----------------------------------------------------
$clickstream = "<span class=\"clickstream\"><a href=\"".$site_sess->url(ROOT_PATH."index.php")."\" class=\"clickstream\">Home</a>".$config['category_separator'];

if ($mode == "lightbox" && $in_mode) {
  $page_url = "";
  if (preg_match("/".URL_PAGE."=([0-9]+)/", $url, $regs)) {
    if (!empty($regs[1]) && $regs[1] != 1) {
      $page_url = "?".URL_PAGE."=".$regs[1];
    }
  }
  $clickstream .= "<a href=\"".$site_sess->url(ROOT_PATH."lightbox.php".$page_url)."\" class=\"clickstream\">".$lang['lightbox']."</a>".$config['category_separator'];
}
elseif ($mode == "search" && $in_mode) {
  $page_url = "";
  if (preg_match("/".URL_PAGE."=([0-9]+)/", $url, $regs)) {
    if (!empty($regs[1]) && $regs[1] != 1) {
      $page_url = "&amp;".URL_PAGE."=".$regs[1];
    }
  }
  $clickstream .= "<a href=\"".$site_sess->url(ROOT_PATH."search.php?show_result=1".$page_url)."\" class=\"clickstream\">".$lang['search']."</a>".$config['category_separator'];
}
else {
  $clickstream .= get_category_path($cat_id, 1).$config['category_separator'];
}
$clickstream .= $image_name."</span>";

-in my details.php

This look like this on the actual html page:
Home / Category / Image page name

What, in the code above, do I have to remove in order for the clickstream to just display:
Home / Image page name (- Category)

?

Thanks in advance.

53
Vano, since you did the previous sitemap mod, couldn't you take a look at this one?

54
Discussion & Troubleshooting / Re: {image_date} variable
« on: November 14, 2005, 02:48:20 PM »
You're absolutely right.

Appreciate the heads up

55
Discussion & Troubleshooting / {image_date} variable
« on: November 14, 2005, 02:31:33 PM »
Hi.

When I insert {image_date} it outputs in this format:

Quote
14.11.2005 03:46

I want it to look like this: 14-11-2005 (and to have the time removed).

Where do I edit that? I take it it's somewhere in includes/functions.php, but where and how?

Thanks a bunch!

56
Bumpity bump!

57
Any news on this?
I will not include that feature in this mod, so you'd better go ahead and start a new topic in mod request forum ;)
So that is what I did ;)

58
This is in addition to the sitemap-script located at http://www.4homepages.de/forum/index.php?topic=9299.30

The old script is unable to list the actual image-page-links. It only lists categories, and subcategories. By also listing image-pages, search engines will be able to spider all pages better/easier.

Like this:

Category 1
  Subcategory
    Image page 1
    Image page 2
    Image page 3
    Image page 4

Etc.

It would be great if anyone is up to this... It's something we could all make use off.

Thanks in advance!

59
Mods & Plugins (Requests & Discussions) / Re: Idea For NewsLetter...
« on: November 09, 2005, 04:21:07 PM »
*  Admin should be able to add bulk new addresses.
*  Script should be able to detect whether or not a sent newsletter to a person, bounces.

60
Mods & Plugins (Releases & Support) / Re: [MOD] Sitemap v1.0
« on: November 03, 2005, 03:58:35 PM »
Any news on this?

Pages: 1 2 3 [4] 5 6 7 8 9