After adding several Mods, I came finally to a problem I was afraid of from the beginning.
The first Mod added some code and after that you had to correct the numbers in the following lines. Now a second (in fact eighth or nineth) Mod wants the same. What to do? Put it in where they want you and correct the following lines by adding 1 or......?
For instance instructions like these: Look for this code: (at approx line #455)
tM_NAME = 13 tLAST_POST_AUTHOR_NAME = 14
replace it with this code:
tM_NAME = 13 tLAST_POST_AUTHOR_NAME = 14 tT_MSGICON = 15 __________________ Yeah, right, but another Mod made the last post author already 15. <
As long as the relative positions in the SQL and in the numbering are maintained, there is no problem with that. So, yes, you can add 1 to the original proposed number, but make sure the database field associated with MSGICON is really retrieved in the 16th position.<