{NAV_TABLE_COLUMN} after upgrade [SOLVED]

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

{NAV_TABLE_COLUMN} after upgrade [SOLVED]

Post by isac »

Maybe its not a bug, but after upgrade to latest release I cant get rollover effect with this replacement tag,

Code: Select all

{NAV_TABLE_COLUMN}
becouse image source in printed like this

Code: Select all

<td valign="top">img/article/nav_link_2.gif</td>
Anyone have the same problem?

Thanks
Last edited by isac on Fri 27. Aug 2004, 17:42, edited 1 time in total.
Pappnase

Post by Pappnase »

hello isac

no i haven't such problem as you can see at the docu.fhss.de site. there was the whole time an newer version running. :wink:

how was your path to the image before!?

change it in the (include\inc_conf\)conf.template_default.inc.php

beginning from line 49

Code: Select all

$template_default["nav_table_struct"]["linkimage_norm"]			= '<img src="img/article/nav_link_0.gif" alt="" border="">';
$template_default["nav_table_struct"]["linkimage_over"]			= '<img src="img/article/nav_link_1.gif" alt="" border="">';
$template_default["nav_table_struct"]["linkimage_active"]		= '<img src="img/article/nav_link_2.gif" alt="" border="">';
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

ok

Sorry my fault, I will install again from scratch
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

Yes,

That do the trick :shock: thanks

I'm so stupid...
Locked