Recent Topics

1 Jun 20, 2016 05:23    

[6.7.4] I want to play around with the layout of the multiblogs.php page. Looking at lines 67 -78, how can I modify these to allow me to avoid messing about with minified css? What I would like to do, of course, is to finalise my layout, elements, etc., across 3 blogs, minify the resulting css, and then return to the original lines 67 - 78, or whatever I might need.

2 Jun 27, 2016 04:08

OK. Let me put it another way: when I view css elements, they are controlled by

/rsc/css/bootstrap/bootstrap.min.css

What I would like to do is have them controlled by

/rsc/css/bootstrap/bootstrap.css

which I have ready to hand. So, I copy bootstrap.css to /rsc/css/bootstrap/, but how and where do I bring this file into play? I assume it has something to do with lines 67-78, or is that not the case?

4 Jul 16, 2016 12:02

@tgodfrey

First of all, multiblogs.php is no longer shipped out for versions 6+: http://b2evolution.net/man/multiblogs-php

I guess that could be the primary reason why no one attended your question, meaning support on the coding side the dev team is leaving that one to anyone who are interested in using that piece of code.

5 Jul 23, 2016 02:32

Yes. Thank you for your reply. That is probably the case. Still, it really was just a question about how to link to non-minifed css, I am unable to clarify this.

6 Aug 07, 2016 17:18

Hi

  1. You can add a line to the header of the file ie. in my skin that's [_html_header.inc.php]
  2. you could use the @import url(bootstrap.css) to the begining [/rsc/css/bootstrap/bootstrap.min.css]

However any duplicate selectors will be overridden by the default code unless you delete it

7 Aug 20, 2016 09:11

Ah. Great. Thanks. The second option you outline should do the job for me.


Form is loading...