![]() |
When doing updates please remember that less is more in regards to size. It's enough that what was less than a 2K page (creating a new thread) is now more than 4K (horrific sizes, I know) - but the script runs slower the bigger it gets.
It would be very cool if your script was modular in the sense that it is easy to suss out what to delete because you don't need it, and it won't wreck the script. For example, I don't use smilies at all in my forums (my users vehemently abhors them!) so I don't need lots of extra code to do them properly - thus that is a part of the script I would delete. |
Thanks for the updates - works real well.
|
This is a great hack, but I'd love to see some kind of image handling, not necessarily an upload feature, which is kind of redundant, but maybe something similar to the links button that will let you insert an image already on the web.
Pops up an http://_____________ box, accepts a url and inserts it in a wyswig way. It's the first thing I looked for when I saw your post. sniff Oh well, this is about 100x better than the standard stoneage editor! Regards, Matt |
Quote:
as per birdie 501, incorp my mod & the user table hack, nake enabling wysiwyg as the default. hence for users who dun want to use it, they need to explicity trun it off: if ( ($enableHTMLEdit == 1) AND ( ($bbuserinfo['enablewysiwyg']) ) ) { eval("dooutput(\"".gettemplate("newthread_wysiwyg" )."\");"); } else { eval("dooutput(\"".gettemplate("newthread")."\");" ); } Quote:
|
Is there any way to have it check for their browser and if it isn't IE 5.5 or 6.0, not even show the option to turn it on or off?
|
Quote:
|
Quote:
Here we go: Add a new template called wysiwyg_modifyoption: Sorry but you have to translate back in english :) PHP Code:
in template modifyoptions find: PHP Code:
PHP Code:
in member.php find: PHP Code:
PHP Code:
Thats all. It works for me, i just tested with Navigator 6.0 and nothing was shown! :) |
I hate to be a pain here, but can somebaody translate this part for me? :)
PHP Code:
|
just use this part from the original instruction file :)
|
Which section should this go under? I put it under the start modify options section.
Code:
if ($enableHTMLEdit == 1) { Code:
if ($bbuserinfo[userid]==0 or $permissions['canmodifyprofile']==0) { Quote:
|
All times are GMT. The time now is 07:38 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:
|