Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mambax7/xbootstrap5
xBootstrap5 is a theme for XOOPS (www.xoops.org) developed with Bootstrap5
https://github.com/mambax7/xbootstrap5
Last synced: 18 days ago
JSON representation
xBootstrap5 is a theme for XOOPS (www.xoops.org) developed with Bootstrap5
- Host: GitHub
- URL: https://github.com/mambax7/xbootstrap5
- Owner: mambax7
- Created: 2020-06-21T14:30:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T17:38:25.000Z (about 1 year ago)
- Last Synced: 2024-05-01T14:44:50.349Z (8 months ago)
- Language: Smarty
- Homepage:
- Size: 10.5 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![alt XOOPS CMS](https://xoops.org/images/logoXoopsPhp8.png)
## xBootstrap5
==========xBootstrap5 is a theme for XOOPS (www.xoops.org) developed with Bootstrap5, and based on the original [xBootstrap](https://github.com/angelorocha/xbootstrap) theme developed by @angelorocha
###Shareaholic support
Previously, social sharing links through Shareaholic were automatically enabled.
These are now optional and disabled by default. To enable Shareaholic support
follow these steps:- Visit https://shareaholic.com to create an account and register your site
- Take note of the Site Id code Shareaholic assigns to your site
- Open the template file tpl/shareaholic-script.tpl in your editor
- Replace the *n/a* in this line `<{assign var='siteId' value='n/a'}>` with the *Site Id* Shareaholic assigned to you, and save the fileYou can customize how Shareaholic interacts with your site in the Site Tools
`
Dashboard on shareaholic.com. You may want to create an Inline App Location
on that page to customize the Share Buttons. These buttons will be shown in
templates such as modules/publisher/publisher_item.tpl with this line:
`###Headhesive menus
In the file `tpl/nav-menu.tpl` there is an option at the top of the file in
the line `<{assign var='stickyHeader' value='yes'}>`. This option keeps the
menu bar stuck to the top of the display. If you would prefer to let the menu
disapper as you scroll down the page, change the setting to `value='no'` and
save the file.