![]() |
Quote:
|
Quote:
|
How goes the compatibility issues? Would people using an older Internet Explorer or browser still be able to use this? Or say, a user using another browser other than Internet Explorer?
Incase there are issues, that is one reason It would be nice to have a USER CP option for members to choose which posting/replying interface they would like ;) PS: Don't forget to add it to the PM interface also |
instead of making it so you have to have html enabled, why not either insert new tags into the database, or have the user put new tags in?
then html wont be on :) |
I saw this hack working first :D he showed me first :D but he made me sign up for his forums lol
|
Seems not to work with Mozilla 1.0 :( That is not really good as it is used by some of my users (including me).
Why do you create html and not just bbcode text? The vB-Code bar is just not working, so you don't need it anymore. And Enabling HTML means you can't let your users choose what interface they want because of security reasons. And enabling HTML is not secure only because this one interface parses html - just create another form on your computer and submit it... Anyway, this is a great hack, as far as it works with Mozilla I's install it :) |
Excellent idea. I'll be adding this later today. :)
|
Hm, is it right that this does not take effect if you edit a message? That would be another security problem as then everyone can insert html code without problems...
|
Quote:
Sorry if it isn't your intention. Thank you for sharing this hack. I will download the files, try them on my test server and see how it looks there :) |
Nakkid, by fixed, I meant fixed in my copy.
I will release a more updated version, that includes support for BBCodes and add in the interface for PMs. Also, I'll see what I can do about making it use BBCode instead of HTML, but it will be kind of hard, as all the functions in Javascript are native to HTML...:\ Xiphoid, no, this isn't a scheme to get registrations and spam my forum. The only reason I said that you can check out my forum for it is because I have the hack installed there, and nobody else does. Also, I'm planning on adding something like the BBCode enhanced/normal mode to it, where the user can choose WYSIWYG mode or plain-text mode.:) |
Okay, here's an updated version.
Bug Fixes: - Ability to quote - You can submit form without pressing 'save' ToDo: - Add BBCode support - Hack vbcode.js to allow inserts of smilies and BBCode. - Allow toggling of HTML/WYSIWYG mode. - Add this hack to the edit and PM templates. Just replace your existing newthread and newreply templates with your new ones.:) Update: New templates and instructions in post #79. |
can create it so that it works when people want to edit there posts too ???
|
Quote:
|
i love this hack but there is a prob :
look my this thread on my forum http://forum.peugeot-gti.net/showthr...threadid=10741 if some types, it goes scrolls way way to the right. |
It seems that that person added a few tags of his/her own to the post... when I go to view source, everything looks normal, except for the presence of some <xmp> tags...
|
Okay... I found out the problem... it seems that there is a <pre> tag between the text...
It'll be fixed when I upload the next update.:) |
cheers.
|
When I click submit, it says "please complete message form"?
I've more or less cut&pasted the templates from post #51 (with slight alterations to make it fit the layout). Some of the earlier posts mention a save-function, but where am I supposed to insert it in the template? |
Quote:
|
Quote:
|
OK. Now it works! Great hack... but before I'll implement on my boards there are a few hurdles: :)
1) How do you alter the style of the iFrame? It's a rather horrid darkish grey and the font is weird. I tried to put a ' style="background-color: #FFF" ' in the iFrame tag, but nothing happened? 2) It seems to make a <p> instead of a <br> when you hit ENTER, is it possible to change that? 3) Perhaps related to 2) - I've hacked the quote-function so I'm usually given an output that looks like this... ?skldfjsfd sdsf hh strh nnb sfdkjsdkfj ? ?skldfjsfd sfjjkdsf slfdkfsf sfdkjsdkfj ?dfjsdf dsgtretoi gjdfkgj sdf. ...when I quote. But now it seems to eat the <br>'s and output this... ?skldfjsfd sdsf hh strh nnb sfdkjsdkfj ? ?skldfjsfd sfjjkdsf slfdkfsf sfdkjsdkfj ?dfjsdf dsgtretoi gjdfkgj sdf. ...instead. I hope somebody is able to help, thanks. :) |
hmm . ..this hack looks hella nice but I'm just confused on how to install it. I mean, you just gave us the two templates but my newthread and newreply are already edited a bit. So can you tell us what to edit specifically in the two templates or is that too much?
|
Quote:
The background color is already white... what browser are you using it on? As for the quote issue, that has already been fixed, and I'll release an update on Monday that will include support for BBCode as well.:) |
Quote:
You are better off installing this postbit, and then applying the template modifications of your other hacks, since I doubt that there are other hacks that change these templates as much as this one.:bunny::) |
These are nice template edits, not a hack, but i enjoy it, it could esily be made a hack if you have a user option where they can choose if they wanna use the new reply template or the old one when posting. Wouldnt be hard to do.
|
The BBCode integration that i'm going to release later will put it in hack territory.:D
|
Glad to see someone read my request ;) (I think)... or at least had the same idea! :D I look forward to your updated release, as html in postings simply *isn't* an option (my biggest hurdle in getting this to work for me was finding a way to replace the html tags IE5.x+ supports converted to vbcode :D)
Paul |
Quote:
|
Nice.
As long as I don't have to enable HTML I will install this one. Do I have to enable HTML or not? |
Yes you do.
|
Well, I'm working on a non-HTML version, but the problem is with the <a href> and the <img src> tags. They both have an ending tag (">), which makes it so much harder to do a search and replace using javascript.
|
Alright. Thanks. I will wait for the non-HTML version then. Keep up the great work, eiSecure. It's a great hack.
|
ok, installed this hack as it says to, and i post something and it does this
<PRE><EM><FONT face="Arial Narrow">test boom boom shake it baby </FONT></EM></PRE> also when i click the color button i get a Not Found error |
Yes, those are known bugs, and they will be fixed in a patch that I will release tomorrow.:)
|
IS there any way you can just tell us what to add in the templates because i really supped up my templates and i don't feel like back tracking to see what to add back. Thanks so much that would help tremendously.
|
I added in functions for the toolbar actions. I replaced the message box with the iframe and the toolbar. I added in a script to process submit events in the head.
You only have to change your newreply and newthread templates, not all the templates. Few people ever edit their newreply and newthread templates.:o |
So is this a template edit or a hack?
|
*sigh* Fine... if you wanna get technical, let me release the update so you can call it a hack...:o
|
Update
This update fixes the following bugs: - Problems with user quoting - Smilies don't work - BBCodes don't work - User is required to press 'save' before submitting To Do: - Extend this to newpm/replypm & edit templates - Get BBCode to work in enhanced mode - Make it output BBCode instead of HTML Install Instruction: 1. Update your newthread and newreply templates with the attached copies. 2. Replace your existing vbcode.js file 3. Enjoy!:):bunny: |
I think it would be really better if you could just tell us what to add instead of just telling us to replace everythng. Because that is what i look forward to noing that i don't no that much html so i look forward to instructions. and this hack looks nice. Please help osmeone out thanks.
|
All times are GMT. The time now is 12:31 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|