SE question - Id like completly redesign text menu - how?

Started by hedging, August 27, 2003, 03:53:26 PM

Previous topic - Next topic

hedging

I need help about SE not SMF.

Id like completly redesign text menu - how? Which files and strings should I change?

Excuse my English and thank you

Jeff Lewis

Co-Founder of SMF

hedging

I know, excuse me, but nobody their - everybody here - and that is why I asked in SMF forum... - I badly need it....

And it is not bad idea - customizable menu (may be template for menu)

[Unknown]

Sorry, that's a difficult question... maybe you should give an example of how you'd like it to look?

SMF should make it much easier for you.

-[Unknown]

hedging

Ok here an example

* home
* help
* search
* profile
* calendar
* logout

and that is all

[Unknown]

Look at the end of enlgish.lng.  Search for $img['home'].

-[Unknown]

hedging

!!!!!EDITED - I UNDERSTAND - THANK YOU!!!!!!!!!


Oh... I see you dont understand me  :(

Ill try to explain
I need redesign text-type menu the exactly way i gived an example, it (menu) should be not in one string but in column like
1
2
3
4
5
not 1 2 3 4 5

???

charlottezweb

You just want your menu to be vertical instead of horizontal?

If so, just add breaks in the code after each menu item and position that where you want it

Jeff Lewis

Quote from: hedging on August 27, 2003, 04:46:22 PM
I know, excuse me, but nobody their - everybody here - and that is why I asked in SMF forum... - I badly need it....

Support staff from here are still answering help requests there...
Co-Founder of SMF

Douglas

Can we get this thread moved to the help area, so it can be locked and in the right area, please?
Doug Hazard
* Full Stack (Web) Developer for The Catholic Diocese of Richmond
(20+ Diocesan sites, 130+ Church sites & 24 School sites)
* Sports Photographer and Media Personality
* CFB Historian
* Tech Admin for one 1M+ post, one 2M+ post and one 10M+ post sites (last two are powered by multiple servers)
* WordPress Developer (Junkie / Guru / Maven / whatever)

Aquilo

find and replace this in english.lng


if ($MenuType == 1)
{
   $menusep = ' | ';
   $img['admin'] = $txt[2];
   $img['delete'] = $txt[31];
   $img['email'] = $txt[69];
   $img['email_sm'] = $txt[69];
   $img['help'] = '* '.$txt[119].'<br />';
   $img['home'] = '* '.$txt[103].'<br />';
   $img['im_config'] = $txt[323];
   $img['im_delete'] = $txt[412];
   $img['im_inbox'] = $txt[316];
   $img['im_new'] = $txt[321];
   $img['im_outbox'] = $txt[320];
   $img['im_reload'] = $txt[322];
   $img['im_remove'] = $txt[154];
   $img['im_reply'] = $txt[146];
   $img['im_website'] = $txt[515];
   $img['lock'] = $txt[104];
   $img['login'] = '* '.$txt[34].'<br />';
   $img['logout'] = '* '.$txt[108].'<br />';
   $img['markallread'] = $txt[452];
   $img['markboardread'] = $txt[300];
   $img['message'] = $txt[144];
   $img['message_sm'] = $txt[144];
   $img['message_sm_on'] = $txt['online4'];
   $img['message_sm_off'] = $txt['online5'];
   $img['modify'] = $txt[17];
   $img['newthread'] = $txt[33];
   $img['newpoll'] = $txt[yse20];
   $img['notification'] = '*'.$txt[418].'<br />';
   $img['notify'] = '* '.$txt[131].'<br />';
   $img['notify_sm'] = $txt[131];
   $img['printt'] = $txt[465];
   $img['profile'] = '* '.$txt[467].'<br />';
   $img['register'] = '* '.$txt[97].'<br />';
   $img['removetopic'] = $txt[63];
   $img['reply'] = $txt[146];
   $img['replyquote'] = $txt[145];
   $img['reply_sm'] = $txt[146];
   $img['search'] = $txt[182];
   $img['sendtopic'] = $txt[707];
   $img['viewprofile'] = $txt[27];
   $img['viewprofile_sm'] = $txt[27];
   $img['website'] = $txt[515];
   $img['website_sm'] = $txt[515];
   $img['boardmod'] = $txt['boardmod1']; #BoardMod Center Logo
   $img['calendar'] = '* '.$txt['calendar24'].'<br />';
   $img['tbtop'] = $txt['topbottom4'];
   $img['tbbottom'] = $txt['topbottom5'];
   $img['split'] = $txt['yse251'];
   $img['merge'] = $txt['yse252'];
   $img['movethread'] = $txt[132];
   $img['removethread'] = $txt[63];
   $img['lockthread0'] = $txt['yse279'];
   $img['lockthread1'] = $txt['yse280'];
   $img['sticky0'] = $txt['yse277'];
   $img['sticky1'] = $txt['yse278'];
   $img['linkToCalendar'] = $txt['calendar37'];
   $img['postEvent'] = $txt['calendar23'];
}


I think thats what you wan't...

David

Please follow up this request in a new thread here.  Or PM me the link to your existing thread on yabbse.org and I will add it to this thread.  If you open a new thread on yabbse.org please include the link to this thread.
http://www.yabbse.org/community/index.php?board=140

Thread at YSE.
http://www.yabbse.org/community/index.php?thread=25584
This space for rent.

Advertisement: