ASK ME Anything About XenForo Platform 👨

lvonmises

New member
May 29, 2021
3
0
1
Another problem, may someone can aid me?

1622507264994.png
How can I fix this action button? Where do I need to go? The style is: [XenTR] Exclusive Dark
 

startop

Active member
Feb 18, 2019
865
184
43
when i upload this script and extract it in server, i got no permission for all files and directories
 

denco1010

New member
Mar 22, 2021
7
1
3
How do i solved this problem with the article management system xenforo, anytime I want to publish a thread, after writing the thread if I click post a thread the below image will pop-up


screenshot-paddicity.com-2021.06.08-22_24_33.png



any idea on how to solve it?


@Tomz
 

kiotwx

New member
Oct 27, 2020
27
0
1
Can help me out, please. I want to remove index.php from permalinks.

should .htaccess be in /var/www/html/src or /var/www/html?

This is what's inside my .htaccess file:
Order deny,allow
Deny from all

Thanks a lot for your valuable time.
 

HIdden.be

Active member
Apr 22, 2020
225
164
43
Unknown
www.google.com
Can help me out, please. I want to remove index.php from permalinks.

should .htaccess be in /var/www/html/src or /var/www/html?

This is what's inside my .htaccess file:
Order deny,allow
Deny from all

Thanks a lot for your valuable time.

Hi @kiotwx
If you want to remove index.php from url, you need to follow this guide.

Guide:
Step 1: Go to admin.php?options/groups/basicBoard/. scrolling down then Check Use full friendly URLs.
Screenshot 2021-06-19 231019.png
Then Save.

Step 2: Go to XenForo
Installation directory, you will see the htaccess.txt file. renamed this file htaccess.txt to .htaccess.
If you have previous .htaccess
file, then you need to open htaccess.txt file then copy all the code then paste it ino .htaccess file then save.
Done. Reload your Website.

Also you can copy those code here and paste it into your .htaccess file.


PHP:
#    Mod_security can interfere with uploading of content such as attachments. If you
#    cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
#    SecFilterEngine Off
#    SecFilterScanPOST Off
#</IfModule>

ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default

<IfModule mod_rewrite.c>
    RewriteEngine On

    #    If you are having problems with the rewrite rules, remove the "#" from the
    #    line that begins "RewriteBase" below. You will also have to change the path
    #    of the rewrite to reflect the path to your XenForo installation.
    #RewriteBase /xenforo

    #    This line may be needed to workaround HTTP Basic auth issues when using PHP as a CGI.
    #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ - [NC,L]
    RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
    RewriteRule ^.*$ index.php [NC,L]
</IfModule>
 
  • Love
Reactions: k78523

Rusian

New member
Mar 19, 2021
4
0
1
Hi @kiotwx
If you want to remove index.php from url, you need to follow this guide.

Guide:
Step 1: Go to admin.php?options/groups/basicBoard/. scrolling down then Check Use full friendly URLs.
Screenshot 2021-06-19 231019.png
Then Save.

Step 2: Go to XenForo
Installation directory, you will see the htaccess.txt file. renamed this file htaccess.txt to .htaccess.
If you have previous .htaccess
file, then you need to open htaccess.txt file then copy all the code then paste it ino .htaccess file then save.
Done. Reload your Website.

Also you can copy those code here and paste it into your .htaccess file.


PHP:
# Mod_security dapat mengganggu pengunggahan konten seperti lampiran. Jika kamu
# tidak dapat melampirkan file, hapus "#" dari baris di bawah ini.
#<IfModule mod_security.c>
# Mesin Filter Detik Mati
# SecFilterScanPOST Off
#</JikaModul>

ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
KesalahanDocument 501 default
ErrorDocument 503 default

<IfModule mod_rewrite.c>
    Mesin Tulis Ulang Hidup

    # Jika Anda mengalami masalah dengan aturan penulisan ulang, hapus "#" dari
    # baris yang dimulai dengan "RewriteBase" di bawah. Anda juga harus mengubah jalur
    # penulisan ulang untuk mencerminkan jalur ke instalasi XenForo Anda.
    #RewriteBase /xenforo

    # Baris ini mungkin diperlukan untuk mengatasi masalah otentikasi HTTP Basic saat menggunakan PHP sebagai CGI.
    #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    Tulis Ulang %{REQUEST_FILENAME} -f [ATAU]
    Tulis Ulang %{REQUEST_FILENAME} -l [ATAU]
    Tulis Ulang %{REQUEST_FILENAME} -d
    Aturan Penulisan Ulang ^.*$ - [NC,L]
    Aturan Penulisan Ulang ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
    Aturan Penulisan Ulang ^.*$ index.php [NC,L]
</IfModule>
Still the same
 

Attachments

  • s1.PNG
    s1.PNG
    9.4 KB · Views: 12

shamsudeen

Member
Mar 24, 2019
49
18
8
HI, i want to make home page in Xenforo 2 using the XenPorta 2.2.5, i need to know how to make masonry home page, can some guide me how to make it .. i have searched a lot for a guide but its not there. ...
 

shubnam

New member
May 14, 2021
3
1
3
hi, i want to know to enable discussion thread in the same tab as resources..when user clicks on discussion, it take them to new tab to the thread post..whereas i want it like babiato...the discussiion tab should be inline with resources...plz help
 

Prabowo

Well-known member
Trusted Uploader
Mar 20, 2019
1,209
936
113
Jamban
www.non.e
hi, i want to know to enable discussion thread in the same tab as resources..when user clicks on discussion, it take them to new tab to the thread post..whereas i want it like babiato...the discussiion tab should be inline with resources...plz help
See this option "Automatically create thread in forum"
 

shubnam

New member
May 14, 2021
3
1
3
See this option "Automatically create thread in forum"
yup.i know that option..but the thing is when user clicks on discussion it takes them to new tab to the threads...whereas in babiato...it remains under resources tab itself...

example below....when user clicks on discussion it takes them to the thread..wheras i want the discussion thread like babiato where the discussion threads remains on reosurces page itself....

Hope you got my point...
Plz help..
2021-07-02 (2)_LI.jpg 2021-07-02 (4)_LI.jpg
 
Last edited:

Forum statistics

Threads
69,251
Messages
908,576
Members
237,357
Latest member
bigbridgeit

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu