Hi,

i just copied advanced-forum.naked.author-pane.tpl.php into my themes folder and added in the preprocess function a new variable which i want to display in the template.

But it always only uses the advanced-forum.naked.author-pane.tpl.php in the advanced_forum module folder (advanced_forum/styles/naked/ advanced-forum.naked.author-pane.tpl.php)

How can i overwrite this file to add my custom variables.

Comments

troky’s picture

Try one of the following:

1. <your theme>/naked/advanced-forum.naked.author-pane.tpl.php
2. <your theme>/advanced-forum-author-pane.tpl.php

Style&template handling code is messy and probably needs more work...

Carsten Müller’s picture

Status: Active » Fixed

Hi,

thanks. advanced-forum-author-pane.tpl.php works fine

Status: Fixed » Closed (fixed)

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

Uzo’s picture

@troky,
thanks a great deal; Solved my problem too