Hi,

As per this issue: https://drupal.org/node/2165845. I would prefer this to be committed to the module but will accept a custom module if required.

Please provide a price and any questions!

Thanks,
Paul.

Comments

asghar’s picture

Hi

As I have understand from your reference issue that you need same Homebox functionality for any your desire page.

AM i right ?

jvizcarrondo’s picture

in homebox module settings is in admin/people/homebox (you can settings values in this path), correct path should be admin/config/people/ (to display items in peoples settings), to fix this only replace admin/people/homebox for admin/config/people/homebox in hook_menu:

<?php
  // Admin user settings
  $items['admin/config/people/homebox'] = array(
    'title' => 'User profile Homebox',
    'page callback' => 'drupal_get_form',
    'page arguments' => array('homebox_user_settings_page'),
    'access arguments' => array('administer homebox'),
    'description' => 'Configure the intergration of Homebox and user profiles.',
    'file' => 'homebox.admin.inc',
  );

?>

and clean cache

Juan

barraponto’s picture

I agree with you @jvizcarrondo.
Can you provide your suggestion as a patch to #2165845: Homebox page path user/uid/title? I'd review it right away to make sure it gets commited soon.

Capi Etheriel
Web Developer, Designer and Scraper
http://barraponto.blog.br