Closed (fixed)
Project:
Mix and Match
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2011 at 22:49 UTC
Updated:
15 Oct 2011 at 19:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
stephthegeek commentedThese regions weren't working until the other day in Fusion, and with the recent change, any Fusion subtheme with its own node.tpl.php will need to be updated. See commit: http://drupal.org/commitlog/commit/11150/d6442b27c0a1b3c3e040ca527d2bd43...
Comment #2
ikon420 commentedJust had this issue but could not find clear instructions for a newb.
This is how I got around it.
Compare the mix and match node.tpl.php file with fusions same file.
Copy the code block from fusion and replace in mix and match
the php if statements for the node top and bottom
Seems to be working fine for me now
Comment #3
kannatek11 commentedIkon could you expound on your fix, for a super newb!
Comment #4
idealworldweb commentedikon420's fix is working, error message is not displaying now.
kannatek11, you need to replace the following code in node.tpl.php in mix and match:
with the following from the fusion node.tpl.php
then do the same for the div id node-bottom.
Comment #5
VetHockey commentedI found that I had to clear the cache afterwards or I got the same errors reported erroneously.
Comment #6
W.M. commentedI would like to confirm that the solution described under reply number 4 works fine. The original problem arises after updating fusion to the latest versions.
Comment #7
itsjustbert commentedI had this issue using the AlpHorn theme. However, I found the lines in the code just the same. I can confirm that post 4 works. I used:
for the bottom.
Comment #8
wranvaud commentedIf you want to download the modified node.tpl.php file directly here it is. (Just rename the extension from txt to php)
edit: MIND that when you do this you won't be able to use these variables any more!!! (this is not really a solution)
Comment #9
Anonymous (not verified) commented#4 & #7 worked for me but I'm also getting ---> Notice: Undefined variable: admin_links in include() (line 28 of /Users/xxxxxx/localhost/xxxxxx/sites/all/themes/fusion/fusion_core/views-view--page.tpl.php).
for that there is this http://drupal.org/node/1097482
Comment #10
ajross commented#9 - The view template is not modified in this theme, so that just needs to be handled by Fusion core. You might also want to look at this issue: http://drupal.org/node/1155448
Comment #11
ajross commentedThis should be fixed in latest release