Simple Machines Community Forum

Customizing SMF => Tips and Tricks => Topic started by: dtm.exe on October 10, 2005, 10:15:47 AM

Title: The Tips and Tricks board
Post by: dtm.exe on October 10, 2005, 10:15:47 AM
What is the Tips and Tricks board?
This board contains a collection of manual SMF modifications.  For a complete listing of tips and tricks, see the Tips and Tricks index (http://www.simplemachines.org/community/index.php?topic=15899.0).

Why are some tips and tricks not working?
All tips and tricks in this board have been tested and should be fully functional.  If the trick is not working after adding it, this could be because your version of SMF may differ from the that of the tip or trick.  All feedback, issues, and questions should be posted in the tip or trick's topic.

How do I submit a tip or trick?
To submit a tip or trick, simply post a new topic in this board (https://www.simplemachines.org/community/index.php?board=72.0).  New topics in the Tips and Tricks board will first need to be reviewed and approved so that it can be seen by other users.
Title: Re: The Tips and Tricks Board
Post by: Joshua Dickerson on July 30, 2007, 02:30:27 AM
Guidelines for submitting a tip/trick:

The body should be clearly laid out. The question being asked or the problem to be solved should be on the first line in bold. If a tip/trick was developed as a question that was answered in a topic, on the second line, add "More information can be found in: " then put a link to the topic. On the fourth line it should say "Tip/Trick:" in bold. Then, on the fifth line, you can start with the info.

You should also add the version number in the title. If it works in more than one version, you can add both.

EXAMPLE

Subject:
QuoteRename index.php [2.0]

Body:
QuoteQuestion: How do I rename index.php?
Original Topic: http://www.simplemachines.org/community/index.php?topic=58439

Open Sources/QueryString.php
Find:
$scripturl = $boardurl . '/index.php';
Replace (where % is what you want to replace it with):
$scripturl = $boardurl . '/%.php';