vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How do I make Like This list of buttons (https://vborg.vbsupport.ru/showthread.php?t=244621)

SH3A3-Q 06-14-2010 04:26 PM

How do I make Like This list of buttons
 
How do I make
Like
This list of buttons

https://vborg.vbsupport.ru/external/2010/06/59.jpg

Is there any one help me
Forum version 4
Waiting for a professional

your24hourstore 06-14-2010 05:32 PM

all that is custom work for this forum, and its not public, besides do you run this version?
or 4.0.3?

internet explorer has issues with rounded corrners anyway

SH3A3-Q 06-15-2010 04:05 AM

it version 4.0.3

--------------- Added [DATE]1276594947[/DATE] at [TIME]1276594947[/TIME] ---------------

I still wait for assistance
Please,

your24hourstore 06-15-2010 11:10 AM

Quote:

Originally Posted by SH3A3-Q (Post 2053875)
it version 4.0.3

--------------- Added 15 Jun 2010 at 04:42 ---------------

I still wait for assistance
Please,

Ive seen people ask before and they get sent to post in paid or unpaid requests for custom mods or styles.

since its not a mod or a style thats posted here it will have to be custom made for you

good luck

SH3A3-Q 06-16-2010 06:50 AM

It's just buttons
Thank you anyway

Welshy2008 06-16-2010 08:44 AM

Is this one ony good to you? It adds tabs to your Nabar...

https://vborg.vbsupport.ru/showthread.php?t=233629

SH3A3-Q 06-16-2010 10:40 AM

Quote:

Originally Posted by Welshy2008 (Post 2054412)
Is this one ony good to you? It adds tabs to your Nabar...

https://vborg.vbsupport.ru/showthread.php?t=233629

Thanks!
I use this MOD
I need to Buttons

I discovered a nice way

But I need to modify the code

--------------- Added [DATE]1276692648[/DATE] at [TIME]1276692648[/TIME] ---------------

This code

PHP Code:

<div id="navbar" class="navbar">
<
ul id="navtabs" class="navtabs floatcontainer">
<
li><class="navtab" href="forumdisplay.php?f=1">&#1575;لاقسام العامة</a><li>
<li><class="navtab" href="forumdisplay.php?f=4">&#1575;لشعاع الاسلامي</a><li>
<li><class="navtab" href="content.php">&#1575;لكمبيوتر والاتصالات</a><li>
<li><class="navtab" href="content.php">&#1575;لاقسام التطويرية</a><li>
<li><class="navtab" href="content.php">&#1575;قسام الملتميديا</a><li>
<li><class="navtab" href="content.php">&#1575;لاقسام الفنية</a><li>
<li><class="navtab" href="content.php">&#1583;يوانات الاعضاء</a><li>
</div

Image

http://sh3a3-q.net/up1/uploads/image...a3a6e272cf.png

I want to add
Such as button What's New
Change
Variable

SH3A3-Q 06-17-2010 10:55 AM

Thanks for help

ChopSuey 06-17-2010 12:58 PM

Find the search new code in the navbar template then add it. ?

SH3A3-Q 06-17-2010 01:50 PM

I think you did not understand me

Because the reason for
My bad language



<li class="selected">

selected

no
selected

This is what I want to do
For buttons

new code

PHP Code:

<div id="navbar" class="navbar">
<
ul id="navtabs" class="navtabs floatcontainer">
<
li><class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">1111111</a><li>
<
li><class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">2222222</a><li>
<
li><class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">3333333</a><li>
<
li><class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">4444444</a><li>
<
li><class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">5555555</a><li>
<
li><class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">6666666</a><li>
</
div


ChopSuey 06-17-2010 03:06 PM

Your missing </ul> at the bottom.

SH3A3-Q 06-17-2010 03:40 PM

Quote:

Originally Posted by ChopSuey (Post 2055081)
Your missing </ul> at the bottom.



Ware

ChopSuey 06-17-2010 03:44 PM

HTML Code:

<div id="navbar" class="navbar">
<ul id="navtabs" class="navtabs floatcontainer">
<li><a class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">1111111</a><li>
<li><a class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">2222222</a><li>
<li><a class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">3333333</a><li>
<li><a class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">4444444</a><li>
<li><a class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">5555555</a><li>
<li><a class="navtab" href="http://xxxx" title="xxxxxxx" class="tab">6666666</a><li>
</ul>
</div>

Much better :)

SH3A3-Q 06-17-2010 05:16 PM



you stel not
understand me



go to the http://www.vbulletin.com/forum and Press the blog bottom



and Look how chang

and back to forum bottom and look how chang

:rolleyes:

Charlie98902 06-17-2010 07:05 PM

Nothing different there but those are tabs not what you were asking for here. Also your link take you to this forum not vb's.

http://www.vbulletin.com/forum

SH3A3-Q 06-18-2010 04:57 AM

Quote:

Originally Posted by Charlie98902 (Post 2055171)
Nothing different there but those are tabs not what you were asking for here. Also your link take you to this forum not vb's.

http://www.vbulletin.com/forum

PHP Code:

<!-- sh3a3-q.com -->
<
div id="navbar" class="navbar">
<
ul id="navtabs" class="navtabs floatcontainer">
<
li><class="navtab" href="forumdisplay.php?f=1" title="xxxxxxx" class="tab">1111111</a><li>
<
li><class="navtab" href="forumdisplay.php?f=2" title="xxxxxxx" class="tab">2222222</a><li>
<
li><class="navtab" href="forumdisplay.php?f=3" title="xxxxxxx" class="tab">3333333</a><li>
<
li><class="navtab" href="forumdisplay.php?f=4" title="xxxxxxx" class="tab">4444444</a><li>
<
li><class="navtab" href="forumdisplay.php?f=5" title="xxxxxxx" class="tab">5555555</a><li>
<
li><class="navtab" href="forumdisplay.php?f=6" title="xxxxxxx" class="tab">6666666</a><li>
</
div>
<!-- 
sh3a3-q.com --> 



All times are GMT. The time now is 02:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02182 seconds
  • Memory Usage 1,791KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete