Theme with Price Table , Domain Register , whois Check , e commerce
Is their any theme which suite all need for the web hosting company
and include all advance features
also include
Price Table , Domain Register , whois Check , e commerce
if you can suggest me that will be good
How to create fieldsets with Entity Registration?
I've been using the Entity Registration module to create an event booking system but there's one thing that I can't get working - fieldsets. I'd like to group my fields into sections, so that it looks something like the following:
Image Link: Desired Result (don't care about the inline fields) just the fieldsets
I've installed the Field Group module and set the fieldsets via manage display:
Image Link: Manage Display settings
However, the fieldsets aren't honoured on the registration form, nor do they appear in the markup:
Does anyone know how to get fieldsets working with the Entity registration module? I thought this would be a common requirement but can't seem to find anything online that shows how to do it, so not sure whether I'm missing a step.
create field for taxonomy term
Hi,
I just try to create a taxonomy term field, but the setting 'vocabulary' don't want to be loaded in the field created, as result when I want to add a taxonomy term to a node, that's go in error ...
Here is my code :
$vocabulary=taxonomy_vocabulary_load('2');
$field = array(
'field_name' => $myField_name,
'type' => 'taxonomy_term_reference',
'cardinality' => '-1',
'settings' => array(0 => array('vocabulary' => $vocabulary->machine_name, 'parent'=> 0)));
field_create_field($field);Any idea, how I can put this vocabulary value in the field ?
Putting a customised view into a node/add form for entity referencing
Hey everyone,
If anyone could help me with this problem, I would be so grateful.
Basically what I need to achieve is the ability to reference an entity during the node/add process using a view. I know how to reference an entity using 'Entity reference' functionality with the autocomplete fields etc, and using an entity reference view (list format), and I've also tried the entity reference view widget which almost gets me there (grid format) - but...
The client wants the ability to see all of the entities in a table displaying specific fields in the 'field' format (some retrieved from other content types using relationships). Then the user will be able to use exposed filters (searching multiple fields) to narrow their options. Then basically to select the entity using a radio button etc.
Is there any way of achieving this?
I feel like I've exhausted trying to use available modules to achieve this and even considered a solution whereby I would embed a table view into the node/add form, and try and use jquery to allow someone to select an entity from the table which would then populate the entity reference autocomplete field and they can select it that way. But again, I'm not 100% sure how to do that.
If anyone has any idea how this would be achievable and can point me in the right direction, I would be over the moon! Thanks for reading.
Business directory migration from D5 to D7
We are needing a Drupal professional able to migrate a business directory from Drupal5 to Drupal7.
The whole system is developed problematically with very few usage of community modules.
More details and scope via PM.
Est. Budget 1000Eur
Link images (in a View block) to selected nodes
Hello,
I have a Content Type Slide contains Title, Image and Body (a text line).
I also have a view block viewSlide displays the images of the Slide as links. By default, clicking on an image will take us to the Slide node.
Now I want to link the images to different selected nodes, let say:
Image1 links to an article rather than Slide 1
Image2 links to a different Content type node rather than Slide 2
Image3 links to homepage rather than Slide 3
Is there any neat way could to the task?
Thanks