Closed (fixed)
Project:
Advanced Forum
Version:
5.x-1.0-alpha10
Component:
Theming
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2008 at 17:45 UTC
Updated:
11 Sep 2008 at 05:33 UTC
My forum topics and replies look like a regular node with replies. They don't at all look like the demonstration page where the user information is on the left.
Here's an example: http://beaconsurvival.com/acronyms
Any idea where I might have gone wrong? I followed the documentation step by step.
Comments
Comment #1
gthing commentedI see in the troubleshooting page that this may have something to do with my function call in template.php. Here is a copy of what I have:
I am returning $vars AND array. Should I change this?
Comment #2
gthing commentedOkay I changed the last return to return vars again - still not sure if that it totally right, but it works now.
Comment #3
michelleTry step #4 again. This is a typical symptom of not having the _phptemplate_variables code correct.
Michelle
Comment #4
gthing commentedThis is what my code looks like now (and it is working):
I thought that the first return was enough, but apparently I needed to add that second return.
Comment #5
michelleThe first return only gets called for the page hook, which advforum doesn't use. That's why the docs say to make sure you're not returning array() at the end. That's the important one.
Michelle
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.