Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having exactly the same issue.

    I’m trying to restore wordpress by changing config.php to my old setting and retoring the database. WordPress automatically goes to the install page. I’ve been wracking my brain around this one all day. Any help people could add would be great.

    Thread Starter hartix

    (@hartix)

    That makes sense. So here is my code for a post now.

    <body id="dt_example" class="display">
    <script type="text/javascript" src="http://mysite/wp-content/blogs.dir/6/files/mmscripts/jquery.dataTables.min.js"></script>
    <script type="text/javascript" charset="utf-8">
    			$(document).ready(function() {
    				oTable = $('#wp-table-reloaded-id-1-no-1').dataTable( {
    				"bFilter": true, });
    			} );
    		</script>
    [table id=1 /]
    <ul>
    <li><a onclick="javascript: oTable.fnFilter('Acorn');">Acorn</a></li>
    <li><a onclick="javascript: oTable.fnFilter('Scratch');">Scratch</a></li>
    <li><a onclick="javascript: oTable.fnFilter('');">Reset</a></li>
    </ul>

    Is there a way to look up the #id of the table in question? I looked at the browser source and I came up with #wp-table-reloaded-id-1-no-1. This still doesn’t work. Am I missing something.

    Also, thank you so very much for the quick reply. I wasn’t expecting that.

Viewing 2 replies - 1 through 2 (of 2 total)