Recent Topics

1 Jan 28, 2016 02:13    

Hello,
I started there : http://forums.b2evolution.net/6-6-5-no-more-comment-alert-after#c106371
but I think that it's better to come here for that question.

I upgraded from v4.1.7 to 6.6.5. I first copied a new instance of all the v6 scripts on my server and made the install with a copy of my base. Then I added a copy of the media dir and adapted à few things (skins) to have my blogs working like before. But there is something wrong : all the small icons in the back-office skin (defaulting to boostrap) are lost (broken). - see the images in the above mentioned thread or the one below.
Could you help me in recovering a "normal" aspect ? Or is it a bug in this version ? With François I've already seen that the webfont is not loaded.

2 Jan 28, 2016 02:15

here is an example page of the back-office (files). Look on the right side. It's not easy to know what the icons are for !

3 Jan 28, 2016 02:47

It's the network delay, so maybe you should download fontawesome to your local to deal this issue.

1. Download fontawesome
http://fontawesome.io/#modal-download
current package is font-awesome-4.5.0.zip

2. Mkdir rsc/css/extra folder
unzip font-awesome-4.5.0.zip , move fontawesome/css/* to rsc/css/extra folder,move other folders of font-awesome to rsc/css .

3. Modify _template.funcs.php
Lines: 3215, replace the code as follow:

require_css( '../css/extra/font-awesome.min.css' );

6 Jan 31, 2016 20:06

@haharen wrote earlier:

It's the network delay, so maybe you should download fontawesome to your local to deal this issue. 1. Download fontawesome http://fontawesome.io/#modal-download current package is font-awesome-4.5.0.zip
2. Mkdir rsc/css/extra folder unzip font-awesome-4.5.0.zip , move fontawesome/css/* to rsc/css/extra folder,move other folders of font-awesome to rsc/css . 3. Modify _template.funcs.php Lines: 3215, replace the code as follow: require_css( '../css/extra/font-awesome.min.css' );

Except that in my version there is no line 3215, everything is running perfectly now. Than you very much !
The only problem that I foresee is that I shall have to do the same thing (modifying the _template file) each time there is an upgrade ... I hope this will be just a switch to turn in a future version.

7 Feb 01, 2016 03:22

@lefataliste You're welcome.
Yes, making a switch button to choose is meaningful for the network which is not very stable when connect to the foreign country.There is the similar situation in China, and may be other country also meet such problem.

10 Feb 03, 2016 13:22

@mgsolipa wrote earlier:

@lefataliste @haharen the commit I linked above is already pushed into the release branch and will be included in version 6.6.8. Font-awesome will be loaded from local resources by default, but it can also be loaded from CDN by enabling $use_cdns at conf/_adavanced.php (http://b2evolution.net/man/advanced-php).

Great ! I'm waiting for this release. It will be good for all of us having a poor connection.
Thank you for your help.
Take care.
Jacques


Form is loading...