![]() |
~ Update ~
Most of this has been recoded. And yes, it now is like the VB Pad for VB 2.0. |
I like this hack, thanks ;)
Click Install :) |
Thanks, though I forgot the textareas' cols and rows attributes, so you'll have to edit the VB Pad plugin at profile_start and change
Code:
$notetextfields.='<textarea name="padfield' . $pad_l . '" onblur="this.value=this.value.substring(0,' . $charsnum . ')">' . $txtfieldscont[$pad_l-1] . '</textarea><br />' Code:
$notetextfields.='<textarea name="padfield' . $pad_l . '" rows="8" cols="60" onblur="this.value=this.value.substring(0,' . $charsnum . ')">' . $txtfieldscont[$pad_l-1] . '</textarea><br />' |
This is very useful! However, a few problems:
That's all I have for now ... thanks. |
This is awesome and will be quite useful..
Once the 3 above problems are fixed I'd love to re-install this.. I look forward to it! Nice job! |
The BB code issue has been fixed.
Edit ~ The user CP nav must be also fixed now, though I can't find a solution to the database errors, unless if I make a seperate product for updating and a seperate one for installation. |
Quote:
|
The only database error happens when updating from a previous version of this to the current one, so if you haven't installed the previous one, you won't get any errors.
|
OK great! In that case we'll install it later today :bunny:
|
I'm not sure who wrote the HTML for this but it's incredibly sloppy :(
As a general rule <tr>'s need to be closed at the end of each row. <td>'s also need to be closed and fieldsets need to be inside a table, not outside of a table... ;) |
All times are GMT. The time now is 10:36 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:
|