drupal solution: how was this being achieved (with link)

hello dear drupal-community,

just musing about a special project -

i saw a page that was developed with drupal:

i wonder how this was done - see the page http://www.ein-jahr-freiwillig.de

with  a search engine: http://www.ein-jahr-freiwillig.de/stellensuche#

i would love to get to know which drupal module is behind  this job-database?

many thanks for any helping hand

Look forward to hear from you

Create taxonomy category pages (tree) with separated url by node type

Hi,

I have a taxnomy: category
And 2 node types: offer and request (both use the taxnonmy "category")

How can I create category pages following the tree structure of the taxonomy with different url's structure for each node type? So that the node type appears first in the url after the domain?

Examples:
test.org/offers/taxLevel0/taxLevel1/taxLevel2
test.org/requests/taxLevel0/taxLevel1/taxLevel2

Thanks
Stefan

Proper location for contrib modules translation files

Hello,

I have question regarding Drupal 7 and .po files. I have determined that all contrib modules contain folder /translations with .po files which I want to move outside the contrib module as they are not part of the modules git repos. My question is what is the proper location for contrib modules translation files and what format should be kept, what is the naming convention. Is it okay to move all translation files into sites/all/translations and name them {module-name_version_language.po} ?

Look for best pluging seo drupal

Hello, 

i'm looking for the best pluging seo in Drupal. 

Do you know if theire is pluging as yoast SEO premium on wordpress. With just one pluging, you can do few actions as optimise meta title, meta description, URLs, Sitemap....

Thanks for your help.

Alexandra ROCHETEAU

How to convert the external image link to internal image link in the drupal 7, 8 ??

Hi All,

How to convert the external image link to internal image link in the body field.

I need below output.

Ex:<img src="https://www.example.com/img/image.jpg> to <img src="/img/image.jpg>

Could you please help me how to solve this issue.

Thanks,

How do I get the href from the output of menu_tree_output();?

I need to retrieve the #href paths from a menu.

I am retrieving the menu with menu_build_tree() and menu_tree_output(), eg:If I dpm($menu_render); I can see each menu items href but I can't seem to save it to a variable.

$children = menu_build_tree($parent['menu_name'], $parameters);
$menu_render = menu_tree_output($children);

Would anyone know how I should go about this?

Many thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x