Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [General] I found a problem with "personal notepad" in my forum
#1
Not Solved Question 
I found a problem with "personal notepad" in my forum.
it doesn't work well now,so i need your help.

the problem is below:

[Image: 1.jpg]

with all of the "usercp zone" are not working in my forum

i try out to modify the codes, but i can find nothing with it.

what's wrong ?
#2
Not Solved
Looks like this isn't a 1.6 theme, you're missing this from your usercp.css:

.usercp_notepad {
	width: 99%;
}
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
#3
Not Solved
(2010-10-28, 10:43 PM)MattRogowski Wrote: Looks like this isn't a 1.6 theme, you're missing this from your usercp.css:

.usercp_notepad {
	width: 99%;
}

I can't find the code from my usercp.css,i just only find this code with it.

.usercp_nav_notepad { background: url(images/gamer/usercp/notepad.png) no-repeat left center;}

the image:

[Image: 2.jpg]

or i find a wrong place?
#4
Not Solved
Copy & paste the code Matt provided into that.
[Image: hdoE.png]
m1ne.net - coming soon
#5
Not Solved
(2010-10-28, 11:40 PM)iBf Wrote: Copy & paste the code Matt provided into that.

But I don't know where i could put the code into.
#6
Not Solved
Underneath this,

.usercp_nav_home {
background: url(images/usercp/home.gif) no-repeat left center;
}
[Image: hdoE.png]
m1ne.net - coming soon
#7
Not Solved
Yeah,it works well now,thanks to MattRogowski and iBf .

Thank you MattRogowski for technical support.

Thanks iBf for the reminder.

MattRogowski,you are so awesome!!



(2010-10-29, 12:04 AM)iBf Wrote: Underneath this,

.usercp_nav_home {
background: url(images/usercp/home.gif) no-repeat left center;
}

first,I think let me change what the code for instead from my usercp.css use it,originally add it into that.Big Grin
#8
Not Solved
Bumping this because it's a MyBB bug.

Shocked after a few threads no one has checked the template.

<textarea name="notepad" cols="1" rows="10" class="usercp_notepad">{$mybb->user['notepad']}</textarea>

cols=1 lol...really? Change that MyBB please.
#9
Not Solved
Ive had to change this the other day to ""cols="200"
#10
Not Solved
If you add the CSS it'll work, the CSS is there so it'll always stretch out across the full width of the page no matter how wide it is, whereas specifying columns will be a fixed width, however I don't really know why it wasn't set higher as a fallback for if the CSS was missing.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.


Forum Jump:


Users browsing this thread: 1 Guest(s)