Closed (fixed)
Project:
Advanced Forum
Version:
5.x-1.0-alpha10
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2008 at 19:30 UTC
Updated:
15 Jul 2008 at 00:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
michelleThe relavent code is this:
There are two problems with it.
1) If theme_get_setting('tapestry_themelogo') returns false, the whole function doesn't happen.
2) You're passing in $vars and using $vars for my modules but then adding something to $variables and then returning $variables.
So you need to:
1) Make sure that's never false.
2) Pick $vars or $variables and stick with it.
Michelle
Comment #2
pcs305 commentedI'm experiencing the same problem. The Forum looks great but the comments are not formatted.
I tried to figure out what the problem can be but to no avail.
Attached is my template.php if you will be kind enough to glance at it for me.
Than you.
Ian
Comment #3
michelle@pcs305 - Yours looks just fine to me. Might want to try asking in your theme's queue to see if there's something else in the theme that could be interfering.
Michelle
Comment #4
venusrising commentedMichelle-
1.When you say false is that because
A. it ended in $variables =array ()) ? I tried to look up some PHP info and it said an array() =false or is it because the array is empty? OR
B. Because the
where missing from the section?Thanks you for all of your help and feedback.
Shannon
Comment #5
venusrising commentedHooray!!! I got it working now. Thank you so much for the help and assistance.
Comment #6
roopletheme commentedNot sure why the comments would be formatted differently, but the only code anywhere in Tapestry related to comments is this definition on line 108 of style.css:
I've successfully used this code to get Tapestry to support Advanced Profile, Advanced Forum, and Node Title:
If this doesn't work for you, I'd be happy to help figure out why.
Comment #7
yan commentedI'm having the exact same problem using the Zen Theme. See my template.php attached. Any ideas?
Comment #8
michelleOk, that's not even remotely close to what it says to do it http://drupal.org/node/207841 . Please run thru the docs again. I don't mind helping, but I need people to try and help themselves first otherwise I'm going to be spending all my time editing peoples' template.php files for them.
Michelle
Comment #9
yan commentedSorry Michelle, I didn't mean to offend you. I misunderstood the part of the documentation where it says
(I thought: on top, i.e. above the function) and I didn't see the link to the node you pointed me to. Actually I was quite close, just some lines away. ;)
Thanks for your hint, now it seems to work as it should.
Comment #10
michelleNot a matter of offense. Just keep having to answer this over and over and over and it gets to a point where I just have to say enough and point at the docs. You just happened to be the unlucky straw. ;)
Glad you figured it out.
Michelle
Comment #11
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.