• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Create a Tab to NavBar using product file

VnSlo

New Member
Even if vB5 utilizes a powerful Navigation Manager, it lacks the automation procedure for adding a Tab using a product file like version 4.2. In this tutorial I'll try to show you a way to add a Tab in the Nav Bar.

There are only 2 steps to do it:

1.- Adding the Tab (CODES section)

Code:
        <code version="1.0.0">
            <installcode><![CDATA[
$assertor = vB::getDbAssertor();
$navbar = $assertor->getRow('site',array('siteid' => 1));
$array = unserialize($navbar['headernavbar']);
$newarray = array();
foreach($array as $key => $value){
         $newarray[] = $value;
         }

$newarray[] = array ('title' => 'navbar_my', 'url' => 'my.php', 'newWindow' => 0 );

$assertor->update('site', array(
                'headernavbar' => serialize($newarray)
            ),
            array('siteid' => 1)
        );
]]></installcode>
            <uninstallcode />
        </code>
2.- Assign the Phrase (GLOBAL section)

Code:
<phrase name="navbar_my" date="1350240918" username="vb5admin" version="1.0.0"><![CDATA[My ]]></phrase>
Hope that this short code will helps you in case that you want to move your mods to vB5 Connect.
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
Admin vB5: Create a Tab to NavBar using product file Add-ons 0
Admin [OzzModz] Create Poll Thread Permissions Xenforo 0
Admin Create new thread button vBullein 5 Add-ons 0
N Share How To Create Combo Leecher VB NET +Source Code C# / C++ 0
khanhsak3r Hỏi Sửa lỗi can't create windows service for mysql như thế nào?! Sử dụng, chia sẻ, hỏi đáp 3
B Create A New Face - ứng dụng chỉnh sửa ảnh vui nhộn vừa cập bến Windows Phone Windows phone 0
Admin Create an account and use openshift cloud hosting Video, clip 0
Myshare Share SQL CREATE TABLE (Tạo Bảng) All Shared Scripts 0
Admin Share site auto create cp11 Hosting & Domain Free 6
Admin Free host cp11 tự động create Hosting & Domain Free 10
Admin TUT tạo phone number verifly và create acc voice google Hacking 0
B Code auto create host từ rsl hosting Kiến thức lập trình 2
Admin Free Host Nhật Bản Auto Create Hosting & Domain Free 0
Admin [MMO] Navigation tab icons xenforo 2 Xenforo 0
Admin Remove little border on tab menu when scrolling xenforo 2 Xenforo 0
Admin [OzzModz] Profile Link On Member Card And Visitor Tab Xenforo 0
P Office Tab Enterprise 14.00 x86 Multilingual - Duyệt Tab trên Office 2016, 2013, 2003, Office 365 Phần mềm 0
Admin Mở hộp và trên tay Samsung Galaxy Tab A 8 plus 2019 P205 Video, clip 0
H làm thế nào để chụp màn hình tab e Thảo luận chung 0
Dean.Winchester Share Hiển thị ảnh nền đẹp khi bạn mở tab mới trên Chrome Thủ thuật máy tính 2
Admin Hướng dẫn thay màu chữ liên kết của tab navigation vbulletin Vbb tutorial 1
Admin Chrome 32 beta cho PC có tính năng phát hiện tab đang phát âm thanh, chặn tải về tập tin độc hại Tin tức CNTT 0
Admin Chrome 31 Beta trên Android: thêm biểu tượng trang web ra màn hình chính, trang new tab mới Tin tức CNTT 0
Admin [ozzy47] Default Profile Tab Add-ons 0
T Anti virus E thanh lý con Sam Sung Tab II 10.1 giá cực hữu nghị Máy tính 0
D Thủ thuật Sở hữu MTB Samsung Galaxy Tab 3 8.0 T311 NEW100%-CHÍNH HÃNG với 1.000.000vnd Phần mềm 0
D Thủ thuật Sở hữu MTB Samsung Galaxy Tab 3 8.0 T311 NEW100%-CHÍNH HÃNG với 1.000.000vnd Máy tính 0
Admin Share code popup mở tab mới 2013 JavaScript / Ajax 0
Admin Samsung Galaxy Note III và Tab 3 sẽ ra mắt vào tháng 9 Tin tức, giới thiệu về ĐTDĐ 0
VMS-Mobifone mobifone KM với Samsung Galaxy Note 10.1, Note II, Y, Eider E1200, Tab 7 Từ 16/02 - 31/03/2013 Thông tin các mạng di động 0
4 Help ai hướng dẫn mod tab forum vbb với Vbulletin 6
Admin How to add a custom Tab Xenforo 0
N Help Làm sau để xóa tab khi lên = pc Vbulletin 6
Admin [DBTech] vBNavTabs - Navbar Tabs / Tab Management v1 (vB4) Add-ons 0
Admin Hướng dẫn cách chèn ứng dụng vào facebook page tab (fanpage) Kiến thức lập trình 0
Admin BBcode tab cho vBulletin Vbulletin 0
Admin Hướng dẫn cách chèn ứng dụng vào facebook page tab (fanpage) Kiến thức lập trình 0
Admin Đồng bộ tab Chrome đang mở qua thiết bị di động Thủ thuật ĐTDĐ 0
S 'Đập hộp' máy tính bảng Samsung Galaxy Tab 2 10.1 Mạng internet 0
Admin BBcode tab cho vBulletin Vbulletin 0
H Samsung công bố bộ đôi máy tính bảng Galaxy Tab 2 Tin tức, giới thiệu về ĐTDĐ 0
D Galaxy Tab 11.6 sắp ra mắt tại Mobile World Congress Tin tức, giới thiệu về ĐTDĐ 1
Admin ibProArcade Navbar vb4.2 Add-ons 0
Admin Yilmaz - Navbar Google Search Box Add-ons 2
Admin [OzzModz] Style & Language Selector In NavBar Add-ons 1
Admin [ozzy47] Social Media Icon Links In NavBar Add-ons 0
Admin [ozzy47] Extended Search Links In Navbar Add-ons 1
Admin [VINAVB]Secondary Navbar Breadcrumb Add-ons 0
Admin Hướng dẫn tạo menu đổ xuống thanh navbar cho xenforo Xenforo 0
Admin Realtime digital clock in Navbar Add-ons 0

Similar threads

New posts New threads New resources

Back
Top