Blix {MY_BUDDY_LINK} Blix {MY_BUDDY_LINK}
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Blix {MY_BUDDY_LINK}

Started by Jost, December 08, 2006, 06:37:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jost

After installing Stramms Modpack, I just can't get the "My Friends" Button set up. It is displayed, but as you can see, its not referenced to anything. So everything that is displayed is {MY_BUDDY_LINK}, linked to the same.  Searching trough the theme.php it seems like Blix uses {Button}, where apparently all Buttons are stored. But the said variable appears nowhere to be found.
How can I get this link working?
Thanks for the support you gave me so far.

the gallery:
http://192.168.2.6/gcj/cpg1410/index.php

Stramm

theme.php ...
right after
        '{FAQ_LNK}' => $lang_main_menu['faq_lnk'],

add
        '{MY_BUDDY_TGT}' => "buddy_manage.php",
        '{MY_BUDDY_LNK}' => $lang_main_menu['my_buddy_lnk'],

Jost