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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
to access certain forum, a dialog box (containing a warning message) is displayed with 2 buttons for yes (to proceed to the forum) or no (to return to main menu or upper level).
i want to implement a confirmation dialog box before entering a forum. the dialogbox contains yes and no. if yes, go directly to forum, if no, return to main page or whatever.
one example of this use is to confirm the age of visitor before accessing adult info.
You can actually do this by writing some custom javascript. You just need to bind the dialog box to the submit action and do the logic in there.
The question you asked is not really related to Kunena, it's general question which has a general answer somewhere in the web. Google something like "mootools dialog box".
I've not done this before, so I don't have answer to your question.