vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need help about Navbar (https://vborg.vbsupport.ru/showthread.php?t=214863)

ITDarasgah 05-29-2009 08:12 PM

Need help about Navbar
 
1 Attachment(s)
Hi Dear,
I have a html files and upload to my forum root...now I want to add that file link to Navbar and reply editor (see the Picture) how can do this..please help me.

REGARDS

Seven Skins 05-29-2009 08:17 PM

Edit "showthread_quickreply" and "Navbar" templates.

Sofia 05-29-2009 08:39 PM

In your editor? Strange... :)

In showthread_quickreply

Find:

HTML Code:

<td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase[bold]" /></div></td>
Add above:

Code:

<td><div class="imagebutton"><img src="/your_image.gif" width="21" height="20" alt="title" /></div></td>

For Navbar:

Find:

HTML Code:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add below:

Code:

<td class="vbmenu_control"><a href="your_url">title</a></td>

ITDarasgah 05-31-2009 05:57 PM

Thank you.......Install to Navbar...... but I don't have a image that I add to Editor....need add link name only to reply editor please see the picture for more information...

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

any one plz help me

ITDarasgah 06-05-2009 11:37 AM

Still waiting

Lynne 06-05-2009 02:25 PM

Quote:

Originally Posted by SHER (Post 1820776)
Thank you.......Install to Navbar...... but I don't have a image that I add to Editor....need add link name only to reply editor please see the picture for more information...

If you want text instead of an image, then in the code Sofia posted, just put text instead of the image tag. ie:
Code:

<td><div class="imagebutton">Text Here</div></td>

ITDarasgah 06-05-2009 05:54 PM

Quote:

Originally Posted by Lynne (Post 1823929)
If you want text instead of an image, then in the code Sofia posted, just put text instead of the image tag. ie:
Code:

<td><div class="imagebutton">Text Here</div></td>

thank for reply.....how can link this to my page..like member click on this and open the page

Seven Skins 06-05-2009 06:35 PM

Like this.

HTML Code:

<td><div class="imagebutton"><a href="urdupad.htm">UrduPad</a></div></td>
.

ITDarasgah 06-05-2009 07:46 PM

Quote:

Originally Posted by Seven Skins (Post 1824072)
Like this.

HTML Code:

<td><div class="imagebutton"><a href="urdupad.htm">UrduPad</a></div></td>
.

Thank man I add this whit some change that is work good...but one problem
the link show in Quick reply editor like this

td>
Urdu Pad


so how can remove the (td>) and add to advance reply editor too.
HTML Code:

td><div class="imagebutton"><a href="http://mysite name/upad/openpad.htm" target="new_page">UrduPad</a></div></td>

HMBeaty 06-05-2009 08:20 PM

Quote:

Originally Posted by SHER (Post 1824106)
so how can remove the (td>) and add to advance reply editor too.
HTML Code:

td><div class="imagebutton"><a href="http://mysite name/upad/openpad.htm" target="new_page">UrduPad</a></div></td>

It should be:
HTML Code:

<td><div class="imagebutton"><a href="http://mysite name/upad/openpad.htm" target="new_page">UrduPad</a></div></td>
You were just missing a small piece of code


All times are GMT. The time now is 09:28 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.01234 seconds
  • Memory Usage 1,747KB
  • 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
  • (4)bbcode_code_printable
  • (7)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete