| Re: A little help needed |
| by Oz1234 on 2004/4/8 18:42:06 worked. cheers |
| Re: A little help needed |
| by studioC on 2004/4/8 18:26:08 hello.. with uncommenting i mean.. place // $modversion['hasMain'] = 1; // // $modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1; // // $modversion['sub'][1]['url'] = "submit.php"; // // $modversion['sub'][2]['name'] = _MI_NEWS_SMNAME2; // // $modversion['sub'][2]['url'] = "archive.php"; // so this submenu links won't effect in your xoops_version php file ! you may delete this lines out of that file but i mostly let these things in file cause i'm not a progger... and perhaps i will use this subs next day, site, week.... michael |
| Re: A little help needed |
| by Oz1234 on 2004/4/8 17:39:26 I like the idea of making my own menu block but .. I want the link ot open up in the center block so my links will look like Home Forums Link Link Link Not Home News Forums or Home News Submit Arcive Forums how would I make my links show in the center block is there a smarty code like {url=http://stuff.php target="Centerblock} Link {/url} or some stuff?
|
| Re: A little help needed |
| by Oz1234 on 2004/4/8 17:21:48 by making $modversion['hasMain'] = 1; $modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1; $modversion['sub'][1]['url'] = "submit.php"; $modversion['sub'][2]['name'] = _MI_NEWS_SMNAME2; $modversion['sub'][2]['url'] = "archive.php"; look like $modversion['hasMain'] = 1; $modversion'sub'[1]['name'] = _MI_NEWS_SMNAME1; $modversion'sub'[1]['url'] = "submit.php"; $modversion'sub'[2]['name'] = _MI_NEWS_SMNAME2; $modversion'sub'[2]['url'] = "archive.php"; I get Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/tech/public_html/modules/news/xoops_version.php on line 93 when I go to my forums or any where not news. |
| Re: A little help needed |
| by Oz1234 on 2004/4/8 17:11:21 by uncomment you mean remove the '[' and ']' form those lines? |