This forum is for assistance with theme development.

How to change the text of the comment reply link

Hello,

I am developing a theme for a drupal site and I would like to make a small change in how comments are displayed.

I would like to change the text of the comments reply link: "reply" to "reply to comment's_user_name".

This means that if John had commented on my article and I want to respond to his comment, the link will display "Reply to John".

I think it will necessarily be done with pre-processing methods, but everything I've done so far has failed.

How can I do that, please?

Thank you to answer me.

Regards.

Change Bootstrap social links icons from HTTP to HTTPS

Hello everybody,

I'm currently working on a website that needs to be changed from HTTP to HTTPS.

But I've realized that my social media links icons (facebook and instagram), still refers to HTTP links.

But I don't know where to go, to change these links.

My theme is a a Bootstrap Sub-theme. 

Thanks in adavance for your help.

Regions on appearing properly

So I was looking at the region definition of my theme and I found that the regions are not appearing properly. For instance, the sidebar is not displaying on the left side of the page; but instead it is displaying just below my content region. Below is a snippet of my page.html.twig file.

Is there a blockbuilder module for uikit?

Hello!

For this https://www.drupal.org/project/uikit framework.

Is there a panels/blockbuilder module for content grid? Like this

https://drupal.ru/sites/default/files/inline/images/2019/5799/2019-09-28...

Overriding default search form block

Hello, I wanted to know if there is a way to override the default search form block and remove the search box, leaving the search button only. Should I use the hook_form_alter  in the .theme file or should I change the block---search-form-block.html.twig file? And I also wanted to know how to add Font Awesome's search icon on the button.

Thank you for your replies in advance, and any solutions would be most welcome. I am still new to Drupal and I would be really grateful for any help that you provide me with.

Help implementing draggable tables on an existing node create form

The original approach was incorrect since modifying the Drupal table was complex and difficult to be implemented as it is.

The approach I ended up taking was to create a custom dynamic javascript table with the jQuery UI sortable table plugin attached to it, and filling a Drupal table field with the values of that dynamic table. This way the developer has better control over the behavior of the table without having to change the underlying Drupal table behavior.

Pages

Subscribe with RSS Subscribe to RSS - Theme development