PDA

View Full Version : Turning off nowrap


Doug Nelson
Fri 9th Nov '07, 2:51am
One of my users accidentally made one of their blog categories too long, and now they can't edit it due to the nowrap forcing the edit link under an adsense ad.

I see nowrap in several places in the blog templates. Which particular instance would control this, and would I just delete "nowrap="nowrap" or would I change a setting somewhere?

Thanks in advance.

Jose Amaral Rego
Fri 9th Nov '07, 3:15am
Ask you blog user to mouseover 'Blog Categories' and see what is identification (id) number is and then use below with of coarse your domain within url below. Blog user would then add the category (id) to the end of url.
Your blog user must have an entry within that newly created category for this to work.

# replace XXX with category (id)
http://www.domain.com/forum/blog_usercp.php?do=modifycat&blogcategoryid=XXX

Doug Nelson
Fri 9th Nov '07, 11:01am
Thanks. That will get them going again, even if it doesn't fix the longterm problem.