![]() |
Wiki Edits in Postbits and Profiles
This addon has been withdrawn.
|
Looks good, thanks!
|
Removed the 'Beta' tag, as this has been in use on my and a few other forums for months, and no issues have been reported.
|
How do we know if our media wiki uses a "mw_" table prefix? I installed this, but it's not working. I'm assuming that's why. If I don't have access to my sql db at the moment, is there a way to find out what table prefix I used?
|
Ok, I found out that my table prefixes are wiki_ and not mw_ and changed the XML file accordingly. I added the code to my postbit and see no changes. Any ideas?
|
Well I guess I'm an idiot.. I tried a bunch of things to get it to work and ended up deleting my user account at my forums (I created a new one first)... anyway bottom line is I can't seem to get this to work.
|
Great, i've been wating for this, can i use it in VB 3.6.5?
|
Tried this again after you PM'ed me and said you updated it. When I went to install the product I get this error.
XML Error: xml declaration not at start of external entity at Line 1 |
bump
|
bump
|
Current local version works fine for me (including with vB 3.7).
I've replaced the old XML with it. Try this one instead? |
Superb simple hack, it'll come in handy for my website thanks. I had to modify the plugin to work with the vB SSO a little to get it to work but otherwise it works without a hitch. I have this now working on vB 3.8 b1 and MediaWiki 1.13.2.
To get this to work with the vB SSO all you need to do is change the query (appears twice in the XML) from: Code:
SELECT user_editcount Code:
SELECT user_editcount Here's the modified file if you want to add it to the front page AngelBlue, rename the file as you see fit. |
Hi,
I have two different databases. One for the main forums and the other for WIKI. The forums database isn't able to see mw_user and I start getting errors like this: 'forums.mw_user' doesn't exist Any ideas on how to fix this? TIA! |
Please read my post above yours, it explains it all in there, in fact mine works.
|
This mod is no longer supported.
It has always worked fine for me on 3.7 and 3.8, but I lack the time to support it. |
Is it alright with you if I modify the code, add extras to it, then release for 3.8?
|
Quote:
|
Quote:
this works fine then. ndahiya |
Quote:
some point re 3.8 - 1. Performance improves greatly if there is a(ny) index on real_user_name in the mw_user table. With about 10K users, the database started overrunning max connections and failing the first time hourly cleanup cron job ran (that is what updates the wiki stats). 2. This plugin fails if there are multiple entries for real_user_name (which would happen if you had legacy entries... but it might be better not to make the index unique - might break the linkage. if you fix all the dupes initially, hopefully will not happen again). A way around is to use "SELECT sum(user_editcount) ..... " instead of "SELECT user_editcount ...." in the cron query. 3. the template to be edited for memberinfo is "memberinfo_block_statistics" wikieditsperday is not showing for some reason (hook location?). the edit i made was: Find: Code:
<phrase 1="$prepared[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></li> Code:
<li><br>$vbphrase[total_wikiedits]: $userinfo[wikiedits]</li> |
I'm not the greatest at PHP/MySQL and this would be my first take on something so please don't expect anything for a while (I am an extremely busy person). However I'll be doing plenty of tests on my site first between now and whenever I get to release it. If someone else manages to do it before me then props to them.
I'll try and get a plugin working but please remember, no promises. I will have a bash at it though. :D |
Quote:
Quote:
Quote:
Quote:
Quote:
|
Why is there no file? :(
|
for me it works on 3.8 but not on 3.6 without any change
|
This addon has been withdrawn.
|
All times are GMT. The time now is 09:54 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|