option LightBox

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
ssyfrig
Posts: 364
Joined: Tue 2. Mar 2004, 17:01
Location: Zürich / Switzerland
Contact:

option LightBox

Post by ssyfrig »

Hi

In witch table / column can I found the option LightBox for the content part images? (phpwmcs 1.3.3)

thanks, Sven
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

ssyfrig
Posts: 364
Joined: Tue 2. Mar 2004, 17:01
Location: Zürich / Switzerland
Contact:

Post by ssyfrig »

Hi DeXXus

thanks, but I search for a solution to enable the lightbox function on 300 images contentparts. I would like to this by a sql command not by hand.

greez sven
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Not sure if you can... since the article_image is stored in the database as a blob?
Anybody else know a way to mark 300+ images in the MySQL database itself?
ssyfrig
Posts: 364
Joined: Tue 2. Mar 2004, 17:01
Location: Zürich / Switzerland
Contact:

Post by ssyfrig »

do you mean the option if lightbox is enabled or not is part of the blob?

greez sven
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi sven,

please have a look into your db.

table: phpwcms_articlecontent -> acontent_form ->
search for this string
..... s:8:"lightbox";i:1; ....... = on
..... s:8:"lightbox";i:0; ....... = off

And enable:
..... s:4:"zoom";i:1; .....

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
ssyfrig
Posts: 364
Joined: Tue 2. Mar 2004, 17:01
Location: Zürich / Switzerland
Contact:

Post by ssyfrig »

Hi Knut

Many thanks, with your help I found these entrys.

my site is a upgraded site from 1.2.8. And I think the lightbox option will set at the first time I save the images CP with 1.3.3. Because only 4-6 cp have the lightbox option.

Noch in Deutsch :-)
Habe die Einträge mit Deiner Hilfe gefunden, besten Dank.
Vermute das ich aber immer noch ein Problem habe. Deine diese
Seite ist eine upgrade Seite von 1.2.8 auf 1.3.3. Ich denke die Option lightbox wird erst gesetzt wenn ich die CP Bilder das erste mal mit der 1.3.3 version speichere. Wenn ich die Tabelle extportiere und nach lightbox suche finde ich gerade mal 4-6 Einträge und das sind die welche ich von Hand aktiviert habe.

greez Sven
Post Reply