It doesn't work at all :cry: I click the file and it does nothing, nada, zilch!
I right-click to Save Link as......... nothing, nada, zilch!
Printable View
It doesn't work at all :cry: I click the file and it does nothing, nada, zilch!
I right-click to Save Link as......... nothing, nada, zilch!
OK i have it installed but how to use??? :ehh:
hehehe i'm stupid, sorted it :)
http://www.vbforums.com/images/ieima...chmentid=37812http://www.vbforums.com/images/ieima...chmentid=37827
Right click in the text box where you type your message on any VBF page and look for VBForums.com with the icon next to it in the right clik menu.
It's ANY TextBox actually! ;) http://www.vbforums.com/images/ieima...chmentid=37813Quote:
Originally Posted by eyeRmonkey
Really? I never checked that. Ok. :p
Rudi, don't you think your signature is too big? 5-7 lines is the norm. I guess a mod will tell you about it, but I figured I would let you know that we notice it.
w00t!!!
This extension is working in Deer Park alpha2. Nicw Work!
How can I add a few smilies of my own? I've noticed they link to an existing attachment here on VBF. Where do the changes need to be made?
Well first you need to extract the extension. It is just a zip file renamed to xpi.
content/vbf/vbfOverlay.xul is where you put in the menu options
content/vbf/vbf.js is where you put in the code that will insert the smilie into the post
skin/classic/vbf is where you edit the css file with a class name for the smiley tht is used in the xul file mentioned above, and you put a png version of the smiley in the smilies directory
Then zip it up, rename to xpi and install.
Any special requirements regarding the PNGs? I did all as instructed in your post, but the smilies don't show up in that popup menu. Anything I might overlook?
If no one has answered this when I get back to lunch, I will do it...might happen that you have to remind me again..:D..off to meeting then lunch now...
- ØØ -
Are you sure you wrote the right path in the vbf.css file?
ie:
Quote:
.icon-vbf {
list-style-image: url("chrome://vbf/skin/vb_bullet.png");
}
are you sure added a line in the vbfOverlay.xul with the matching classname
ie.
Quote:
<toolbarbutton class="icon-duck" oncommand="ext.insertTag(false,'http://vbforums.com/images/smilies/duck.gif','');"/>
Ohh...and then in the same file..:D..forgot that...probably what you have forgotten too;
with a matching class.Quote:
<menuitem label="Frog" class="menuitem-iconic menu-iconic icon-frog" oncommand="vbf.vbf('smilefrog');"/>
And there you can see that they are all labled Frog too. You should be honored..:) BTW if you manage to add them, and want to share the icons. Give me a wink and I can upload it as a new version. If not, then no problem..:)
- ØØ -
I've checked all that, seems to be right. Have a look for yourself:
http://www.vbforums.com/attachment.p...postid=1599758http://www.vbforums.com/attachment.p...postid=1599758http://www.vbforums.com/attachment.p...postid=1599756http://www.vbforums.com/attachment.p...postid=1599673http://www.vbforums.com/attachment.p...postid=1599671http://www.vbforums.com/attachment.p...postid=1599669http://www.vbforums.com/attachment.p...postid=1599755http://www.vbforums.com/attachment.p...id=32221&stc=1http://www.vbforums.com/images/ieima...chmentid=37831http://www.vbforums.com/attachment.p...postid=1599669http://www.vbforums.com/images/ieima...chmentid=37816http://www.vbforums.com/images/ieima...chmentid=37791
Witch similie didn't work?
How did you do that? I can't see the smilies in the smiley popup window. Can you?
Sure I can...I am not as dumb as you think...
BTW you can thank nebulom. I love to blame errors on other people, but this is not exactly an error, just his way of confusing fellow developers. It was the same confusion that put me and Cander out of play for a few hours too....grrr....well well..I have fixed that...but I can't get the update thingy in Fx work....grrr...does your version of Fx find the new version of the extension if you go to extensions on the tool menu and press update?
- ØØ -
No, no updates available. How about just giving the download link and telling me what was wrong with it.
the vbf.jar file was the curently up to date build. The three folders you see in the same folder view, is not in use at all. YOu updated them. But that doesn't help much. You should have deleted them (or nebulom should have done that), then your job would have been to unzip that jar file, then do the changes, then zip it up again. In stead, you where changing left overs that wasn't in use..:) Me and Cander used 4-5 hours last time before we found out about it...:D
- ØØ -
w00t!!!!
http://www.vbforums.com/attachment.p...postid=1599669http://www.vbforums.com/attachment.p...postid=1599671http://www.vbforums.com/attachment.p...postid=1599673http://www.vbforums.com/attachment.p...postid=1599755http://www.vbforums.com/attachment.p...postid=1599756http://www.vbforums.com/attachment.p...postid=1599758http://www.vbforums.com/attachment.p...id=32221&stc=1
This surely deserves a rating. Though I don't know what you're going to do with all those points.
I will use them to bribe you to make me that PowerPoint presentation I was supposed to make now, but in stead I helped you...:(
PS: I also added a couple of other smilies there. Now we have ehhh....a LOT of smilies..:)
- ØØ -
This deserves a sticky. :(
What? The bug or the new version?
- ØØ -
I have been considering writing some regular tools to automate some of this stuff. Would be nice to automate the adding new smilies or something and let the app zip and rename everything. hmmm Wonder if i got time to do this...maybe...we will see.
What language would you have done it in? I made a script to unzip and zip for my self in Linux. But that was it. The rest of the job seems like it should be possible too. I don't have time for it this week, but if you need any help and you are using a sane language, then give me a wink if you need any help in a week or two.
- ØØ -
I would like to do it in something cross platform..perhaps Python.Quote:
Originally Posted by NoteMe
Python I can help you with. C# is kind of inplatform dependent too. Both languages should cope with the job pretty easily. For me it is the same. I am like a camelion. I adapt..:)
- ØØ -
lol
Too many languages choices. Darn it why can't I type 1 line of code in C then another in VB, then another is some other language...grrr
If a Then
b(x);
}
woot
I'll make you a COM wrapper that will let you do that...:) It will be called Sander and will be pink.
:)
Sweeettt!
Guys, don't you think we should have a standard on this? Like tab spaces and some cleaning on some codes? I hope I make a point.
Standard on what?
I am sure you made a point...I just didn't get it..:D:D:D:
- ØØ -
I mean the code zipped on the .jar. Notice I have my own function and you have another one? The one from Cander (the one with switch statement to test the image to be displayed). Maybe anyone can make a good function to do it all. Hmm. Not sure if I made a point, though. Hehe. But hopefully, I am. Also with regards to the .rdfs file, I notice some has 4 spaces used as indention and 1 tab space on some. Not quite clean.
I can probably rewrite the smilie thingy one day. It really is a mess right now...:)...think we even have smilies that doesn't really show up on the toolbar at all..:D...But the next days I have work to WAY over my head. I have BIG black rings under my eyes right now....http://www.vbforums.com/images/ieima...chmentid=37821
Mend punched you? Hehe. Anyway, give me a ding, maybe I can help. That is, only if I can. Hehe.
Hehe...if Mendhak punched me...no matter how much he wanted it, it would not cause black rings under my eyes..:)
- ØØ -
Probably a good idea. FYI I use Textpad to edit and tabulation spaces is set to 8.