ds106bank | Wordpress Theme to create a site

 by   cogdog PHP Version: v0.2 License: GPL-2.0

kandi X-RAY | ds106bank Summary

kandi X-RAY | ds106bank Summary

ds106bank is a PHP library typically used in Telecommunications, Media, Media, Entertainment applications. ds106bank has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

Wordpress Theme to create a site like the DS106 Assignment Bank
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ds106bank has a low active ecosystem.
              It has 13 star(s) with 12 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 11 have been closed. On average issues are closed in 385 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of ds106bank is v0.2

            kandi-Quality Quality

              ds106bank has no bugs reported.

            kandi-Security Security

              ds106bank has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              ds106bank is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              ds106bank releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed ds106bank and discovered the below as its top functions. This is intended to give you an instant insight into ds106bank implemented functionality, and help decide if they suit your requirements.
            • Get the settings
            • Display a setting
            • Display the settings page
            • Validate settings fields
            • Starts an element .
            • Creates a setting field .
            • Displays the element
            • Start a dropdown menu .
            Get all kandi verified functions for this library.

            ds106bank Key Features

            No Key Features are available at this moment for ds106bank.

            ds106bank Examples and Code Snippets

            ds106 Assignment Bank Wordpress Theme,What's New?,Licensely Yours
            PHPdot img1Lines of Code : 14dot img1License : Strong Copyleft (GPL-2.0)
            copy iconCopy
            This theme is Copyright (C) 2014 Alan Levine http://cog.dog/ http://cogdogblog.com/
            
            This program is free software: you can redistribute it and/or modify
            it under the terms of the GNU General Public License as published by
            the Free Software Foundatio  
            Setting up WP-PostRatings for Popularity Ratings
            PHPdot img2Lines of Code : 7dot img2License : Strong Copyleft (GPL-2.0)
            copy iconCopy
            Popularity: %RATINGS_IMAGES_VOTE% (**%RATINGS_USERS%** votes, average:
            **%RATINGS_AVERAGE%** out of **%RATINGS_MAX%**)
            
            %RATINGS_TEXT% Popularity: %RATINGS_IMAGES% (**%RATINGS_USERS%** votes, average: **%RATINGS_AVERAGE%** out of **%RATINGS_M
            Shortcodes
            PHPdot img3Lines of Code : 4dot img3License : Strong Copyleft (GPL-2.0)
            copy iconCopy
            [bankleaders]
            
            [bankleaders number="10"]
            
            [bankleaders number="10" exclude="8,10"]
            
            [bankleaders type="contributors"]
              

            Community Discussions

            No Community Discussions are available at this moment for ds106bank.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ds106bank

            A few Wordpress pages should be created on theme activation, to create the main index of all things, another to house the form for adding a new thing,one for users to add an example of a response or a tutorial to a thing, and yet one more to set up a help system. If the pages are not created for you on theme activation... To repeat: You should always, always create your "things" via this form, even if you do not allow the public to do so. The form adds a number of post custom field values necessary to make everything work. You can always modify these later, in the editor (making sure you make Custom Fields visible via screen options). Note that this page is never viewed directly on it's own. It will be be linked from a single item page with additional paramaters to construct the full submission form.
            Create a new page for a Main Menu. This generates the index of all types of things; they will be listed in the order specified by your theme options. The title and content of the page (which you edit) is displayed above a grid of types of things. To enable the functionality, set the page template to Assignment Menu If you wish this page to be the front of the site, use the Wordpress Reading Settings to set the Front Page as a static page (if you plan to use the blog, create a blank page that you can use for a Posts page).
            Create a new page to Submit New Things You will need this even if you do not allow visitors to add them so you can add them yourself (the page can be unlinked or have a password set on it). The title and content of the page is displayed above the input form. To enable the functionality, set the page template to Submit Thing Form.
            Create a new page to Submit Examples. This form is used to allow visitors to add examples or tutorial for things via a web form. The title and content of the page is displayed above the input form. To enable the functionality, set the page template to Submit Example/Tutorial Form
            Create a new page to manage the Help pages for submission forms (this one must have a permalink/slug of help). The title and content of the page is displayed above the help content (specific for the type of content being created).
            Install the WP-PostRatings plugin to activate the user thing popularity rating feature. Not installing the plugin (or de-activating it) removes the feature from the site. the purpose here is to allow visitors to rate Things, and provide sorting of things based on said ratings. A few settings for the plugin are necessary (found in the new Ratings option in the Admin Sidebar). On the Post Rating Options choose the graphic style for the ratings- the suggestion is one of the stars settings with a max ratings of 5 but any setting is viable. The suggested set up mode is to use the ratings as a measure of popularity, so the default 1 Star, 2 Stars, etc can be used. On the other hand, the original DS106 Assignment Bank was a crowd sourced measured of difficulty, so the labels could be customized as follows. Create any labels for your scale (these are used on the form to submit new Things). Set the "Allow to Rate" option to Registered Users and Guests to allow any site visitor to cast a vote. Set the Post Ratings Templates to customize the text displayed to show the ratings- the first two templates are used. Ratings Vote Text: designates how the ratings are shows; Ratings Voted Text: is shown as feedback and adds an indicated if a visitor has already voted; Ratings None: is shown for an item that has not been rated yet.
            ratings_score is the total cumulative votes submitted (in the above example, 7)
            ratings_users is the number of people who voted (in the above example, 2)
            ratings_average is the value that will be displayed (in the above example, 3.5)
            Install the Feed Wordpress plugin if you wish to syndicate in responses to "things" as examples. This means that you can add blog feeds to the bank (it does the feed aggregation) or you can syndicate in from another site that is aggregating feeds (the ds 106 model). If this is not a desired feature, the plugin is not needed. You can still allow visitors to submit their examples via a web form. A few settings must be made in Feed Wordpress to work correctly with the Assignment Bank Theme. Under Updates Scheduling in the Feed and Updates option under Syndication Settings set the dropdown menu to set to automatically check for updates after pages load to generate the process of feed checking. This is the easiest approach that is triggered by site activity- if you understand cron scripts you can set that up as an alternative. At the bottom of the Posts and Links page of the Syndication Settings in the section for Custom Post Types (advanced database settings), set the option for Custom Post Types to Responses. What this does is to associate all syndicated posts with the content type that defines the examples. To the RSS feeds that Feed Wordpress syndicates, any tags or categories in an incoming feed are actually associated as categories in the RSS structure. In the Feed Categories & Tags section of the Syndication Settings check the options for Match feed categories and Match inline tags to include Thing Tags and Tutorial Tags. This will match all incoming tags to be associated with the taxonomy that organize the examples into the proper Thing types. If you have no use for other tags in posts, under Unmatched Categories check the option for Don't create any matching terms. This keeps the database from being filled by un-used user tags/categories. If you have any use to mark all of the syndicated posts, the options at the bottom of this screen allow you to add Wordpress tags or categories to them (e.g. add a "syndicated" tag).

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/cogdog/ds106bank.git

          • CLI

            gh repo clone cogdog/ds106bank

          • sshUrl

            git@github.com:cogdog/ds106bank.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link