Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 04-29-2011, 06:19 PM
pnhltt pnhltt is offline
 
Join Date: Apr 2011
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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!
Reply With Quote
  #2  
Old 04-30-2011, 02:23 PM
foxfirediego foxfirediego is offline
 
Join Date: Aug 2005
Location: Brazil
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm looking for the same thing.
Reply With Quote
  #3  
Old 04-30-2011, 03:43 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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%;}
Reply With Quote
  #4  
Old 04-30-2011, 06:45 PM
pnhltt pnhltt is offline
 
Join Date: Apr 2011
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


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.
Reply With Quote
  #5  
Old 04-30-2011, 10:22 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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%;}
Reply With Quote
  #6  
Old 02-08-2012, 05:29 AM
pnhltt pnhltt is offline
 
Join Date: Apr 2011
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #7  
Old 02-09-2012, 03:52 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pnhltt View Post
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.
Reply With Quote
  #8  
Old 02-10-2012, 01:12 AM
pnhltt pnhltt is offline
 
Join Date: Apr 2011
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
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!
Reply With Quote
  #9  
Old 02-15-2012, 07:59 PM
pnhltt pnhltt is offline
 
Join Date: Apr 2011
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any ideas on how to change the width of the columns for "what's new?" page?
Reply With Quote
  #10  
Old 02-26-2012, 11:33 AM
pnhltt pnhltt is offline
 
Join Date: Apr 2011
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:28 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.07653 seconds
  • Memory Usage 2,251KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete