EDIT: This problem has been solved. I am using IMCE with TinyMCE (with the IMCE wysiwyg Bridge API). Works like a charm. http://drupal.org/project/imce
I have a site running where they heavily utilize pdf's for some of their content. We would like to be able to upload these files and then, via a wysiwyg editor (currently using Tinymce), browse to the file and link to it. I have searched and am struggling to find a solution to do this.
Hi there all.
I have a form connected to my nav menu that I want to be accessible only to users who are allowed to create and edit a content type called 'artist'. Considering the permission as written on the permissions page is 'Artist: Create new content' how would this be implemented.
This is my menu function
Hi, I'm using Drupal 7 and it works fab, but Im integrating it with UberCart (I know not very orthodox) to sell my paintings, which looks great. Im showing extra fields with the rewrite results section so I can show the Add to Cart button etc, but I would like to not show this field if the Sell price is less than 1 Im just not sure what the syntax would be, what I have is:
if [sell_price]< 1 {
[sell_price]
[buyitnowbutton]
}