Questions tagged [smf-forum]

Simple Machines Forum (abbreviated as SMF) is a freeware Internet forum application. The software is written in PHP and uses a MySQL database backend, although multi-database support is being developed for version 2.0. SMF is developed by the Simple Machines development team.

37 questions
18
votes
5 answers

.gitignore not ignoring folder

I have a project in Laravel and I have forum in public directory which I don't want to push it to repository, so I write in .gitignore: ### Laravel ### vendor/ node_modules/ # Laravel 5 & Lumen specific bootstrap/cache/ .env.*.php .env.php .env #…
Vertisan
  • 720
  • 3
  • 14
  • 34
2
votes
2 answers

Creating users in SMF from outside

I'm working on emedding SMF users into current website, and I need to make mechanism that will automatically register people afer their registration on website. Can anyway suggest me how I can do this, as far as I uderstand that's not possible to do…
Mee
  • 458
  • 1
  • 6
  • 21
2
votes
1 answer

Oxwall transfer domain host

I am using Oxwall, trying to transfer my files from one domain/host/server to another I used softaculous to install Oxwall and make databse/cron/etc. If I transfer the files to a new host/domain what should I do with: define('OW_DB_HOST',…
1453939
  • 242
  • 5
  • 14
1
vote
1 answer

SMF: Redirecting a user back to the previous page after login instead redirects them to the forum

I am making a web page which encompasses Simple Machines Forum (2.1.4), and makes use of its SSI. There are pages that I'm restricting content if you're a guest yet requires that you be logged on to view it. So, an example page would be in this…
Durendel
  • 489
  • 2
  • 12
1
vote
1 answer

How one can find and edit SMF forum websites from hosting cpanel?

My boss asked me to add a CAPTCHA code to the question submission page in his website which he says has designed using SMF forums and it's obvious that it's a forum site. Now when I went to cPanel hosting where all the site files exist, I see no…
1
vote
1 answer

SQL JOIN fail - not a unique table/alias

SELECT `member_name.smf_members`, COUNT(`author.smf_links`) FROM smf_members, smf_links JOIN smf_links ON id_member.smf_members = author.smf_links; GROUP BY `author.smf_links` It says smf_links is not a unique table/alias. All I want to do is make…
0
votes
1 answer

find most popular tag

Is there a way to find the most popular tag in forum posts? For example, I have a tag called [card=x]cardname[/card]. I want to find all [card] tags sorted by the number of times x occurs. Also note that there can be multiple [card] tags in a single…
LordZardeck
  • 7,953
  • 19
  • 62
  • 119
0
votes
1 answer

Different form of posting messages on the forum

Does any of the free forums (phpBB, SMF, etc.) allows you to select different required fields (to posting messages) for different sections of the forum?
skywind
  • 892
  • 6
  • 22
  • 44
0
votes
0 answers

SMF forum issue

I have moved the SMF forum to another server and I cannot run repair_settings.php on the new server. In the database engine section, I get an error message that the value is not found even though mysql is selected. Does anyone have any ideas how I…
0
votes
0 answers

jQuery.post() get global var from others php files

I have a problem. I am using forum (SMF) I am creating some script in jQuery whose job is to read information from something, processing the information and resending and replacing the tags in the forum post. I do this because it takes time to…
0
votes
1 answer

How to include a file that has includes (Including nested includes)

I am trying to get SSI to work for my SMF forums, but the way I'm doing it seems to be different than the intended method. I want to include the SSI.php file from a child of a different directory. In other words, the SSI.php file is located at…
0
votes
1 answer

Recommendations for migrating custom code mods to new major release of open source software?

I've got a (dirty) production installation of Simple Machines Forum (SMF 1.1.13). It was a clean install, once... about five years, twenty updates, and 40 mods ago. Not to mention the custom code that was patched directly into the code base. This…
buzzo
  • 110
  • 7
0
votes
2 answers

SMF(SimpleMachineForums) API 2.0

Having a little trouble finding the SimpleMachineForums 2.0 API. Its been in beta for about 3 years according to some forum post and the site only has the API up to version 1.1. Does anyone have or know where 2.0 can be found?
Devin Dixon
  • 11,553
  • 24
  • 86
  • 167
0
votes
2 answers

SMF displays raw HTML and PHP on browser

I am new to SMF. I just installed SMF on my website. I tried editing the index.template.php . After saving changes, it displays raw HTML and PHP on the browser. I tried fixing the prob by returning the the page back to the original state to no…
Ogugua Belonwu
  • 2,111
  • 6
  • 28
  • 45
0
votes
1 answer

Uncaught TypeError: Cannot read property 'undefined' of undefined at HTMLFormElement.onmouseover

I am using this snippet: onmouseover="this.title=this.options[this.selectedIndex].title" so that I can add title tags in dropdown menu text.
greektranslator
  • 499
  • 1
  • 6
  • 19
1
2 3