Search found 4 matches

by jupiterj
Thu 9. Aug 2007, 22:01
Forum: hacks & enhancements Support
Topic: Problem nach Calendar Mod install
Replies: 5
Views: 24484

Hi,

die Fehlermeldung bekommst du weg, indem du die Zeile 114 in QCalendarAdmin.php korrigierst:


...title='".htmlentities(substr($this->monthNames[$nextMonth-1], 0, 3))...


Zur Einstellung:
Schau dir mal die Readme an: z.B.
{QCAL:1:en}
in einen Contenpart auf der Seite einfügen.


Gruß
Jup
by jupiterj
Mon 8. Jan 2007, 21:54
Forum: hacks & enhancements
Topic: Make Lightbox 1.0 simple enhancement for phpwcms contentpart
Replies: 115
Views: 80189

Hi culda_a,

aditional question: is it possible to change the color from the background effect?

I think you talk about the default black transparent background:

Goto lightbox.css and search for
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px ...
by jupiterj
Mon 8. Jan 2007, 21:46
Forum: hacks & enhancements
Topic: Make Lightbox 1.0 simple enhancement for phpwcms contentpart
Replies: 115
Views: 80189

Hi breitsch,

how do you integrated the option: "Caption only in Popup?"
I use the lightbox and I want to display the captions (Bildunterzeile) only in the popup and not on the normal page.
by jupiterj
Mon 8. Jan 2007, 21:08
Forum: hacks & enhancements
Topic: Make Lightbox 1.0 simple enhancement for phpwcms contentpart
Replies: 115
Views: 80189

Some problems ...

My installation of the lightbox failed.

The problem is, that the Site doesn´t find the Java-Scripts.

I implemeted the following line in lightbox.php (after the line: preg_match_all($searchcp,$content["all"],$matchcp, PREG_PATTERN_ORDER);)

$phpwcms["templates"] = TEMPLATE_PATH;

and

changed the ...