The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
![]()
I am able to get the menu part of the extension to work real good. But clicking does nothing. So I am still trying to figure out what I missed.
EDIT: Got it. You have to make sure you replace every single instance of "trtf" in every single file with your new extension short name. |
#22
|
|||
|
|||
![]()
So I googled XUL Editor and chanced upon and extension thats for making extensions! Looks promising so far, check it out:
http://ted.mielczarek.org/code/mozilla/extensiondev/ |
#23
|
|||
|
|||
![]() Quote:
|
#24
|
||||
|
||||
![]()
Aparently it's evil to talk about this in the lounge.
![]() If your going to use the above template to make a link extension for your vb forum, I altered one of the js functions a bit. In chrome>content>common.js add this function. Make sure you change it to your site url and forum root. Code:
function tsg_open_vb(event, fid) { if (event && event.button != 0) { getBrowser().addTab("http://yoursite.com/forumhome/forumdisplay.php?f="+fid); } else { loadURI("http://yoursite.com/forumhome/forumdisplay.php?f="+fid); } } Now someone move this thing before it explodes. |
#25
|
|||
|
|||
![]()
i finished mine! wheeeee!
|
#26
|
|||
|
|||
![]() Quote:
![]() |
#27
|
||||
|
||||
![]()
<a href="http://joystickrequired.com/ff_extensions/jsr_extension.html" target="_blank">Mine is working</a>.
|
#28
|
|||
|
|||
![]()
well I must be retarded, every time I install my edited one it says it's an invaild package
|
#29
|
||||
|
||||
![]()
FYI. That install.js file that comes with that above code is legacy and not needed for Firefox. Firefox handles the install now. It may be needed if you wish to install in another mozila based app, or it may not. Not needed for FF though.
|
#30
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|