Hi,
Today I share a tutorial under xenForo 2.0 : Add Font Awesome icons to the navigation !
Go in your language here :
/admin.php?languages/
Search : nav.
Then select the element of your choice :
Here is the default code I use :
<i class="fa fa-newspaper-o fa-large fa-fixed-width"...
Hi,
Today I share a tutorial under xenForo 2.0 : Create a usergroup legend in sidebar !
Create a new template named usergroup_legend :
<div class="block"{{ widget_data($widget) }}>
<div class="block-container">
<h3 class="block-minorHeader"><i class="fa fa-user"...
Not sure if this is a bug or a problem with what I'm doing.
I'm trying to add a new code event listener but keep getting an error with no details.
If this is not a bug, please move to the right discussion forum.
[SC] Account Wrapper - Font Awesome
I wanted to do a tutorial but it was very long : that's why I made an extension !
This extension is small because it only applies template modifications :
Installation :
Download and unzip it.
Copy the src/addons/SyTryC/AccountWrapperFA directory to your...
[SC] Member View - Font Awesome
I wanted to do a tutorial but it was very long : that's why I made an extension !
This extension is small because it only applies template modifications :
Installation :
Download and unzip it.
Copy the src/addons/SyTryC/AccountWrapperFA directory to your...
Not sure if this is a bug or just something I'm missing since error messages are not really explanatory when popping up.
I have no idea where the characters refer. I have disabled all my add-ons and tried but still the same issue.
Hi, I read the following documentation :
https://xenforo.com/xf2-docs/dev/
And on this part :
https://xenforo.com/xf2-docs/dev/lets-build-an-add-on/
I do not know how to start.
Where is the command prompt / shell / terminal window in xenForo 2 ? Thank you for your future answers even...
Description :
This translation allow you to translate the Shoutbox add-on by Siropu.
Branding :
This translation does not include branding.
Installation :
Log into your AdminCP : Appearance.
Import a language : select the translation.
Overwrite : Français (FR).
Click Import.
Note :
Don't...
[SC] Visitor Menu - Font Awesome
I wanted to do a tutorial but it was very long : that's why I made an extension !
This extension is small because it only applies template modifications :
Installation :
Download and unzip it.
Copy the src/addons/SyTryC/VisitorMenuFA directory to your...
xenBlue Dark
A style for xenForo 2.0 : is a basic version of default style in dark and blue !
Screen of style :
Installation :
Default theme!
If you have question, ask me !
Hi,
Today I share a tutorial under xenForo 2.0 : Status indicator online or offline !
In your template message_macros find :
<span class="message-userArrow"></span>
Add this before :
<xf:if is="$user.isOnline()">
<div class="onlineON">Online</span></div>
<xf:else />
<div...
[SC] Sidebar Block - Font Awesome
I wanted to do a tutorial but it was very long : that's why I made an extension !
This extension is small because it only applies template modifications :
Installation :
Download and unzip it.
Copy the src/addons/SyTryC/SidebarBlockFA directory to your...
Hi,
Today I share a tutorial under xenForo 2.0 : Change the color of the blocks on your sidebar!!
Add this in your template EXTRA.less :
/*color bloc sidebar*/
.block-minorHeader {
background-color: #0f3652 !important;
color: #FFF !important;
}
Screen :
If you have question, ask me !
Hi,
Today I share a tutorial for version 2.0 of xenForo : add Font Awesome icons to your usergroups!
Here is the basic code to add in your EXTRA.less template :
/*add fa to your usergroups*/
.username--style3:before {
font-family: "FontAwesome";
content: "\f013";
color: inherit;
padding-right...
Hi,
Today I share a tutorial under xenForo 2.0 : Add Font Awesome icons to your prefix !
To begin add this in your template EXTRA.less :
/*adding fa icon to prefix*/
.fa:before{
font-family:FontAwesome;
margin-right:3px
}
Then in the prefix of your choice check other CSS class. Add...
Hi,
Today I share a tutorial under xenForo 2.0 : align the titles of your blocks in the sidebar!
Add this code in your template EXTRA.less :
/*aligns the text of the sidebars blocks*/
.block-minorHeader {
text-align:center;
}
Screen :
If you have questions I am here!
Hi xenforo community
Before all, sorry for my english :( and thanks for your help :)
I'm starting with xenforo, and i have a few questions that are currently perturbing my mind.
Im using xenforo 2.0 beta 3 .
1.
Is there any way to show the latest post on the root forum? (for xenforo 2)
i...
Description :
This add-on allows your users to mark a thread as 'solved' by choosing a post as a solution. These posts are given markup, to make them more obvious, and a link at the top of the thread allows the user to be taken directly to the solution.
Multiple solutions per thread are...
Description :
Post Macros 5 is a XenForo 2 compatible major rewrite of my Post Macros add-on for XF 1.
Post Macros allows your users to define 'macros' that are available to use inside of the rich text editors on your board. These macros can have 'metadata' assigned to them, allowing them to...