![]() |
|
New SQL Field - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: New SQL Field (/thread-3027.html) |
New SQL Field - digitome - 2008-06-02 Can anyone tell me how to add another field like the description to show on the album page? New SQL Field - sbillard - 2008-06-02 There is a field called "custom data" that you could use like the description. Then you would add code to the album page to print that field. You get the field by calling New SQL Field - digitome - 2008-06-03 Okay thanks i'll give it a shot New SQL Field - eddiejanzer - 2008-06-03 this "custom data" field, is it only reserved for one extra field? New SQL Field - sbillard - 2008-06-03 There is only one Customdata database field each for albums and images. However, you can use this field in any way you wish. For instance, you could place your sub-fileds in it separated by some character, say a comma. Then you could use:
Which would give you an array containing each of your subfields. New SQL Field - eddiejanzer - 2008-06-05 ok, thanks... I will look into it further |