tags:

views:

111

answers:

1

Hi,

I want to use the Brilliant Gallery (Drupal) to show a public Picasa album. According to the documentation (http://vacilando.net/bg), the RSS feed of your album should be a tag:

Then, in your your web version of the album, right click & copy its "RSS" link, and simply use that link instead of the local path in the [bg|path] tag ... e.g. [bg|http://picasaweb.google.com/data/feed/base/user/tjfulopp/albumid/5290148828710951169?alt=rss&kind=photo&hl=en_US].

My question: I dont have a clue where I can paste this RSS feed; and where to put this [bg...] tag. I went to the brlliant_gallery/settings cannot find anything like fill your tag here. Created a node and put [bg|..] etc in, did not work.

Where to put the [bg|..] tag?

+1  A: 

You most likely skipped over the step where you need to set up the brilliant gallery filter on an input format. This makes it so Drupal will use Brilliant Gallery to process the [bg|..] tag when you place it in a node.

Make sure you have enabled the Module in Site Building -> Modules. Then, go to Site Configuration -> Input Formats (or http://yoursite.com/admin/settings/filters ) and via the "configure" link enable one of your input formats to recognize the Brilliant Gallery Tag. I'd suggest doing this on "Filtered HTML" and then when you create your node, make sure the input format for it is set to "Filtered HTML.

Create a node just as you said and place the [bg|http://picasaweb.google.com/data/feed/base/user/tjfulopp/albumid/5290148828710951169?alt=rss&kind=photo&hl=en_US] tag in it, replacing that URL with your Picasa RSS URL of course, and you should be good to go.

For further instructions, you can see the author of that module's documentation at: http://vacilando.net/bg

nowarninglabel
Thx. This step I could not find in the documentation.I get an empty page...I created a new Input Format. Checked BG and Lightbox boxes. Created a node. Entered [bg|..] public album. Nothing on the page...
Dr. Hfuhruhurr
Dr. Hfuhruhurr
I used a clean drupal install 6.19, only BG and lightbox2 installedin files I have bgcache directory, all 777.
Dr. Hfuhruhurr

related questions