xenforo 2.0

  1. SyTry

    Unmaintained Add Font Awesome icons to the navigation

    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"...
  2. SyTry

    Unmaintained Create a usergroup legend in sidebar

    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"...
  3. Cupara

    Not a bug Code Event Listener

    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.
  4. SyTry

    Unmaintained [SC] Account Wrapper - Font Awesome 1.0.0

    [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...
  5. SyTry

    Unmaintained [SC] Member View - Font Awesome 1.0.0

    [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...
  6. Cupara

    Fixed Adding new bbcode leads to character error

    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.
  7. SyTry

    XF 2.0 How can I create a new add-on with xenForo 2.0

    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...
  8. SyTry

    Unmaintained Shoutbox by Siropu - French Translation by SyTry 1.5.1

    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...
  9. SyTry

    Unmaintained [SC] Visitor Menu - Font Awesome 1.0.0

    [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...
  10. SyTry

    Unmaintained xenBlue Dark 1.0.2

    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 !
  11. SyTry

    Unmaintained Status indicator online or offline

    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...
  12. SyTry

    Unmaintained [SC] Sidebar Block - Font Awesome 1.0.0

    [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...
  13. SyTry

    Unmaintained Change the color of the blocks on your sidebar

    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 !
  14. SyTry

    Unmaintained Add Font Awesome icons to your usergroups

    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...
  15. SyTry

    Unmaintained Add Font Awesome icons to your prefix

    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...
  16. SyTry

    Unmaintained Align the titles of your blocks in the sidebar

    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!
  17. Darcyys

    XF 2.0 Show Latest post on root forum, add image to every post. SSL slowing xenforo? etc

    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...
  18. XenSoluce

    [Liam W.] Thread Solutions 2.5.0

    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...
  19. XenSoluce

    [Liam W.] Post Macros 5.3.0 Fix 3

    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...
  20. Sobolev

    Xenforo 2.0 Beta

    When release a Xenforo 2.0 Beta?
Back
Top Bottom