1. WARNING - This part of forum is for English language writed posts ONLY! Any other language isn't alowed! Please respect forum rules, otherwise, your posts will be deleted, and you will be warned, one time only!
  2. Nobody can help you if you did not specify the version of your SE and/or plufgin.
  3. Мы продолжаем публиковать интересные статьи на тему SocialEngine 4. Одна из статей посвящена правильному выбору сервера для вашей социальной сети, а другая содержит советы по увеличению производительности платформы. Также мы добавили большую статью о пользовательских уровнях. Ознакомиться со статьями вы можете в разделе Вопросы и Ответы SocialEngine 4.
  4. Вам кажется, что ваша версия SocialEngine 4, работает медленно?

    Голосуйте. Пишите свою версию системы, железо на чем работает и количество пользователей. Будем увеличивать производительность :-) Подробнее

  5. В связи с участившимися случаями попыток продажи пользователями форума различных "сборок" коммерческих социальных платформ, обычно основанных на SocialEngine 3, вводится новое правило для форума. Запрещается создание тем или размещение в уже созданных предложений о продаже или размещение ссылок на сайты, где происходит продажа "сборок". Пользователи, которые продолжат свою коммерческую деятельность в данном направлении, будут заблокированы. Подробнее.

Вопрос Menu Vertical widget - imoh (help)

Dyskusja w 'Help Requests & Support' rozpoczęta przez użytkownika bartuspan, 13 Październik 2013.

  1. bartuspan Autor tematu User


    Оффлайн
    Liczba wiadomości:
    113
    Docenione treści:
    75
    Версия SocialEngine:
    4.6.0
    Gentlemen, I converted this little widget. All in all it just changed the icon. I have a question if anyone could help me, I would do some new vertical tabs. For example, for blogs etc, I should add, and change the code. thanks to

    there is a code from index.tpl:

    Kod:
    <style type="text/css">
    <!--
    div#MENUIMOH {
        background-color: #ffffff;
        width: 175px;
        padding: 5px;
       
    }
     
     
    div.TITOLOIMOH {
        position: Relative;
        background-color: #ffffff;
        font: Bold 11px Verdana;
        margin-bottom: 1px;
        padding: 1px;
        border: Solid 0px #CCCCCC;
        cursor: Pointer;
       
    }
     
     
    spanimoh.VOCIIMOH {
        display: None;
        font-family: Verdana;
        font-size: 11px;
    }
     
     
     
     
    -->
    </style>
     
    <script type='text/javascript'>
    function Menu(id)
    {
        var e = document.getElementById(id);
        var a = document.getElementById("MENUIMOH").getElementsByTagName("spanimoh");
        if (e.style.display != "Block")
        {
            for (var i=0; i<a.length; i++)
            {
                if (a[i].className == "VOCIIMOH")
                {
                    a[i].style.display = "None";
                }
            }
            e.style.display = "Block";
        }
        else
        {
            e.style.display = "None";
        }
    }
    </script>
     
    <div id="MENUIMOH">
        <div class="TITOLOIMOH" onclick="Menu('A')"><img src="/imagesito/icone/news.png" width="24" height="24" align="absmiddle" /><a href="members/home"><?php echo $this->translate("What's New") ?></a></div>
       
        <div class="TITOLOIMOH" onclick="Menu('B')"><img src="/imagesito/icone/prof_amici.png" width="24" height="24" align="absmiddle" /><?php echo $this->translate("Friends") ?></div>
        <spanimoh class="VOCIIMOH" id="B">
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="userconnection"><?php echo $this->translate("My Friends") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="inviter"><?php echo $this->translate("Invite Friends") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="members"><?php echo $this->translate("Search Members") ?></a><br>
        </spanimoh>
        <div class="TITOLOIMOH" onclick="Menu('C')"><img src="/imagesito/icone/mess.png" width="24" height="24" align="absmiddle" /><?php echo $this->translate("Messages") ?></div>
        <spanimoh class="VOCIIMOH" id="C">
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="messages/inbox"><?php echo $this->translate("Inbox") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="messages/outbox"><?php echo $this->translate("Sent Messages") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="messages/compose"><?php echo $this->translate("Compose Message") ?></a><br>
        </spanimoh>
        <div class="TITOLOIMOH" onclick="Menu('D')"><img src="imagesito/icone/eventi.png" width="24" height="24" align="absmiddle" /><?php echo $this->translate("Events") ?></div>
        <spanimoh class="VOCIIMOH" id="D">
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="events/upcoming"><?php echo $this->translate("Upcoming Events") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="events/past"><?php echo $this->translate("Past Events") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="birthday/index/view"><?php echo $this->translate("Birthdays") ?></a><br>
        </spanimoh>
       
        <div class="TITOLOIMOH" onclick="Menu('E')"><img src="/imagesito/icone/album.png" width="24" height="24" align="absmiddle" /><?php echo $this->translate("Albums") ?></div>
        <spanimoh class="VOCIIMOH" id="E">
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="albums/manage"><?php echo $this->translate("My Albums") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="albums/upload"><?php echo $this->translate("Add New Photos") ?></a><br>
        </spanimoh>
    <div class="TITOLOIMOH" onclick="Menu('F')"><img src="/imagesito/icone/group.png" width="24" height="24" align="absmiddle" /><?php echo $this->translate("Groups") ?></div>
        <spanimoh class="VOCIIMOH" id="F">
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="groups/manage"><?php echo $this->translate("My Groups") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="groups/create"><?php echo $this->translate("Create New Group") ?></a><br>
        </spanimoh>
        <div class="TITOLOIMOH" onclick="Menu('G')"><img src="imagesito/icone/new.png" width="24" height="24" align="absmiddle" /><?php echo $this->translate("Video") ?></div>
        <spanimoh class="VOCIIMOH" id="G">
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="videos/manage"><?php echo $this->translate("My Videos") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="videos/create"><?php echo $this->translate("Post New Video") ?></a><br>
        </spanimoh>
        <div class="TITOLOIMOH" onclick="Menu('H')"><img src="/imagesito/icone/musica.png" width="24" height="24" align="absmiddle" /><?php echo $this->translate("Music") ?></div>
        <spanimoh class="VOCIIMOH" id="H">
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="music/manage"><?php echo $this->translate("My Music") ?></a><br>
            <b><img src="/imagesito/menuspace.png" width="24" height="16" align="absmiddle" /></b> <a href="music/create"><?php echo $this->translate("Upload Music") ?></a><br>
        </spanimoh>
        <div class="TITOLOIMOH" onclick="Menu('I')"><img src="/imagesito/icone/more.png" width="24" height="24" align="absmiddle" /><?php echo $this->translate("More...") ?></div>
        <spanimoh class="VOCIIMOH" id="I">
            <b><img src="/imagesito/icone/games.png" width="24" height="24" align="absmiddle" /></b> <a href="arcade"><?php echo $this->translate("Games") ?></a><br>
            <b><img src="/imagesito/icone/poll.png" width="24" height="24" align="absmiddle" /></b> <a href="polls/manage"><?php echo $this->translate("My Polls") ?></a><br>
            <b><img src="imagesito/icone/blog.png" width="24" height="24" align="absmiddle" /></b> <a href="blogs/manage"><?php echo $this->translate("My Blogs") ?></a><br>
            <b><img src="/imagesito/icone/answer1.png" width="24" height="24" align="absmiddle" /></b> <a href="question"><?php echo $this->translate("Ask & Answers") ?></a><br>
        <b><img src="/imagesito/icone/forum.png" width="24" height="24" align="absmiddle" /></b> <a href="pages/faq"><?php echo $this->translate("Help Center") ?></a><br>
        </spanimoh>
    </div>
    

    Załączone pliki:

  2. SPQR Super-Moderator


    Оффлайн
    • Super Moderator
    Liczba wiadomości:
    282
    Docenione treści:
    215
    Hehe, this is my widget, slightly changed.....what a f.....
  3. bartuspan Autor tematu User


    Оффлайн
    Liczba wiadomości:
    113
    Docenione treści:
    75
    Версия SocialEngine:
    4.6.0
    So that's wonderful :D can you help me? i need make some more tabs before ''more'' like ''Blogs'' / my entries / add entries ... etc

    btw. again was same problem ;p , when 'credits' are enable then , cant add anythink
  4. SPQR Super-Moderator


    Оффлайн
    • Super Moderator
    Liczba wiadomości:
    282
    Docenione treści:
    215
    Later maybe.
    And you can learn something, and re-make this by your own...ha?
    :)
  5. bartuspan Autor tematu User


    Оффлайн
    Liczba wiadomości:
    113
    Docenione treści:
    75
    Версия SocialEngine:
    4.6.0

    small hint is enough for me, or if in place ''i'' I'll put'' j'', copy any of the tabs and move everything down? if you understund me :p I tried to change something but always there was something wrong, such as'' more'' when shown a pressed something different, P

Poleć tę stronę

All rights reserved SocEngine.ru ©