help

  1. pupu

    XF 2.1 how to integrate third party software with xenforo?

    Hello, I have created a software that I would like to integrate with Xenforo. that users can login into my software with their Xenforo login details and can only access the software if they are in a particular paid usergroup upgrade ,so how can i do this ? use rest api?
  2. SyTry

    XF 2.1 How to use :last-child for grid

    Hello, Actually I'm making an add-on for XenForo 2.1, I have a page to show my partnerships like this : The problem is the width for the last grid, I want it to be 100% or I want to show my partnerships like this : Partner 1 Partner 2 Partner 3 Partner 4 Partner 5 Partner 6 This is...
  3. R

    How to show 3 last threads in ohter page. Xenforo 2.0.x

    Hi! I need a help, I'm using XenForo 2.0.x, I don't know how to show in other xenforo page 3 last threads. It need to show thread title, node, author and created_at date. I will be grateful for help.
  4. SyTry

    XF 2.0 BB Code include template or style properties

    Hello, Actually I'm trying to do a BB code with my add-on, so I have some style properties with it but it didn't work when is use them in my code (HTML replacement). Like this : <div class="myClass" data-channel="{text}" data-layout="property('myProperty')"></div> Is this a bug or am I doing...
  5. SyTry

    XF 2.0 Fatal error: Uncaught XF\Db\Exception: MySQL query error [1615]

    Hello, Sometimes I have a white screen with the following error : Fatal error: Uncaught XF\Db\Exception: MySQL query error [1615]: Prepared statement needs to be re-prepared in /homepages/17/my_db/htdocs/XenForo/src/XF/Db/AbstractStatement.php:212 Stack trace: #0...
  6. SyTry

    XF 2.0 Problem to display value with my widget

    Hello, I make an add-on and I have a widget with most followers (top 5) but it won't work : I use this in my template : <xf:foreach loop="$users" value="$users"> {$user.sc_most_followers|number} </xf:foreach> This in my XF\Widget : public function render() { $finder =...
  7. SyTry

    XF 2.0 Update SQL column with Listener.php

    Hello, I'm trying to make an add-on to add a member statistic to the notable members page : https://xenforo.com/community/threads/how-to-update-my-member-statistics.158890/ Here is the code I got with the help of @nocte in my Listener.php : public static function...
  8. SyTry

    XF 2.0 How to update my member statistics

    Hello ! I want to do an add-on to add a member statistic to the notable members page. I know very little about PHP so I use XenForo files to help me. In my Listener.php I have this : <?php namespace SyTryC\MostFollowersMember; class Listener { public static function...
  9. phcraf

    Not a bug How to remove this featured on xf2

    Help me please how to romove this featured on xf2 thank you in advance
  10. L

    XF 2.1 Go Daddy Hosting (cPanel) Xenforo Questions (pics)

    Hey there. I have some big questions regarding installing XenForo on my CPanel Hosting site. However, there's a crop of issues rising and I was trying to put this off for as long as possible, but my young millennial gaming business is suffering a plateau because of my incompetence. So here it...
  11. p410n3

    XF 2.0 Cant load view?

    Hello. I am currently trying to get a simple add on up and running, but I already fail at displaying a view. I build an controller and route using this as a reference: https://xenforo.com/xf2-docs/dev/lets-build-an-add-on/ But I get a template not found: Code:
  12. SyTry

    XF 2.0 Extra files after building an add-on

    Hello, After building an add-on with the CMD I have extra files : But my add-on only have options, option_groupe, phrase and template_modification. Why ? EDIT : XF 2.0.9 Regards, SyTry
  13. SyTry

    XF 2.0 What is the XenForo version 2.0.7 ID

    Hello, I'm doing an add-on and I would like to know the XenForo 2.0.7 version ID. This is to add conditions to my add-on before installation. I have the ID of the XFRM 2.0.3 : "require": { "XFRM": [ 2000370, "XenForo Resource Manager 2.0.3" ], "XF": [ ???, "XenForo 2.0.7+" ]...
  14. mo1ef1cent

    How to change this:

    I was wondering how could I change this line: "Turn Every Situation Into Heaven" in front of the "From Australia" I can't remember how to. If someone could help me, that would be very much appreciated.
  15. K

    hide content spoiler

    help me i dont have money to buy hide content spoiler can u send me dl link
  16. Baby Community

    I made a new update. I'm licensed and I get this error

    I made a new update. I'm licensed and I get this error What is the source of this error? for the first time I encounter such a thing @Mike @Slavik @Brogan @Chris D I did not make a play on the files. I downloaded it from xenforo.com and uploaded the files with ftp.
  17. kingdomkz

    License Transfer

    I was told by the account holder of a license that I just purchased, that support told them that I need to make a support ticket as the "current" license holder of a XenForo license, but I don't have the XenForo License transferred yet to my account, thus I cannot make a support ticket if I...
  18. SyTry

    XF 2.0 How to make a dropdown in editor

    Hello, I want to make a dropdown with bbcode in editor, but I don't no how to do this in XF2. For example TH FontAwesome BBCode (1.5) : If anyone can help me or tell me how to do it! Regars, SyTry.
  19. CMTV

    XF 2.0 Extending help page

    Hi! How can I change the settings of "Trophies" help page with my addon? Is it even possible? More specifically I need to change "Page content" field.
Back
Top Bottom