by Pixeldust Drupal Developer | Dec 13, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I am developing a custom module with the ability to store data on an external database using Drupal 7 Form API. I started with the multistep form example, added few more steps and other fields. To implement the ability to edit those data I created a class that... read moreby Pixeldust Drupal Developer | Dec 13, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have migrated a site from Drupal 6 to Drupal 7. Search form I have rendered in page.tpl.php like this <?php $block = module_invoke(‘search’,’block_view’,’form’); print render($block[‘content’]); ?> I am able to... read moreby Pixeldust Drupal Developer | Dec 11, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have a glossary view, which is just the one that comes with Views. I want to allow users to filter the results by taxonomy terms (dropdown) and also by title (search field). The problem I’m running into is that when I click on a glossary letter (e.g. X) then I... read moreby Pixeldust Drupal Developer | Dec 11, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I am recreating an existing website and part of the process is enabling a theme from the same existing site on my new version. The theme is called microsite and has an image located in /microsite/images/. In the original site, the image from the above directory is... read moreby Pixeldust Drupal Developer | Dec 11, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have a glossary view set up. When I go to example.com/glossary/all, all of my results are shown, but I’d like them to be separated by letter. The layout I’m looking for is exactly like this… https://drupal.org/glossary For example.. A Amy Angie... read moreby Pixeldust Drupal Developer | Dec 11, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I created a Filtering Search with Multiple Exposed Filters. It all has been working fine except one thing; when I logout as an admin and use the site as an anonymous user, exposed filters don’t work. The screenshot of my exposed filters form is below:- In a... read moreby Pixeldust Drupal Developer | Dec 10, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I would like to offer a different flat shipping to users depending on what taxonomy terms the product they have in their cart. If a product tagged with "postage rate 1" I would like to display shipping rate 1. If they have a product tagged with shipping rate... read moreby Pixeldust Drupal Developer | Dec 9, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I am interested in assigning to user a Badge after he favourites 3 nodes. I want to do this with Flag, User badges and Rules. How can I do that? read moreby Pixeldust Drupal Developer | Dec 7, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have nodes being generated from a Feeds import on a periodic basis, however when they are imported I would like them to be queued to be published on an hourly basis (or x minutes) I have looked at Scheduler and also Publish Queue. But those modules require input. I... read moreby Pixeldust Drupal Developer | Dec 6, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I am creating a website in which i am trying to display the submenu into view block . how can i do this. menu is Like A -B-c D -E-F I have to display in block view like This is view block B C | E F this have to display in views block using view. read moreby Pixeldust Drupal Developer | Dec 5, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have two content types that share a taxonomy (Size). On content type A, I have an “entity reference” to content type B in the form of a checkbox widget. What I want: On the node creation form, when I change the size (without saving), the entity reference... read moreby Pixeldust Drupal Developer | Dec 4, 2013 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
Suppose I want to load facebook-php-sdk in my Drupal website, how can I load that class file in a custom module? I tried with the Libraries module, with different functions provided by that module, but everytime I fail. read more