So I'm getting that error on my site but no information about where it's coming from. I have no idea what kind of field provider is or what could be trying to add it. There is nothing in my master field list about provider.
I'm getting the log when I navigate to users/* or catalog/* (catalog is UC product). There doesn't appear to be anything actually wrong with the functionality of the site. Everything adds like normal, purchases get made like normal, etc..
I need to collect the "vid" and results for each view that displays on a given page. Ultimately, I'll be loading this data into an array to use in another part of my module. However, I'm having a very hard time understanding how to use Views hooks to retrieve information about the views on the page.
Here is what I've done:
* I've created a [module_name].views.inc file.
* I made a function in my [module_name].module file to call the [module_name]_views_api() function to register my module with the Views module.
Working on a site where users are authenticated, but not very computer literate.
Therefore I am looking to do the WYSIWYG API with either the TinyMCE or CKEditor.
I've been reading up on the HTML filters as used with the WYSIWYG editors.
Looks like filtered HTML is the best go for the authenticated users, which is probably pretty standard.
Hi there,
I am having serious trouble getting the node id in the page.tpl.php file. I have made a subtheme of Genesis and I want to show different images on different nodes. But how can I get e unique id for the page? I have been trying in template.php and templates/page.tpl.php but I cannot get the Node id. :-S
Hi, I am trying to find a resource on how to style the omega theme. It seems pretty confusing right now. How do I style regions or zones with CSS? Do I have to create my own DIVs in the template file then add CSS to them? Can someone explain how to do a basic styling to the main content region for example? Or point me in the direction of some other resource. Thanks