Coder Social home page Coder Social logo

bludit-themes's Introduction

--------------------------------------------------

---> This repository is no longer maintained. <---

--------------------------------------------------

These themes are only compatible with Bludit v1.x.

You can find the new themes for the new version of Bludit here:

bludit-themes's People

Contributors

abrahamariel avatar clickwork-git avatar davede-git avatar dignajar avatar fred89 avatar harleydavidson86 avatar jadeops avatar specktator avatar xavierolland avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bludit-themes's Issues

Can't install new themes

After copying the folders from the ...master-zip I can't choose a theme on the Admin site: The list is empty!

Problems with the template 'Striped'

When you upload the theme folder 'Striped' generates the following error.

in /admin/themes

Notice: Undefined index: name in G:\wamp\bludit\kernel\admin\views\themes.php on line 23
Notice: Undefined index: description in G:\wamp\bludit\kernel\admin\views\themes.php on line 34
Notice: Undefined index: version in G:\wamp\bludit\kernel\admin\views\themes.php on line 35
Notice: Undefined index: website in G:\wamp\bludit\kernel\admin\views\themes.php on line 36
Notice: Undefined index: author in G:\wamp\bludit\kernel\admin\views\themes.php on line 36

in index:

Notice: Undefined index: theme-data in G:\wamp\bludit\kernel\boot\rules\99.themes.php on line 43

in Bludit v0.6.2 "Jake" and Github version

Author name on home and post is not shown properly on Skeleton

The code is done to make sure that it shows the name(s) if available, else revert to the username. However it was done wrong. It keeps using the username regardless.

To fix this, change && to || in this line:
if( Text::isNotEmpty($Post->authorFirstName()) && Text::isNotEmpty($Post->authorLastName()) )

Fixed:
if( Text::isNotEmpty($Post->authorFirstName()) || Text::isNotEmpty($Post->authorLastName()) )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.