vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   Remove See more from the cms (https://vborg.vbsupport.ru/showthread.php?t=310874)

bymny 04-28-2014 10:30 PM

Remove See more from the cms
 
I always want to make it look full page

Remove See more | See less | Go to post | from the cms home page

http://i.imgur.com/Yk3a7Yk.png

thanks.

CvP 04-28-2014 11:31 PM

adding this to additional.css would be easiest:

Code:

.channel-content-widget[data-widget-instance-id="X"] .conversation-list.stream-view .list-item-body .post-links {
 display: none;
}

where X is the data-widget-instance-id of your cms block. You can view it from inspect feature of your browser.

Alternatively, you can use data-widget-id, data-note-id etc; whichever suites your needs.

bymny 04-29-2014 10:56 AM

thanks CvP
where Version 5.1.0 additional.css I could not see

Lynne 04-29-2014 04:03 PM

It is called css_additional.css in vB5 and is found under Style Manager > edit templates > CSS group


All times are GMT. The time now is 07:04 AM.

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.00961 seconds
  • Memory Usage 1,711KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete