dodgerid said: @hbf
Can we have the googleprettify extension please GoogleCodePrettify
it should be installed at this point, let me know if it isn't accepting your code tags properly.
who liked what post is in the AllLikes table, listed by discussion, comment and userID
a little bit of fun with joins and you have your information.
I'll add to my list of things I might do, someday. maybe.
Free dev work for features I don't really want very badly usually doesn't happen.
I wrote the plugin because I really wanted that function on my forum. I published it free because the work was done and I'm happy to share. Beyond that I don't really take feature requests unless you are able to inspire me.
both the pro and non-pro version are incomplete pieces of software. in many respects the freeware version was actually a better plugin because for the most part, the functions that were there, worked.
anyway, the real answer here is not a pretty one. The plugin needs to be rewritten if you want all of those functions to work. And no, you can't just slam the two pieces of code together and have it magically work. there are several differences between the two that make most of the code incompatible with each other.
i had to take a chainsaw to the pro version when i got it to make it work for me. and no i dont have the invisible thing working... because i don't want anyone to be invisible, thats annoying.
what aspect are you cloning? the site template? or the data?
I'll assume site template...
just copy and paste the whole directory structure. then you'll need a sql script to create a clean database with the proper table names (just do a structure dump on your existing db)
then in the copied directory structure, modify the config.php file to point to the new/clean database.
there are lots of variations on this theme that you can play with. but what i described works.