Pace Solutions Blog

Web 2.0, e-Commerce, Joomla, WordPress, Facebook Applications, Drupal, Open Source, CMS, PHP, MySQL, AJAX

Posts Tagged ‘Drupal Promotion’

Pace Solutions July Wordpress Drupal Joomla Promotion

Wednesday, July 8th, 2009

Hi Folks! Greetings from Pace Solutions. July is hot as usual, To celebrate 4th of July, we’re throwing “July CMS Promotion” for design & development of your favorite CMS (Wordpress, Drupal Joomla) at 10% discount . YAY!

This promo will be giving discount for following Content Management Systems

Design & Development of Wordpress
Design & Development of Drupal
Design & Development of Joomla

This promo will include following package:

  • Unlimited Concepts & Revisions of Exclusive Web Layout!
  • Development and Customization of CMS (Wodpress, Drupal, Joomla)
  • 14 Days of FREE Support after the project delivery

Promo will run till end of 31th July 2009! If you want to participate in promo and take advantage of discount rates, Contact us or email sales@pacesol.com us!

Promo code is “PaceJulyPromo1″

Please don’t forget to write promo code in the subject of E-mail.

You can view Pace Solutions Services and Portfolio Here!

Display view inside a view

Wednesday, July 8th, 2009

Drupal 6 replaces the views_build_view by views_embed_view, which make sense at least by the name of function.

$viewName = 'MYVIEWNAME';
print views_embed_view($viewName);

The views_embed_view has 2 default arguments. The second argument allows you to enter the display_id of the view (example: default, page, block, etc). Any additional argument you specify will be passed to the views argument handler. For instance, if you wanted to embed the block view and pass it a list of nodeIDs as an argument.

$viewName = 'MYVIEWNAME';
$display_id = 'block';
$myNodes = array(1, 2, 3);
print views_embed_view($viewName, $display_id, $myNodes);
Copyright © 2009, Pace Solutions. All rights reserved.
Privacy Policy | Terms of Use | FAQ's | Feedback | Contact Us
www.arslanrauf.com