Drupal 7.x

Field Permissions for Custom content type generated with a module

Hi,
Is there any way I can use Field Permission module for the fields of my content type created by custom module.
If not, how can I get similar functionality ?

Regards,
Nick

How to create breadcrumbs based on OG

Suppose group type is : group
group post type is : post
1, for group
Navigate to rules management page. You will see "breadcrumb for node view" rule, clone it.
Add an condtition "node type is ", choose "group". Choose the term field that you want to generate breadcumb base on.Here you could choose [node:field_your_term_field].Get all parent terms for this term.
Add a loop.
then add action "breadcrumb2_append_breadcrumb_trail" in the loop.

2, for post:
Navigate to rules management page. You will see "breadcrumb for node view" rule, clone it.
Add an condtition "node type is ", choose "post".
Choose the term field that you want to generate breadcumb base on, Here you could choose [node:og_group_ref:field_your_term_field].Get all parent terms for this term.
Add a loop.
then add action "breadcrumb2_append_breadcrumb_trail" in the loop.

you could add action "breadcrumb2_append_breadcrumb_trail" as many as you need in your rules edit page.You could do it with the same way for other content types, or views pages.

rules actions and conditions provided by breadcrumb2 module

Beadcrumb2 add several rules actions:
1,Append breadcrumb trail
2,Fetch lightest term from node
3,Taxonomy get parents all
4,Get argument from Drupal path
5,elete breadcrumb by path
6,Disable breadcrumb
7,Menu get active trail
8,Menu set active menu names

Add 2 rules conditions:
1, Breadcrumb object already exist.
2, Internal path is.

The idea is generate breadcrumb entity for current page on the fly base on rules. With the actions and conditions provided by Breadcrumb2 module, combine the exsting power of rules and 3rd party module, It could solve various of breadcrumb issues.

Promoted to front page - not displaying all node content

Hello

Im trying to create a simple blog, and i cant get content promoted to the front page to display all the content - IE the entire post, which is what i need it to do, cant find the right css styles to change the title or the height/amount of content displayed.
any help would be greatly appreciated, has been driving me mad!

thanks Sam

How to change the default term path "taxonomy/term/[tid]" in breadcrumb

Default we use taxonomy/term/[tid] as the term path.

If you have a content type "Book", you want to change the page to "books/category/[tid]", you could do it in this way.
1,Navigate to rules management page. You will see "breadcrumb for node view" rule, clone it.
2,Add an condtition "node type is ", choose "Book".
3,then edit action "breadcrumb2_append_breadcrumb_trail" in the loop, on action edit page, Change URL from "taxonomy/term/[parent-term:tid]" to "books/category/[parent-term:tid]".
4,save it.

The directly purpose that I create breadcrumb2 module is that I want to change the path of term in breadcrumb. By using custom breadcrumb2 module, it is very difficult to do this.Then I build breadcrumb2 to make it easy.

Looking for Drupal Freelancer for a Big Media Project

If you are a experienced Drupal Developer and Themer and wish to work on a Large Media Website please send in your profile on rahul.sheth70@gmail.com

The developer should be well versed with
1. Drupal 7
2. Module Tweaking
3. Custom Coding

Subscribe with RSS Syndicate content
nobody click here