Hi Ron,

It probably something I'm doing wrong... I can't get the new <bib>citekey</bib> to work. I desactivated the footnote module like I read in one of the post here and created some citekey in a couple of biblios. I then created a new page with a single line :

Un essaie de la nouvelle fonction biblio<bib>edf000023</bib>.

I tried changing the input format from full html to php but I always get the same result :

Un essaie de la nouvelle fonction biblioedf000023.

Am I forgeting to do something !

Thank you !

Denis

Comments

rjerome’s picture

Have you activated the filter in the admin/settings/filters page?

For instance if you click on "configure" for the Filtered HTML filter, you will see a check box for References, if this is checked you may have to click on "Rearrange" (near the top of the page) and give the References filter a weight less than that of the HTML filter (i.e. -1).

By the way, the biblio filter and footnotes will work together now (I think only in the -dev version). If you want to use both types of tags, you will find a footnotes setting on the admin/settings/biblio page, which when enabled will allow a mixture of both types of tags to be sequentially numbered.

Ron.

p0732658’s picture

Thanks a lot Ron ! I knew I was probably doing something wrong...

Another problem that I have is when I wish to include long liste of biblios in page node (for publisher or authors, for exemple). I use this snipplet :

<?php biblio_db_search("inline", "publisher","bouton"); ?>

It works fine, but like the search filter produce a "publisher filter is bouton" line at the top of the page. How could I get rid of this ?

Denis

rjerome’s picture

Right now you can't, but I'll put a check so that line is not output in "inline" mode.

Ron.

grunthus’s picture

Title: Can't get the <bib> fonction to work » <bib>...</bib> tags removed after editing content

Hi, I have arranged the filter order as specified above and I can successfully add working tags inline in my content, however the problem is that if I go back and edit content, the bib tags are removed. They are removed during the editing phase itself, i.e. the text entry form for the node body has the bib tags stripped.
Any ideas?
Meantime, thanks for an excellent module.

rjerome’s picture

Sounds like you didn't activate the "<bib>" tag processing in any particular filter. For example, if you go to admin/settings/filters and click the configure link beside "Full HTML", you should see a " References <bib>" check box. This should be checked for any input format which uses <bib> footnotes.

Ron.

catdevrandom’s picture

Status: Active » Closed (fixed)