Skip to content

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

  • Home
  • Web Stories
  • Get in touch
  • About
    • Home
    • CMS
apache CMS htaccess Setting PHP web development

401 Response when PHP-FPM Enabled on WordPress CMS

Vinod Ram January 2, 2025 0 Comments

We recently migrated our website to another hosting service running FPM/FastCGI . We noticed under the website CMS -> tools -> Site Health Status , that all our REST API…

CMS web development Wordpress

How to disable specific wordpress plugins from automatic upgrade

Vinod Ram January 18, 2023 0 Comments

Sometime there is need to use some plugins in an application and you have the need to customize it UI or functionality to meet your business requirements. You install the…

CMS Drupal PHP web development

Drupal 8 how to get value of the webform submission in webform confirmation twig file

Vinod Ram October 8, 2022 0 Comments

Put the below code in youractivetheme.theme file /** * Implements hook_preprocess_HOOK(). */ function _preprocess_webform_confirmation(&$vars) { if ($vars->id() == 'put your webform id') { // Set your custom message here $markup…

CMS HTML Uncategorized web development Wordpress

Add default blank value for select option in contact form 7 wordpress

Vinod Ram July 14, 2020 0 Comments

Normally when you use contact form 7 plugin , for dropdown select option, there is no option to set blank value for the first option to validate the select field.…

CMS linux MVC PHP web development yii yii2

Yii2 how to set custom value for checkbox in gridview widget

Vinod Ram August 4, 2019 0 Comments

In Yii2, while you use gridview widget to display your table data, for performing any operation on the record by selecting the checkbox, gridview assign the value of the first…

CMS opencart web development

How to disable the “Gift Voucher” and “Coupon” fields from opencart

Vinod Ram October 1, 2018 0 Comments

Go to OpenCart Admin>Extensions>Order Totals Click “Uninstall” for “Coupon” to remove this field Click “Uninstall” for “Gift Voucher” to remove this field Thats done! Enjoy. Vinod RamVinod Ram has been…

CMS Drupal web development

How to search in specific content type in drupal 7

Vinod Ram August 1, 2018 0 Comments

Suppose you have created a content type named as “testimonial”. Now the requirement is to for search for a value “hello” under field name “title” then you can do so…

CMS HTML Laravel MVC web development

Validate checkbox array and prefill with selected value on validation error in laravel 5

Vinod Ram March 16, 2018 0 Comments

Say for example you have your checkbox field code in your twig file as below:- @foreach ($serviceList as $servloop) <div class=”checkbox”> <label> <input type=”checkbox” name=”services” value=”{{$servloop->service_id}}” {{ ( is_array(old(‘services’)) &&…

CMS css HTML MVC PHP web development yii yii2

How to wrap data column in Gridview widget in yii or yii2 framework

Vinod Ram November 20, 2017 0 Comments

The column which you want to wrap should be added the property called “contentOptions” where you can apply the css property to suits your needs and requirements as below. ,…

CMS MVC PHP Symfony web development

Set widget label from action file in symfony 1.4

Vinod Ram August 31, 2012 0 Comments

In Action File ========================================================== $this->form = new youFormclassname(); To set individual Label $this->form->getWidget(‘widgetname’)->setLabel(‘widget Custom label’); To set multiple field label $this->form->getWidgetSchema()->setLabels(array( ‘field_name_1’ => ‘Field 1 Custom Lable’, ‘field_name_2’ => ‘Field…

Posts navigation

1 2

Next Page »

Tags

amazon amazon on strike 2024 Anita Bryant Australia bitcoin content Cricket date date validation David Dobrik Death in Paradise delivery Staff donald trumph form validation France gateway timeout Hollywood htaccess javascript jquery Karate laravel Melbourne Cricket Ground microsoft movie Muay Thai Murielle Hilaire netflix ninja form Notre-Dame fire online Shopping Paris php-fpm Singer squid game Stardom suspense Sydney Sweeney thriller usa politics validation website development wordpress yii2 youtuber

Archives

You Missed

General Knowledge International News

Microsoft Makes OpenAI’s $200/Month AI Free for All Copilot Users

General Knowledge International News

अमेरिका-चीन व्यापार युद्ध बढ़ा: नए टैरिफ और जवाबी उपायों से वैश्विक बाजार में उथल-पुथल

International News

Dick Button The Trailblazer Who Revolutionised Figure Skating

Hollywood International News

Selena Gomez was criticised for posting a tearful video on Instagram

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Copyright © All rights reserved | Blogus by Themeansar.

  • Terms and Condition
  • Disclaimer
  • Privacy Policy
  • Get in touch