drupal
Hi All, We have been recently busy working on PetroEnergyJobs.com - a complete job portal for Petroleum industry throughout globe. We have used Drupal 6.15 for building this website. We are still into very initial stage of building the website. Please check http://www.petroenergyjobs.com for more details. If you have any comments or suggestions, please emails us. Thank you
|
|||
RaipurLive.com is a complete portal for Raipur city - the capital of Chhattisgarh state. We have used Drupal 5.x for building Raipurlive.com. It was in beta state since almost an year - and now its ready to roll out. Raipurlive.com has following features:
|
|||
We have re-launched ebharat.in - a portal for & about India. We are aiming to cover virtually everything about India on this website. Right now we have sub-portals for each state & city of India. We are adding more & more features and data. We would love to hear your feedback. Thank you
|
|||
Twitter.com recently launched their "search" system. Twitter has become a buzz word for every tech person, and is now perhaps the best way to keep connected and "informed" about what you are doing now!!!! Drupal has a twitter module that allows registered members to automatically post their contents on twitter as soon as they publish their content on website. Have a look at the module at http://drupal.org/project/twitter Drupal rocks!
|
|||
hi All, I wanted to have partial search in one of my drupal powered website. I checked all forums / blogs - but did not get any good solution, so i tried to hack the code to suit my requirement. Attached file is drop-and-replace for search.module (usually in modules/search/) Admin can choose if they want "partial text match" search or "full text" match - through search settings available in admin -> Search Settings. Right now the code is working fine for me at http://www.e-openvision-gift.com/ Please check the code and inform me if any issue,. Thanks
|
|||
Though this is not the correct way todo - but this works fine. Usng this code you can replace your Submit button with Image submit button. <?php
|
|||
My website is powered by Drupal 5.7. Recently i reworked on its frontpage for better readiblity of data. I was trying to remove "Read more" links from frontpage. After analyzing, i found that i could change in the module itself - but this will be overridden once i update my module. I was looking for alternative solution to this - and while searching in Drupal.org forums, i came across I used this code to hide links on frontpage.
|
|||
If you’re dealing with a lot of ajax calls in your pages, using thickbox might become a little tricky. With my project, many tabs are loaded via ajax, I have to re-parse the document (by manually calling TB_init each time tab content is loaded via ajax) to update links in the dynamically loaded content. If you call TB_init twice over the same content, you can end up transforming your thickbox links twice. To avoid this, I modified TB_init like so: function TB_init(){
|
|||
<?php $node = array('uid' => $user->uid, 'name' => $user->name, 'type' => $type); $form = drupal_retrieve_form($type .'_node_form', $node); drupal_prepare_form($type .'_node_form', $form); // does not returns anything - modifies $form object // print_r($form); // you can check all fields (including CCK ones )in $form object drupal_render_form($type .'_node_form',$form) ( also posted at http://drupal.org/node/151008#comment-842764 )
|
|||
VinayRas Infotech, a Nagpur,India based software company, has launched redesigned website of eBharat.IN, featuring major upgrades to its home page and re-structuring of whole system. The new home page reflects eBharat's focus on information and offers fewer but clearer paths to popular pages in ebharat.in The new & improved website consists of many new additions such as Blogs, Yellow Pages, enhanced Classified system, News aggregation, Jobs ( from ebharatjobs.com). eBharat History section now contains more than 2000 pages. Site content is reorganized in common-sense categories.
|
|||
