View Full Version : Need help about Navbar
ITDarasgah
05-29-2009, 08:12 PM
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:
<td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase" /></div></td>
Add above:
<td><div class="imagebutton"><img src="[B]/your_image.gif" width="21" height="20" alt="title" /></div></td>
For Navbar:
Find:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add below:
<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 1243801950 at 1243801950 ---------------
any one plz help me
ITDarasgah
06-05-2009, 11:37 AM
Still waiting
Lynne
06-05-2009, 02:25 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...
If you want text instead of an image, then in the code Sofia posted, just put text instead of the image tag. ie:
<td><div class="imagebutton">Text Here</div></td>
ITDarasgah
06-05-2009, 05:54 PM
If you want text instead of an image, then in the code Sofia posted, just put text instead of the image tag. ie:
<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.
<td><div class="imagebutton"><a href="urdupad.htm">UrduPad</a></div></td>
.
ITDarasgah
06-05-2009, 07:46 PM
Like this.
<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.
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
so how can remove the (td>) and add to advance reply editor too.
td><div class="imagebutton"><a href="http://mysite name/upad/openpad.htm" target="new_page">UrduPad</a></div></td>
It should be:
<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
ITDarasgah
06-05-2009, 08:42 PM
It should be:
<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
Thanks you are right now its ok..:)
Please tell me how can add this to advance reply editor
Pakblogger
12-12-2009, 04:55 PM
just checkout with www.itdunya.com admin from where you got that image
ChopSuey
12-12-2009, 05:52 PM
You realize how old this thread is? Almost half a year.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.