Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   [Template edit help]User Menu & messages to the right! (http://www.bvlist.com/showthread.php?t=527)

koolfire 28th June 2008 22:51

[Template edit help]User Menu & messages to the right!
 
So i want to move user menu and then messages after it to the TOP of right block..


the image will show further what i want to do

as img code doesnt work go here - http://i29.tinypic.com/smel55.png


tnx

BoLaMN 29th June 2008 04:43

Re: [Template edit help]User Menu & messages to the right!
 
if ur using the tbdev theme its in stdhead.php

Code:


if ($CURUSER) {

        $usermenu = "".$tracker_lang['my'].""
          ."".$tracker_lang['profile'].""
          ."".$tracker_lang['bookmarks'].""
          ."".$tracker_lang['my_bonus'].""
          ."".$tracker_lang['invite'].""
          ."".$tracker_lang['users'].""
          ."".$tracker_lang['personal_lists'].""
          ."".$tracker_lang['neighbours'].""
          ."".$tracker_lang['my_torrents'].""
          ."".$tracker_lang['logout']."!";

        blok_menu("
".$tracker_lang['user_menu']."
", $usermenu , "155");

        $messages = "".$tracker_lang['inbox'].""
          ."".$tracker_lang['outbox']."";

        blok_menu("
".$tracker_lang['messages']."
", $messages , "155");

}

you would have to remove that from stdhead and place it in stdfoot before show_blocks('r');
see how that goes

koolfire 29th June 2008 08:30

Re: [Template edit help]User Menu & messages to the right!
 
i no but how do i get it in right block?


All times are GMT +2. The time now is 00:49.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.