Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

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 How to hide e-mail field in quickpost?

More
16 years 2 months ago #41162 by darinb
Hi,

I have my board set up so yo can post anonymously (with the number code). On the board itself all is well. On the discussbot, though, it is requiring a valid e-mail address. Turns out any old fake e-ail address will work fine--but having that field there may turn of some potential posters.

I'm guessing it is just a php thing but I don't know php enough to dare to try it on my own.

So...anyone know how to hide the "E-mail" field in quickpost?

Thanks,

--Darin

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #42393 by darinb
Anyone?

I just want to stop the e-mail field from showing--it doesn't seem to be really required for guests...

Thanks,

--Darin

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #42842 by joshua white
I'd like to know how to do this to. If you work it out please post it here.

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago - 16 years 2 months ago #42992 by Matias
Find "<form" from discussbot files.. Email option should be nearby..?

But please check that email address is not required field. If it is, anonymous users cannot post into forum.
Last edit: 16 years 2 months ago by Matias.

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago #43953 by darinb
O.K., I don't know PHP but how about this...

The code takes as input the text from the e-mail field, right? It does some sort of validation check since garbage won't work--it must be in proper e-mail form. However, it doesn't seem to care what the e-mail address is--it doesn't check that it is real, etc.

So....why not simply hard-code any old e-mail into the input request--so the code is fed an e-mail for it to validate and make it happy.

At the same time we also delete the line that displays the e-mail text and text input box.

I'm tempted to try it on my own but would prefer someone who knows PHP, even a little, have a look...

I would *really* like to fix this...

--Darin

Please Log in or Create an account to join the conversation.

Time to create page: 0.276 seconds