Jump to content
  • 0

увеличить ширину


soldier
 Share

Question

Есть такой вот код одного форума, нужно увеличить кол-во выводимого текста в графе последняя тема.

То есть сейчас тема называется 111222333444555666777888999000

В графе её показывает как 111222333...

Нужно задать больший параметр ширины, а где - немогу понять. Прикрепил код.

.cat_list .cl_item .cl_last {float:right; width:31%; min-width:165px; max-width:400px; border-left:1px solid #dedede; height:100%; margin-bottom:-10000px; padding-bottom:10000px;}
.cat_list .cl_item .cl_last dl {border-left:1px solid #fff; padding:14px 5px 0 19px; margin-bottom:-10000px; padding-bottom:10000px;}
.cat_list .cl_item .cl_last dl dt {float:left; clear:left; padding-right:0.3em;}
.cat_list .cl_item .cl_last dl dt:first-child {padding-right:0.5em;}

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Скорее всего, данный параметр задается в php коде движка. css тут точно ни при чем, так как, если бы проблема была в css, в конце выводимых символов не проставлялось бы многоточие.

Link to comment
Share on other sites

  • 0

Это серверное программирование.

Если сервер на php то меняется примерно так:

echo substr($text, 0 50);

- в данном случае будет выведено 50 символов.

Edited by Сергей Шолохов
Link to comment
Share on other sites

  • 0

Я не могу точно ответить на этот вопрос.

Предположения:

1. Найти место откуда выводится div class="category_block". Скорее всего, что в нём будет стоять много переменных. Искать удобно с помощью total commander - поиск по содержанию текста в файле.

2. Найти переменную отвечающую за вывод даты последнего сообщения.

3. По этой переменной найти место - откуда выводится div class="cl_date". Скорее всего, что из этого же места и выводится dd с темой.

Скорее всего - это движок lightspeed. Работал с ним ранее - мне было неудобно, так как многие вещей глубоко зашиты в коде и я не смог их найти.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy