Hello! I am interested in removing the script that checks that the person in the "Authored by" field of the submit story page is a registered user. I would like to be able to publish some stories on my site that are by authors that are not registered on my site. Thanks for the assistance.
So, I am in the process of developing a module. There is a component that I am still not sure on the design of. Basically, I am looking at wanting to embed an image on the page as part of the module. The question I have is, what is the best approach to exposing this? I should add the idea is that the image is coming from an external server. The URL for the image is defined as part of the module.
I have a custom node type/module called "summaries" that I'd like to exclude from all search results. I see ways to get my module included in the search api docs, but how do I exclude a specific node->type?
Search http://www.realself.com for Microdermabrasion and the 9th result down you'll see "summaries" - this is only supposed to be visible to editors/admins. The access permissions are setup correctly.
So, what I'm looking to do is create a monthly newsletter that shows recent posts ** that the user has access to (in OG) **, as well as reminds each user of their profile status and other 'user-dependent' information. I looked at the simplenews module, but I don't think that'll do it.
The question is, is there something special I need to do, once I'm inside a loop (going through each user), to have PHP parse all the node teasers and other dynamic data into an HTML string I can email off? Do I need to somehow force PHP to parse\render the content string?
Here's my use case: Some users can control the look, feel and navigation on their part of the site, and need to be able to edit their navbar menu (or two, one at the top and one at the bottom).
In other words I would like to give some users permission to manage their own menus, one or two per user. Has anyone thought about or implemented anything like this?
It would be possible to store the links elsewhere in the database (e.g. as variables, etc.) but it seems like using the menu system would be ideal.