- Posts: 104
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question I wrote a user suspension hack
- bytebandit01
-
- Offline
- Senior Member
-
Did you run the SQL to create the suspend table?
now this is the one thing i missed. i must have overlooked this.
i just did now. and so far it's fully functional and serves its purpose very well and very good.
i am impressed with this hack. very good work dougthonus
i am hoping to see this integrated in the next kunena releases as this is very useful for forum moderation.
Please Log in or Create an account to join the conversation.
- dougthonus
-
Topic Author
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
dougthonus wrote:
Did you run the SQL to create the suspend table?
now this is the one thing i missed. i must have overlooked this.
i just did now. and so far it's fully functional and serves its purpose very well and very good.
i am impressed with this hack. very good work dougthonus
i am hoping to see this integrated in the next kunena releases as this is very useful for forum moderation.
Yeah, my fault that you missed it, because I didn't post about it in the 2nd release where I added the suspension list/removal code. I did have it in the original, but forgot to update the 2nd release with that nugget of info.
I went back and edited in later, so you weren't crazy for missing it if you only looked at the most recent attachment.
It's not really that great a hack, it works, but I'm embarrassed by the quality. If I wasn't working 16+ hours a day right now I'd actually make it good and have tried to figure out where to grab the css from to make it look nice and fit in with your kunena template, but it takes awhile to figure out all the joomla conventions if you're not used to them, and I didn't have time to trace where everything comes from.
Please Log in or Create an account to join the conversation.
I have been thinking something like this and it will be soon included into Kunena at least on some form. I haven't looked at the code, but this is also something I need for my own forum (ASAP).
Please Log in or Create an account to join the conversation.
- johnnydement
-
- Offline
- Elite Member
-
- Posts: 934
- Thank you received: 5
Please Log in or Create an account to join the conversation.
DEFINE('_GEN_SUSPEND', 'Opslaan');
DEFINE('_POST_SUSPEND_DAYS','Voor hoeveel dagen moet hij geschorst worden');
DEFINE('_POST_SUSPEND_REASON','Reden voor schorsing');
DEFINE('_POST_SUSPEND_SUCCESSFUL','Schorsing succesvol');
DEFINE('_SUSPEND_USERNAME','Gebruikersnaam');
DEFINE('_SUSPEND_DATE','Schorsing datum');
DEFINE('_SUSPEND_COMMENT','Commentaar');
DEFINE('_SUSPEND_REMOVE','Verwijder Schorsing');
DEFINE('_USER_NOT_FOUND','Gebruiker niet gevonden');
DEFINE('_SUSPENSION_REMOVED','Schorsing verwijderd');
DEFINE('_SUSPENSION_LIST','schors Lijst');
Please Log in or Create an account to join the conversation.
- bytebandit01
-
- Offline
- Senior Member
-
- Posts: 104
- Thank you received: 0
It's going right now to the tracker for review, I thin k matias will pick this one
this is good news. i am already excited about it.
Please Log in or Create an account to join the conversation.