Author Topic: [MOD] Small Calendar with nav, links and search  (Read 49788 times)

0 Members and 1 Guest are viewing this topic.

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: [MOD] Small Calendar with nav, links and search
« Reply #15 on: December 01, 2005, 06:55:42 PM »
Hello,

thanks for your answer. Now it works...:)
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline Useieri

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] Small Calendar with nav, links and search
« Reply #16 on: October 28, 2006, 07:00:01 AM »
which the reason of this error? :cry:



{in the page: search.php}

Offline ch€ri{Bi}²

  • Sr. Member
  • ****
  • Posts: 315
  • A PRoBLeM wIthOUt SoLuTioN Is NoT rEAllY a PRoBLeM
    • View Profile
    • Pat's Gallery
Re: [MOD] Small Calendar with nav, links and search
« Reply #17 on: October 30, 2006, 01:03:46 PM »
i think your problem is related to this
these values depend on your css stylesheet.
ch€ri{Bi}²


Offline Darkness2001

  • Full Member
  • ***
  • Posts: 151
    • View Profile
    • photo-galerie-online
Re: [MOD] Small Calendar with nav, links and search
« Reply #18 on: October 30, 2006, 02:06:31 PM »
Hallo,

werde den MOD gleich mal heut Abend einbauen und ausprobieren  :lol:

Grüße Darkness  :mrgreen:

Offline Useieri

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] Small Calendar with nav, links and search
« Reply #19 on: October 31, 2006, 03:47:01 PM »
i think your problem is related to this
these values depend on your css stylesheet.
in mine css has all the necessary values =/

Offline Darkness2001

  • Full Member
  • ***
  • Posts: 151
    • View Profile
    • photo-galerie-online
Re: [MOD] Small Calendar with nav, links and search
« Reply #20 on: October 31, 2006, 10:41:54 PM »
Hallo,

habe auch das Probl. mit des css Einträgen, ist es richtig das ich diese nachträglich in die css einbauen muss ?

Grüße Darkness  :mrgreen:

Notice: Use of undefined constant bordercolor - assumed 'bordercolor' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant head2 - assumed 'head2' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant tablehead - assumed 'tablehead' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant imagerow1 - assumed 'imagerow1' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant imagerow2 - assumed 'imagerow2' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant navbar - assumed 'navbar' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant button_new - assumed 'button_new' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693
« Last Edit: October 31, 2006, 11:01:23 PM by Darkness2001 »

Offline ch€ri{Bi}²

  • Sr. Member
  • ****
  • Posts: 315
  • A PRoBLeM wIthOUt SoLuTioN Is NoT rEAllY a PRoBLeM
    • View Profile
    • Pat's Gallery
Re: [MOD] Small Calendar with nav, links and search
« Reply #21 on: November 01, 2006, 04:41:41 PM »
in mine css has all the necessary values =/
and these values are ....????

just modify the red parameter in your /includes/page_header.php:
Quote
$nav_calendar = get_calendar('', bordercolor, head2, tablehead, imagerow1, imagerow2, navbar, button_new);
// paramters => function get_calendar($date = '', $class_table, $class_nav, $class_week_days, $class_noday, $class_eachday, $class_today,$class_linkday)

as i said in the original post:
Quote from: cheribibi
Note : these values ( bordercolor, head2, tablehead, imagerow1, imagerow2, navbar, button_new ) are mine. it correspond to the classes (see in the file style.css into your template directory) who will be used for the calendar.
Do not hesitate to modify them to personalize the colors of your calendar.

you must take some  values of classes from your own css stylesheet and replace them in the code...
ch€ri{Bi}²


Offline Darkness2001

  • Full Member
  • ***
  • Posts: 151
    • View Profile
    • photo-galerie-online
Re: [MOD] Small Calendar with nav, links and search
« Reply #22 on: November 01, 2006, 05:33:29 PM »
Hello,

i dont find the error ?? why

Can your help me please for the error.

my style css  :

.bordercolor {
}
.head2{}
.tablehead{}
.imagerow1{}
.imagerow2 {}
.navbar {}
.button_new {}
.class_table {}

error:

Notice: Use of undefined constant bordercolor - assumed 'bordercolor' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant head2 - assumed 'head2' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant tablehead - assumed 'tablehead' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant imagerow1 - assumed 'imagerow1' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant imagerow2 - assumed 'imagerow2' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant navbar - assumed 'navbar' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Notice: Use of undefined constant button_new - assumed 'button_new' in /homepages/35/d85936339/htdocs/1images/includes/page_header.php on line 693

Greez Darkness  :mrgreen:


Ps: die css Datei habe ich angepasst. Funktioniert auch soweit, doch die Fehler werden immer angezeigt
Das Kalenderdesign ändert sich auch entsprechend. Komme nur nicht mit den Fehlern klar und finde auch nicht die Fehlerquelle ?? !!
« Last Edit: November 01, 2006, 06:53:57 PM by Darkness2001 »

Offline Useieri

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] Small Calendar with nav, links and search
« Reply #23 on: November 07, 2006, 02:17:21 AM »
in mine css has all the necessary values =/
and these values are ....????
bordercolor, head2, tablehead, imagerow1, imagerow2, navbar, button_new and class_table  :wink:

error:
Quote
Notice: Use of undefined constant bordercolor - assumed 'bordercolor' in /home/useieri/public_html/photos/includes/page_header.php on line 373

Notice: Use of undefined constant head2 - assumed 'head2' in /home/useieri/public_html/photos/includes/page_header.php on line 373

Notice: Use of undefined constant tablehead - assumed 'tablehead' in /home/useieri/public_html/photos/includes/page_header.php on line 373

Notice: Use of undefined constant imagerow1 - assumed 'imagerow1' in /home/useieri/public_html/photos/includes/page_header.php on line 373

Notice: Use of undefined constant imagerow2 - assumed 'imagerow2' in /home/useieri/public_html/photos/includes/page_header.php on line 373

Notice: Use of undefined constant navbar - assumed 'navbar' in /home/useieri/public_html/photos/includes/page_header.php on line 373

Notice: Use of undefined constant button_new - assumed 'button_new' in /home/useieri/public_html/photos/includes/page_header.php on line 373

Notice: Undefined offset: 7 in /home/useieri/public_html/photos/includes/functions.php on line 1830
« Last Edit: November 07, 2006, 05:14:24 AM by Useieri »

Offline ch€ri{Bi}²

  • Sr. Member
  • ****
  • Posts: 315
  • A PRoBLeM wIthOUt SoLuTioN Is NoT rEAllY a PRoBLeM
    • View Profile
    • Pat's Gallery
Re: [MOD] Small Calendar with nav, links and search
« Reply #24 on: November 07, 2006, 09:34:50 AM »
my style css :

.bordercolor {
}
.head2{}
.tablehead{}
.imagerow1{}
.imagerow2 {}
.navbar {}
.button_new {}
.class_table {}
these classes should not be empty  :?

1 - open the default 4images stylesheet  (style.css in templates/default dir)
2 - take the original values of classes   
3 - put them in your own stylesheet
ch€ri{Bi}²


Offline Darkness2001

  • Full Member
  • ***
  • Posts: 151
    • View Profile
    • photo-galerie-online
Re: [MOD] Small Calendar with nav, links and search
« Reply #25 on: November 07, 2006, 09:55:25 AM »
my style css :

.bordercolor {
}
.head2{}
.tablehead{}
.imagerow1{}
.imagerow2 {}
.navbar {}
.button_new {}
.class_table {}
these classes should not be empty  :?

1 - open the default 4images stylesheet  (style.css in templates/default dir)
2 - take the original values of classes   
3 - put them in your own stylesheet

@ch€ri{Bi}²,

i put the class types in the style.css with .... .class_table { background: #000000;  etc. }

I put it in and dont working. I have [see last message] a many error's in the page_header. I think the MOD no working in Vers. 1.7.4


Greez Darkness  :mrgreen:

Offline mikevid

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Small Calendar with nav, links and search
« Reply #26 on: November 07, 2006, 04:22:14 PM »
Great mod, thank you. 

One fyi-
When I hover previous year <<<, I got next year "alt"
When I hover next year >>>, I got previous year "alt"

I switched the words  'Next year', 'Previous year' at the end of the misc section in functions.php to fix the problem. Now it looks like this:
Code: [Select]
$calendar_txt['english']['misc']        = array('Previous month', 'Next month', 'Previous day', 'Next day', 'Previous year', 'Next year');
« Last Edit: November 07, 2006, 04:43:20 PM by mikevid »

Offline Darkness2001

  • Full Member
  • ***
  • Posts: 151
    • View Profile
    • photo-galerie-online
Re: [MOD] Small Calendar with nav, links and search
« Reply #27 on: November 07, 2006, 11:47:26 PM »
Hello,

i have a idea, see here

http://www.4homepages.de/forum/index.php?topic=15157.msg82793#msg82793

Greez Darkness  :mrgreen:

With this is working ;-)

Offline ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] Small Calendar with nav, links and search
« Reply #28 on: March 13, 2007, 08:46:50 PM »
Hi! GReat mod, but when i click to a day with images i don't see nothing.. the search doen't work, i think that it is because * doesn't work in my gallery but i don't know how to fix my problem. could you help me please?
:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more

rinaldos

  • Guest
Re: [MOD] Small Calendar with nav, links and search
« Reply #29 on: March 14, 2007, 10:05:16 AM »
Hello

If you have installed this MOD :[HACK] Many More colors with only ONE template

then you have to change in /includes/function.php

find:
Code: [Select]
$output .= '@import url('.TEMPLATE_PATH.'/styles.css);'."\n";
change:
Code: [Select]
$output .= '@import url('.TEMPLATE_PATH.'/{mycss});'."\n";

Ingo