The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
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 |
#2
|
||||
|
||||
![]()
Edit "showthread_quickreply" and "Navbar" templates.
|
#3
|
|||
|
|||
![]()
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> 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> Code:
<td class="vbmenu_control"><a href="your_url">title</a></td> |
#4
|
||||
|
||||
![]()
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 |
#5
|
||||
|
||||
![]()
Still waiting
|
#6
|
||||
|
||||
![]() Quote:
Code:
<td><div class="imagebutton">Text Here</div></td> |
#7
|
||||
|
||||
![]()
thank for reply.....how can link this to my page..like member click on this and open the page
|
#8
|
||||
|
||||
![]()
Like this.
HTML Code:
<td><div class="imagebutton"><a href="urdupad.htm">UrduPad</a></div></td> |
#9
|
||||
|
||||
![]() Quote:
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> |
#10
|
||||
|
||||
![]() Quote:
HTML Code:
<td><div class="imagebutton"><a href="http://mysite name/upad/openpad.htm" target="new_page">UrduPad</a></div></td> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|