Blogs
Hi, We recently launched a website with all Medical Information in India. Recent statistics of website: Along with this, we update latest news on hourly basis. Other features includes Please have a look website at http://www.medicalinfoindia.com Regards
|
|||
Hi, eBharatJobs.com is a job search engine focussed mainly on Indian Jobs. Recently ebharatjobs.com broke into top 100,000 in Alexa Ranking. Checkout out the latest graph Rank at the time of writing this blog is 78,486 Thank you
|
|||
Hi, TheBigJobs.com was launched by VinayRas Infotech sometimes back in May 2008 (with modifications). That was initial alpha version. We have been heavily modifying the code to suit requirements. TheBigJobs.com aims to be a free platform to post jobs and search for right candidate. The website is now in stable state - and during this period we have added more than 1500 members. SEO (Search Engine optimisation) is going on. We expect to drive good quality traffic using our effective inhouse SEO services.
|
|||
We have recently launched "Google Apps Support Setup Help Services" Now, we are offering to configure (DNS, MX,CNAME) for our customers. Do read more about it at VinayRas Team
|
|||
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(){
|
|||
