I'm working on something to allow me to use xmlrpc to post to my blog. I need to know how freetagging terms get put into the db. Can anyone run through that process?
As for the front_page module there is an option to embed php code with html.If we select that than php code get embedded with html code and the page can be saved as node. My question is if we have page other that front_page than can we add such html code embedded with php.
So please help me if any body have done it.If there is any alternate means to add such pages and create dynamic content thn pls give guidance.I m sorry if such question is already posted.
Hi.
I have to create a portal that respect the WCAG.
So I have to create an easy backend without using Javascript.
Every WYSIWYG editor that I tried (HtmlArea, QuickTags and FCKEditor)
use Javascript.
Can someone help me?
Note: Yes, I know that WCAG checkpoint about Javascript is obsolete, but
Italian law (that I must respect) about accessibility refers explicitly
to *all* the WCAG checkpoints :(.
I have a site that has information about several companies in a certain field (technological field). I'm in the process of transferring this site to Drupal. So far so good.
In my old site I simply had static HTML, with a long list of companies.
Now I decided to use CCK. I made a "company info" content type. Each company has a name, a description field (memo) and a web link.
I then made a new vocabulary: companies, which several types of companies (research, manufacture, etc.).
My content is still showing html markup like:
& # 39 ;Bewoners& # 39 ;
while it should be:
'Bewoners'
Also br tags are added after each paragraph and also show in the frontend. I'm using the multiflex theme. Is this a theming issue or do I need to set some other setting somewhere?