Web Forms to create a Step Tracking Website

Hi fellow Drupal folk!

Hope you are all well. This is the first time I am posting here and I hope you will all be welcoming and give me much needed advice! I would like some info and support on web forms on Drupal. Basically I work for a charity and we have annual fundraising activity such a walking challenge. Fundraisers and supporters take on the challenge to walk x amount of steps a day for a month, and everyday they need to enter their steps onto our website to "log" it.

How to create a plugin for content area

I am new to Drupal. I want to create a plugin to extract and replace text from editing area(ckeditor).

Goal: Plugin should appear near ckeditor(not as a part of ckeditor toolbar) in a div.

The div should be able to load a webpage in a IFrame

Can anyone point to similar plugins are give an idea to startwith
 

Personal financial management

I want to build a personal financial management tool for multiple users. Something like Mint, Quicken, or YNAB (You Need A Budget). Has anybody seen anything like this? Or can anybody recommend modules or distributions as a starting point? 

I'd appreciate any suggestions. 

Installing Composer on MediaTemple DV PHP 7.1.11

After many failed trials (php -r, ...) , the sanest way that worked to get Composer running was: 

# curl -s getcomposer.org/installer | php -d detect_unicode=Off -d allow_url_fopen=On
# mv ./composer.phar /usr/local/bin/
# ln -s /usr/local/bin/composer.phar /usr/local/bin/composer
# composer

Hope this saves someone the hours I lost.

8.4 Commerce: /products page is not being created

I followed these directions very carefully.

https://docs.drupalcommerce.org/commerce2/developer-guide/catalogs/creat...

I went back and double-checked my work.

I suppose when they instruct me to go the /products page, they mean mysite.com/products

I got "page not found. "

I do not see where the /products page would be created.

Any ideas?

How add class to MoreLink in 'Aggregator feed' block?

Hi!

I need to add class to link "More" in Aggregator feed block.

In build method of class AggregatorFeedBlock we have:

        $build['more_link'] = [
          '#type' => 'more_link',
          '#url' => $feed->urlInfo(),
          '#attributes' => ['title' => $this->t("View this feed's recent news.")],
        ];

where '#type' => 'more_link', is element describe in class MoreLink

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x