Sonata Admin - filter in header of table - sonata-admin

is there any way to show basic filter (with Sonata Admin Bundle and Symfony 4) just below title in table list view?
Something like in this picture? here
Thanks!

There is no standard way to achieve this via configuration. You will have to make extension for this thing, but we cant do this for you. If your question is if there is a default way of doing this? Then answer is NO there isnt, but I think it is possible with extension.

Related

Salesforce: get link from account connected to projects

I have an object "Project" that has a lookup field "Account__c". In the Salesforce experience builder, I want to have a link in the Project Detail page to the connected Account.
Something like "Go back to your account".
But I tried various links like "https://our webite/s/account/{!recordId.Account__c}"
I know that this: "https://* our website"/s/project/{!recordId}" works so I feel that there is a solution to this. I hope someone can help me.
Thanks in advance
I assume you're using standard detail page components and are looking to build a formula field to expose the linked Account URL?
/s/account/{!Account__r.Id} should do the trick as a relative URL.

Product Gallery in Drupal 7 (like Amazon's)

I want to create a product preview gallery page for a certain node type. I do not want to use any eCommerce plugin nor do I want to use Drupal's Kick Starter. I simply want to replicate the image thumbnail hover/gallery in Amazon's inner product pages. Is there a way you can do this in a simpler approach? A simple plugin will do, but it would be best if it can be done even simpler just by using Drupal 7's defaults.
I hope I'm not violating any policies that will get me flagged or be voted down for asking this. Thank you very much!
You can create a gallery with drupal views and views slideshow.
check this page out
https://drupal.org/node/1497058
Also it would helpful if you could provide a link to the page you are referring to in amazon to get a better idea.
Hope it helps.

does salesforce "extended mail merge" feature offer functionality?

I would like to add functionality to the extended mail merge feature on salesforce,
Does anybody know if I can add some apex code to it? Or if it already has built in functionality I could use to apply a template based on the value of a field?
Thank you in advance :)

How do I sync content types, taxonomy, menus among in a drupal multisite environment?

I have a drupal 7 multisite setup. For example I have site1.com and site2.com. I manually created a new content type for site1.com (let's call it 'books') and would like to sync/share it with site2.com without having to manually recreate 'books' in site2.com. How could I achieve this? Thank you very much for any feedback.
Use Features, which exports your content type to code so you can easily export it between sites.

Joomla - clone user on register

I'm looking for a way to add Joomla user to custom table (PrestaShop - same database) - duplicate user on registration.
So user will be able to login to Joomla and second script (PrestaShop) using same login information.
Any ideas where I should start looking in Joomla files?
I know, that custom user plugin will be a better way to achive user duplication, but now I'm looking for temporary hard-coded fix until I'll be able to write a plugin.
(Joomla 1.6)
The other solutions won't let you save the passwords. If you are looking for saving the password as well then you will need to look into
components\com_user\controller.php
function register_save() {}
Note: I have given with reference to joomla 1.5. It might slightly vary if you are using joomla 1.6

Resources