We need to port module to Drupal7.

CommentFileSizeAuthor
#1 menu_token-1067522-2.patch10.03 KBdealancer

Comments

dealancer’s picture

Issue tags: +drupal 7 port
StatusFileSize
new10.03 KB

Here is a patch to 7.x-1.x-dev (2010-Nov-03).

The patch does not include new file "menu-token-uses-tokens.tpl.php" with content:

<span class="menu_token_uses_tokens"> <?php print t(' uses tokens') ?> </span>

P.S.
@Yuriy, is there any way to include new file into the path?

dealancer’s picture

Assigned: dealancer » ygerasimov

Please, review patch.

ygerasimov’s picture

Status: Active » Fixed

I have committed this patch with some changes like removing hook_install() etc. to repo.

Also I have created branch DRUPAL-7--1.

skov’s picture

On saving menu with token [current-page:arg:1] returns error:

Warning: include(C:\wamp\www\drupal-7.0/sites/all/modules/menu_token/menu-token-uses-tokens.tpl.php) [function.include]: failed to open stream: No such file or directory in theme_render_template() (line 1234 of C:\wamp\www\drupal-7.0\includes\theme.inc).
Warning: include() [function.include]: Failed opening 'C:\wamp\www\drupal-7.0/sites/all/modules/menu_token/menu-token-uses-tokens.tpl.php' for inclusion (include_path='.;C:\php5\pear') in theme_render_template() (line 1234 of C:\wamp\www\drupal-7.0\includes\theme.inc).

Seems as if it's looking for a template file and cannot find it (as mentioned in #1). Please post file for individual download.

skov’s picture

Never mind, I created the file manually.

ygerasimov’s picture

@skov, please checkout latest dev version from CVS. It should be fixed there. Or please wait for couple of days. We are going to do release of 7.x branch.

develcuy’s picture

Status: Fixed » Closed (fixed)

Great job guys!

Please do further bug reports creating new issues, D7 branch is now available ;)

Jerome F’s picture

subscribe

raulmuroc’s picture

Status: Closed (fixed) » Fixed

Still not fixed in the latest dev version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sachbearbeiter’s picture

still not fixed

sachbearbeiter’s picture

Status: Closed (fixed) » Active
develcuy’s picture

Assigned: ygerasimov » Unassigned
Status: Active » Fixed

The dev release has been pointing to the wrong branch, but @dealancer fixed that a while ago.

Status: Fixed » Closed (fixed)
Issue tags: -drupal 7 port

Automatically closed -- issue fixed for 2 weeks with no activity.