Download the PHP package hschottm/faqextensions without Composer

On this page you can find all versions of the php package hschottm/faqextensions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package faqextensions

Latest Version on Packagist Installations via composer per month Installations via composer total

faqextensions

faqextensions extends the FAQ bundle support in Contao. The extension allows you to highlight very popular FAQ entries or your personal recommendations in the Contao frontend to make your FAQ section even better. This Contao bundle brings you the following improvements to the FAQ bundle:

The faqextensions bundle adds a viewcount counter for each FAQ that increases with every view in the frontend. Each FAQ article gets a Recommended checkbox to make the article as recommended in the backend. Each FAQ article gets a Show helpful checkbox to show the helpful vote at the end of an article in the frontend to allow the users to vote an article up or down.

Extension of existing Data Container Arrays

tl_faq

The tl_faq dca has been extended with some new database fields.

viewcount

viewcount adds an integer counter to each FAQ article. Each time an entry will be viewed in the frontend, the counter is increased by 1 containing the abolute number of views for this FAQ article. A new module Most frequently viewed FAQ list lists FAQ entries ordered by the number of their absolute view count to present the most viewed FAQ entries.

recommended

recommended is a boolean field that can be checked in the backend for each FAQ article to mark it as recommended or important. A new module Recommended FAQ list lists all FAQ articles which are marked as recommended.

faqextensions_expert_settings

helpful, nothelpful, showhelpful

showhelpful is a boolean field that can be checked in the backend for each FAQ article to show a helpful vote in the frontend for that article. Each helpful vote will increase the integer value of the helpful integer field, each not helpful vorte will increase the value of the nothelpfulinteger field. The module Helpful FAQ list lists all FAQ entries ordered by their helpful votes.

faqextensions_expert_settings

Modules

Most frequently viewed FAQ list

This module creates a list of the most frequently viewed FAQ articles ordered by their view count. You can limit the number of entries and use pagination for this list. The order of the FAQ articles is always descending by viewcount so the most fequently viewed entry is on top of the list.

faqexentensions_mostfrequent_list

Recommended FAQ list

This module creates a list of all FAQ articles marked as recommended. You can limit the number of entries and use pagination for this list and you can set the sorter order for the entries to alphabetical by FAQ title or by creation date of the FAQ entry, both ascending and descending.

faqextensions_recommended_list

Helpful FAQ list

This module creates a list of the most helpful FAQ articles, odered by their helpful vote. You can limit the number of entries and use pagination for this list. The order of the FAQ articles is always descending by their helpfulness calculated by the sum of the helpful and not helpful votes. The not helpful votes count as negative values.

faqextensions_helpful_list

Recent FAQ list

This module creates a list of all FAQ articles ordered descending by the most recently added article using the tstamp field of each article. You can limit the number of entries and use pagination for this list.

faqextensions_recent_list


All versions of faqextensions with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
contao/core-bundle Version ~4.13
contao/faq-bundle Version ~4.13
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hschottm/faqextensions contains the following files

Loading the files please wait ....