I have followed (thoroughly) all the steps on
http://www.vacilando.eu/bg
and the content still ends up just showing up as the text of the tag!
I am running drupal 5.7 with newest versions of mysql and BG. I just downloaded and installed all files today. Running this on WAMP stack on a server 2k3 box.

Hope someone can help, I want to use this badly.

Comments

defdef’s picture

Edit: URL to page I am trying to put this on is:
http://justinhaddeland.homeip.net/redirect/?q=node/7

prodosh’s picture

first you need to make sure the user role(s) that are editing pages with the bg tag have been granted access to brilliant gallery either through "users -> access control" or through "administration -> site configuration -> brilliant gallery -> configure"

have you enabled the bg tag in "administration -> site configuration -> input formats"? if not it won't work.
you need to enable the bg tag in the "filtered html" and "full html" input formats, depending on which you are using.

on the edit page, you may need to switch the input format to "full html" for the tag to be picked up. i actually have this issue on some installations - it works fine with full html, but not with filtered html.

Anonymous’s picture

I've followed the instructions, checked and re-checked but this just isn't working. Any other clues?

vammpiro’s picture

I'm having this problem too, do u solve it?

ipwa’s picture

I have the same problem, when I check the input filters Brilliant Gallery doesn't come up. The block and the default page work perfectly, just not the input filter. I even tried making an input filter called Gallery with only the Brilliant Gallery filter and when creating content and opening up the input filters the Gallery input filter is there, but there are no specified filter in bullet point under it.

Any help would be great!

vadim.bich’s picture

I found that if using it with Filtered Html, Brilliant Gallery filter must be applied AFTER Filtered Html. By default Filtered Html does not allow Only local images are allowed. tags, generated by Brilliant Gallery filter, so the output gets broken. Use weights to put Filtered Html before Brilliant Gallery filter.

Anonymous’s picture

Status: Active » Closed (won't fix)
Anonymous’s picture

Status: Closed (won't fix) » Closed (fixed)
heroineofthe90s’s picture

i have the same problem, too.
had followed every settings mentioned in http://www.vacilando.eu/bg but the tag just keep on showing as plain text to my added content [blog for example]

here's my tag used:
[bg |test | 5 | random] <= this will show as plain text to my blog entry
[bg|test|5|random] <= tag won't show to my blog but photo gallery still won't show into my added content.

in my Input format when creating my content, i have tried switching between Filtered and Full, to no avail :(
i'm using drupal 6.3

ipwa’s picture

Status: Closed (fixed) » Active
unscarred1925’s picture

Version: 5.x-2.9 » 6.x-1.x-dev

I have similar problems like everyone here. Followed all instructions, but still the code "[bg|test|10|45|random|10|#000000]" does not show up. Please help us!

unscarred1925’s picture

myfresnofitness.com’s picture

I have the same results with the same testing... using 6.2 and Firefox browser. Have cleared the browser as well... thinking it might be a cache issue... but the gallery will not show.

Using the standard Full HTML filter and PHP Filter with Brilliant Gallery enabled.

sylverCode’s picture

Same problem here. Using the 6.4 version.

whenis’s picture

Version: 6.x-1.x-dev » 6.x-1.2

First of all, thanks for the module, it works well, but the path is direct to the main folder, i am about to use [bg|xxx] to direct the subpath to show my own photoes to my friends, but when i type [bg|own|10|45|random|10|#000000] in the edit page and config the filter to full html filter and then apply to , the photos do not appear and no link like as [bg|xxx] on the page, help me out here, thanks a lot.

www.songyun.org

the main folder it works well like "olympic gallery" button,

theactiveme’s picture

same problem as with above, on drupal 6.4. I'm trying to make this dynamic, so including it in contemplate. I just get the tag as plain text on the resulting page.

thanks!

jcjohnson’s picture

I had the same problem and, after enabling the tag under input formats, was able to print the gallery dynamically from a template file like so:

$BGTag = '[bg|'.$field_folder_name[0]['view'].']';
print check_markup($BGTag);