Author Topic: [MOD] Sitemap v1.0  (Read 170617 times)

0 Members and 1 Guest are viewing this topic.

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] Sitemap v1.0
« Reply #15 on: September 20, 2005, 04:51:18 PM »
Hallo,
Bin mir sicher alles richtig eingegeben, und auch hochgeladen zu haben.
Trotzdem findet er die sitemap.php nicht, obwohl sie im Root von 4images liegt.
ist das schon mal vorgekommen ?
http://www.mr-marker.de/4images/

gruss Harald
Danke Harald




Offline Matthias70

  • Full Member
  • ***
  • Posts: 199
    • View Profile
    • Bildergalerie
Re: [MOD] Sitemap v1.0
« Reply #16 on: September 20, 2005, 05:19:37 PM »
Hallo,
Bin mir sicher alles richtig eingegeben, und auch hochgeladen zu haben.
Trotzdem findet er die sitemap.php nicht, obwohl sie im Root von 4images liegt.
ist das schon mal vorgekommen ?
http://www.mr-marker.de/4images/

gruss Harald


Hallo Harald,
schaut dein root-path in der sitemap.php so aus?
Code: [Select]
define('ROOT_PATH', './');
Gruß
Matthias

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] Sitemap v1.0
« Reply #17 on: September 20, 2005, 05:51:03 PM »
Hi Matthias,
Ja, genauso
Code: [Select]
$main_template = 'sitemap';

define('GET_CACHES', 1);
define('ROOT_PATH', './');
include(ROOT_PATH.'global.php');
require(ROOT_PATH.'includes/sessions.php');
$user_access = get_permission();
$site_template->register_vars(array(
  "url_sitemap" => $site_sess->url(ROOT_PATH."sitemap.php"),
  "lang_sitemap" => $lang['sitemap']
));
include(ROOT_PATH.'includes/page_header.php');

if (!function_exists("multilang"))

gruss Harald
Danke Harald




Offline Matthias70

  • Full Member
  • ***
  • Posts: 199
    • View Profile
    • Bildergalerie
Re: [MOD] Sitemap v1.0
« Reply #18 on: September 20, 2005, 05:55:28 PM »
Hm, dann fällt mir als Lösungsvorschlag nur ein, dass du bei
Code: [Select]
define('ROOT_PATH', './');das ./ löscht und deinen tatsächlichen root-path einträgst.

vielleicht klappt das
Matthias

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] Sitemap v1.0
« Reply #19 on: September 20, 2005, 06:36:50 PM »
leider auch nicht
Kann mir vorstellen, weil ich auch Probleme mit dem bearbeiten von Katerogien hatte, die ich denn mit einem MOD von Jan (Einteilung) wieder hinbekommen habe.
Das heisst es sind einfach zu viele Katerogien für diesen Mod, der Stamm würde zu groß werden.
Mit einer + und - Einteilung würde es dann wieder klappen nehme ich an.
10372 Bilder in 3243 Kategorien
Danke Harald




Offline Maweryk

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
Re: [MOD] Sitemap v1.0
« Reply #20 on: September 20, 2005, 06:48:22 PM »
Das Problem werden die 3243 Kategorien sein.
Schau mal bitte welcher Wert bei Dir unter post_max_size steht.

Gruß

Markus

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] Sitemap v1.0
« Reply #21 on: September 20, 2005, 07:09:26 PM »
liegt auch daran, hab es gerade in einer anderen Galerie probiert und funz Super
Kann man den Baumstamm nicht klappbar machen, wie in dem Mod Katerogien bearbeiten ?
dann sollte es wieder klappen
den Wert werde ich mir gleich mal raussuchen
Danke Harald
Danke Harald




Offline Lunique

  • Full Member
  • ***
  • Posts: 109
  • V 1.7.7
    • View Profile
Re: [MOD] Sitemap v1.0
« Reply #22 on: October 10, 2005, 10:25:42 PM »
Hallo, mal ne Frage.
In dem Beispiel ist es ja so das sich zwei Farben abwechseln (find ich auch schön) aber die unterordner haben immer die gleiche Farbe wie ihr Überordner. Ist es auch möglich das die Farben sich Zeile für Zeile abwechseln egal ob es sich um Unterordner einer Kategorie handelt oder um neue Hauptkategorien?

vielen dank schonmal für eine antwort!

lg Luna

Offline TIMT

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] Sitemap v1.0
« Reply #23 on: October 14, 2005, 08:11:21 PM »
Hi

Is there a way to extend and reduce categories (directories) with sub-categories?

Thanks!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Sitemap v1.0
« Reply #24 on: October 14, 2005, 10:58:28 PM »
Hi

Is there a way to extend and reduce categories (directories) with sub-categories?

Thanks!
what do you mean?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline TIMT

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] Sitemap v1.0
« Reply #25 on: October 15, 2005, 12:20:06 AM »
I have a lot of categories with sub-categories.
Now I'd like to open a category by clicking on the folder to see all the sub-categories. with an other klick, the folder get closed and only the main-categories are shown. Like it is in a file-explorer. Jan-Lukas wrote about the same need and he uploaded a picture as an example. I hope, it is more clear, what I'm looking for.

Offline artpics

  • Full Member
  • ***
  • Posts: 173
    • View Profile
    • my site
Re: [MOD] Sitemap v1.0
« Reply #26 on: October 22, 2005, 11:15:47 AM »
 :D Thankyou V@no nice work

RT

Offline marod0er

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: [MOD] Sitemap v1.0
« Reply #27 on: October 24, 2005, 03:48:19 PM »
hi V@no
this sitemap mod works pretty nicely in a way to show the latest images in any category ... which truly serves a good purpose for me .

however , befre the catastrophe here , there was another sitemap mod which actually made a sitemap of each and every image page , not just the main categories . how can we get / do that ?

YES! Please, how do we do this? Nevermind showing just the categories, we want google to be able to spider every content page fast and easy!
Greetz: Lasse

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Sitemap v1.0
« Reply #28 on: October 24, 2005, 06:03:15 PM »
... I hope, it is more clear, what I'm looking for.

... it is clear ... use a toggle-java-script for your file-explorer ...  :wink:
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline marod0er

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: [MOD] Sitemap v1.0
« Reply #29 on: October 24, 2005, 07:40:55 PM »
mawenzi -> You seem to know what you're talking about... Maybe you could help with displaying the actualy image/content pages as well as the categories?
Greetz: Lasse