Status
Not open for further replies.
The way I have it set in the last code I provided is the same width as post 6 but is a multi line text box like in post 13, here is a screen shot.

14de300b9324ae.png
 
Okay!:D LOL
Yes postbit it works!
I was looking at usercp :eek:

I guess I need to change the
Code:
dbtech_status_status
or
Code:
dbtech_status_statustext
? to have it done in the usercp?
 
No we all have assumed it was in postbit, let me look into usercp one and I will post back
 
Ok to make it work in usercp open the template dbtech_status_memberinfo

Find this code:
Code:
<input type="text" tabindex="1" value="" id="dbtech_status_input{vb:var post.postid}" name="status" class="primary textbox" style="width:95%; margin: 1px;" />

And replace it with this:
Code:
<textarea class="primary textbox" name="status" id="dbtech_status_input{vb:var post.postid}" rows="0" cols="60" tabindex="1" style="width:95%;"></textarea>
 
Ok to make it work in usercp open the template dbtech_status_memberinfo

Find this code:
Code:
<input type="text" tabindex="1" value="" id="dbtech_status_input{vb:var post.postid}" name="status" class="primary textbox" style="width:95%; margin: 1px;" />

And replace it with this:
Code:
<textarea class="primary textbox" name="status" id="dbtech_status_input{vb:var post.postid}" rows="0" cols="60" tabindex="1" style="width:95%;"></textarea>

Does anyone know with these changes if it works on the newest 4.1.4 Beta with the new editor?
 
Status
Not open for further replies.

Legacy User Status & Moods

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
64
Customer rating
0.00 star(s) 0 ratings
Back
Top