vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   search results display change (https://vborg.vbsupport.ru/showthread.php?t=262858)

pnhltt 04-29-2011 06:19 PM

search results display change
 
When you run "what's new" script the resulting page has several columns.

First is the thread name, second is the number of replies and views, third is time of the last post and who posted it, fourth is the name of the subforum.

Since our forum is in Russian, the words are quite a bit longer than in English. The third column is a particular problem widthwise as the users cannot see the contents of that column in full.

We either need to widen that column to display the contents and make the second column narrower as it doesn't need to be as wide as it is. Alternatively, which would be our preferred solution, we need to move the standard text for each line (thread, replies and views, last post, forum) into the top bar of the search result display, which was the way the search results used to be displayed in the early versions of vbulletin 3.

Either way, we don't know how to solve this problem. Would anyone be able to advise?

Thank you!:)

foxfirediego 04-30-2011 02:23 PM

I'm looking for the same thing.

Lynne 04-30-2011 03:43 PM

edit the template search_resultlist to add the text to the top (thread, replies, etc).

To narrow the replies/views column, here is the current css to change:
HTML Code:

.threadbit .threadstats {    padding-top: 8.74px;    width: 15%;    word-wrap: break-word;}
If you reduce that, you can increase this by the same amount:
HTML Code:

.threadbit .threadlastpost, .threadbit .threaddeleted {    font-size: 12px;    padding-left: 0;    width: 20%;}

pnhltt 04-30-2011 06:45 PM

Thank you, Lynne! We decided to change the column width for now, as we actually understood what to do (:D) . How would we change the width of the last column, which shows the name of the subforum:rolleyes:?


PS.
Ideally, we would like to move all this into the top bar by editing the search_reslutlist template, but we have no expertise in how to do it, so we'll give it a miss for now.

Lynne 04-30-2011 10:22 PM

The last column pretty much gets the left over width. If you need that to be wider, you need to take away from another column - one of the two already listed, or the first one here:
HTML Code:

.threadbit .threadinfo {    overflow-x: hidden;    overflow-y: hidden;    width: 45%;}

pnhltt 02-08-2012 05:29 AM

This template is not the right template to edit to change the width of the columns for "what's new" request. Which one we need to edit? Threadlist?

Lynne 02-09-2012 03:52 AM

Quote:

Originally Posted by pnhltt (Post 2297414)
This template is not the right template to edit to change the width of the columns for "what's new" request. Which one we need to edit? Threadlist?

Without a link to see the issue, I have no clue what to suggest.

pnhltt 02-10-2012 01:12 AM

Quote:

Originally Posted by Lynne (Post 2297775)
Without a link to see the issue, I have no clue what to suggest.

The problem is the same as in the first post, but we can't sort it the same way as before since the upgrade to 4.1.10.

We need to be able to change the width of the columns for "what's new" page.

Thanks!

pnhltt 02-15-2012 07:59 PM

Any ideas on how to change the width of the columns for "what's new?" page?

pnhltt 02-26-2012 11:33 AM

I wouldn't be allowed to start a new thread for the same problem on our forum, hence have no choice but to keep bumping this one.

Any suggestions or ideas on how to change the width of the columns of the "what's new page"? Which template edits the width of these columns in 4.1.10? In previous versions it used to be search_resultlist template.


All times are GMT. The time now is 11:58 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
  • Page Generation 0.01256 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete