vinayras's blog
Hi, We have made a simple module to automatically subscribe new registered user into a predefined newsletter. Webmasters can select newsletter to auto-subscribe from admin page. This module depends upon simplenews http://drupal.org/project/simplenews Please check and do let me know your thoughts. Thanks |
|||
Hi, We have created a new Drupal modules that given ability to users (with access "manage subusers") to create sub-users. The concept of sub-users is applicable to places where we want to allow our members to create user below them - so that they can access the system (with limited access) Please review the code and send you comments. Thank you
|
|||
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. |
|||
Hi, I have a written a blog at to solve common problem faced when using shared database with Drupal 5.x Have a look and leave back your comments Thanks |
|||
Hi All, eBharatJobs.com was launched sometimes back to make a platform for searching jobs in India. In short, eBharatJobs.com is an Indian Job Search Engine. Recently, the database of eBharatJobs.com has crossed 4,00,000 listed jobs. Thus making this website as one of the most used jobs search websites in India - after Yahoo Search and Bixee. Many enhancements are planned, which will be rolled out in coming days. Please send us your comments at info@ebharatjobs.com Thanks
|
|||
