Neptune wrote: I have install the "attachment mod [2.0.11]".
Also i do not use the default skin (subsilver), i use another one ....
If i install this one could i create any problems on my forum?
Is there any more recent version of "merge mod"?
Code: Select all
Fatal error: Call to a member function on a non-object in /home/mercuryn/public_html/mercuryserver/forums/includes/functions_admin.php on line 60
Code: Select all
// update the topic title
if (!empty($topic_title))
{
$sql = "UPDATE " . TOPICS_TABLE . " SET topic_title='" . str_replace("\'", "''", $topic_title) . "' WHERE topic_id=$to_topic_id";
if ( !$db->sql_query($sql) ) message_die(GENERAL_ERROR, 'Could not update topic title', '', __LINE__, __FILE__, $sql);
}
1. Click the select button to the right of the topic entry you want to change
2. A screen will display that says "No topics or posts met your search criteria".
3. There is a drop down in the upper right of the screen. It is not for changing from the merge function to read a forum. It is for selecting a forum to pull threads from to pick a topic to merge. Choose a forum from the drop down.
4. The forum's thread names will populate the list, replacing the message.
5. Select which thread you wish to merge.
6. Push the Submit button at the bottom of the screen
7. The ID number of the thread you chose has now been placed in the entry box for you on the previous screen.