- Posts: 52
- 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
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.
Question Cannot post to forum, not sure why?
14 years 8 months ago #105590
by gwmbox
Replied by gwmbox on topic Re: Cannot post to forum, not sure why?
Ok I have optimised the tables no luck, I also went into debug (Joomla) and its gives me heaps of info I am not sure what I am looking for. Plus I did not want to attach as I am sure it has info there I do not want public - can I send it to you another way?
Basically what is happening is that I can write up the post in the new post form and then I select the SUBMIT button, then all I see is the top headr part of the kunena page like this
The Schema info is here
Schema Difference
Database Schema
Any ideas?
Thanks again
GW
Basically what is happening is that I can write up the post in the new post form and then I select the SUBMIT button, then all I see is the top headr part of the kunena page like this
The Schema info is here
Schema Difference
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE schema>
<schema type="diff">
<table name="kunena_config" action="alter">
<field name="captcha_post_limit" action="unknown"/>
<field name="recaptcha_publickey" action="unknown"/>
<field name="recaptcha_privatekey" action="unknown"/>
<field name="recaptcha_theme" action="unknown"/>
</table>
<table name="kunena_polls_users" action="alter">
<field name="lasttime" type="timestamp" null="0" extra="on update CURRENT_TIMESTAMP" action="alter" after="votes"/>
</table>
<table name="kunenadiscuss" action="unknown"/>
</schema>
Database Schema
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE schema>
<schema>
<table name="kunena_announcement">
<field primary_key="yes" name="id" type="int(3)" null="0" extra="auto_increment"/>
<field name="title" type="tinytext" null="0"/>
<field name="sdescription" type="text" null="0"/>
<field name="description" type="text" null="0"/>
<field name="created" type="datetime" null="0" default="0000-00-00 00:00:00"/>
<field name="published" type="tinyint(1)" null="0" default="0"/>
<field name="ordering" type="tinyint(4)" null="0" default="0"/>
<field name="showdate" type="tinyint(1)" null="0" default="1"/>
<key name="PRIMARY" unique="1" columns="id"/>
</table>
<table name="kunena_attachments">
<field primary_key="yes" name="id" type="int(11)" null="0" extra="auto_increment"/>
<field name="mesid" type="int(11)" null="0" default="0"/>
<field name="userid" type="int(11)" null="0" default="0"/>
<field name="hash" type="char(32)" null="1"/>
<field name="size" type="int(11)" null="1"/>
<field name="folder" type="varchar(255)" null="0"/>
<field name="filetype" type="varchar(20)" null="0"/>
<field name="filename" type="varchar(255)" null="0"/>
<key name="PRIMARY" unique="1" columns="id"/>
<key name="mesid" columns="mesid"/>
<key name="userid" columns="userid"/>
<key name="hash" columns="hash"/>
<key name="filename" columns="filename"/>
</table>
<table name="kunena_categories">
<field primary_key="yes" name="id" type="int(11)" null="0" extra="auto_increment"/>
<field name="parent" type="int(11)" null="1" default="0"/>
<field name="name" type="tinytext" null="1"/>
<field name="cat_emoticon" type="tinyint(4)" null="0" default="0"/>
<field name="locked" type="tinyint(4)" null="0" default="0"/>
<field name="alert_admin" type="tinyint(4)" null="0" default="0"/>
<field name="moderated" type="tinyint(4)" null="0" default="1"/>
<field name="moderators" type="varchar(15)" null="1"/>
<field name="accesstype" type="varchar(20)" null="0" default="none"/>
<field name="access" type="int(11)" null="0" default="0"/>
<field name="pub_access" type="tinyint(4)" null="1" default="1"/>
<field name="pub_recurse" type="tinyint(4)" null="1" default="1"/>
<field name="admin_access" type="tinyint(4)" null="1" default="0"/>
<field name="admin_recurse" type="tinyint(4)" null="1" default="1"/>
<field name="ordering" type="smallint(6)" null="0" default="0"/>
<field name="future2" type="int(11)" null="1" default="0"/>
<field name="published" type="tinyint(4)" null="0" default="0"/>
<field name="checked_out" type="tinyint(4)" null="0" default="0"/>
<field name="checked_out_time" type="datetime" null="0" default="0000-00-00 00:00:00"/>
<field name="review" type="tinyint(4)" null="0" default="0"/>
<field name="allow_anonymous" type="tinyint(4)" null="0" default="0"/>
<field name="post_anonymous" type="tinyint(4)" null="0" default="0"/>
<field name="hits" type="int(11)" null="0" default="0"/>
<field name="description" type="text" null="0"/>
<field name="headerdesc" type="text" null="0"/>
<field name="class_sfx" type="varchar(20)" null="0"/>
<field name="allow_polls" type="tinyint(4)" null="0" default="0"/>
<field name="id_last_msg" type="int(10)" null="0" default="0"/>
<field name="numTopics" type="mediumint(8)" null="0" default="0"/>
<field name="numPosts" type="mediumint(8)" null="0" default="0"/>
<field name="time_last_msg" type="int(11)" null="1"/>
<key name="PRIMARY" unique="1" columns="id"/>
<key name="parent" columns="parent"/>
<key name="published_pubaccess_id" columns="published,pub_access,id"/>
<key name="msg_id" columns="id_last_msg"/>
<key name="category_access" columns="accesstype,access"/>
</table>
<table name="kunena_config">
<field primary_key="yes" name="id" type="int(11)" null="0" default="0"/>
<field name="board_title" type="text" null="1"/>
<field name="email" type="text" null="1"/>
<field name="board_offline" type="int(11)" null="1"/>
<field name="board_ofset" type="text" null="1"/>
<field name="offline_message" type="text" null="1"/>
<field name="enablerss" type="int(11)" null="1"/>
<field name="enablepdf" type="int(11)" null="1"/>
<field name="threads_per_page" type="int(11)" null="1"/>
<field name="messages_per_page" type="int(11)" null="1"/>
<field name="messages_per_page_search" type="int(11)" null="1"/>
<field name="showhistory" type="int(11)" null="1"/>
<field name="historylimit" type="int(11)" null="1"/>
<field name="shownew" type="int(11)" null="1"/>
<field name="jmambot" type="int(11)" null="1"/>
<field name="disemoticons" type="int(11)" null="1"/>
<field name="template" type="text" null="1"/>
<field name="showannouncement" type="int(11)" null="1"/>
<field name="avataroncat" type="int(11)" null="1"/>
<field name="catimagepath" type="text" null="1"/>
<field name="showchildcaticon" type="int(11)" null="1"/>
<field name="annmodid" type="text" null="1"/>
<field name="rtewidth" type="int(11)" null="1"/>
<field name="rteheight" type="int(11)" null="1"/>
<field name="enableforumjump" type="int(11)" null="1"/>
<field name="reportmsg" type="int(11)" null="1"/>
<field name="username" type="int(11)" null="1"/>
<field name="askemail" type="int(11)" null="1"/>
<field name="showemail" type="int(11)" null="1"/>
<field name="showuserstats" type="int(11)" null="1"/>
<field name="showkarma" type="int(11)" null="1"/>
<field name="useredit" type="int(11)" null="1"/>
<field name="useredittime" type="int(11)" null="1"/>
<field name="useredittimegrace" type="int(11)" null="1"/>
<field name="editmarkup" type="int(11)" null="1"/>
<field name="allowsubscriptions" type="int(11)" null="1"/>
<field name="subscriptionschecked" type="int(11)" null="1"/>
<field name="allowfavorites" type="int(11)" null="1"/>
<field name="maxsubject" type="int(11)" null="1"/>
<field name="maxsig" type="int(11)" null="1"/>
<field name="regonly" type="int(11)" null="1"/>
<field name="changename" type="int(11)" null="1"/>
<field name="pubwrite" type="int(11)" null="1"/>
<field name="floodprotection" type="int(11)" null="1"/>
<field name="mailmod" type="int(11)" null="1"/>
<field name="mailadmin" type="int(11)" null="1"/>
<field name="captcha" type="int(11)" null="1"/>
<field name="mailfull" type="int(11)" null="1"/>
<field name="allowavatar" type="int(11)" null="1"/>
<field name="allowavatarupload" type="int(11)" null="1"/>
<field name="allowavatargallery" type="int(11)" null="1"/>
<field name="avatarquality" type="int(11)" null="1"/>
<field name="avatarsize" type="int(11)" null="1"/>
<field name="allowimageupload" type="int(11)" null="1"/>
<field name="allowimageregupload" type="int(11)" null="1"/>
<field name="imageheight" type="int(11)" null="1"/>
<field name="imagewidth" type="int(11)" null="1"/>
<field name="imagesize" type="int(11)" null="1"/>
<field name="allowfileupload" type="int(11)" null="1"/>
<field name="allowfileregupload" type="int(11)" null="1"/>
<field name="filetypes" type="text" null="1"/>
<field name="filesize" type="int(11)" null="1"/>
<field name="showranking" type="int(11)" null="1"/>
<field name="rankimages" type="int(11)" null="1"/>
<field name="avatar_src" type="text" null="1"/>
<field name="fb_profile" type="text" null="1"/>
<field name="pm_component" type="text" null="1"/>
<field name="userlist_rows" type="int(11)" null="1"/>
<field name="userlist_online" type="int(11)" null="1"/>
<field name="userlist_avatar" type="int(11)" null="1"/>
<field name="userlist_name" type="int(11)" null="1"/>
<field name="userlist_username" type="int(11)" null="1"/>
<field name="userlist_posts" type="int(11)" null="1"/>
<field name="userlist_karma" type="int(11)" null="1"/>
<field name="userlist_email" type="int(11)" null="1"/>
<field name="userlist_usertype" type="int(11)" null="1"/>
<field name="userlist_joindate" type="int(11)" null="1"/>
<field name="userlist_lastvisitdate" type="int(11)" null="1"/>
<field name="userlist_userhits" type="int(11)" null="1"/>
<field name="latestcategory" type="text" null="1"/>
<field name="showstats" type="int(11)" null="1"/>
<field name="showwhoisonline" type="int(11)" null="1"/>
<field name="showgenstats" type="int(11)" null="1"/>
<field name="showpopuserstats" type="int(11)" null="1"/>
<field name="popusercount" type="int(11)" null="1"/>
<field name="showpopsubjectstats" type="int(11)" null="1"/>
<field name="popsubjectcount" type="int(11)" null="1"/>
<field name="usernamechange" type="int(11)" null="1"/>
<field name="rules_infb" type="int(11)" null="1"/>
<field name="rules_cid" type="int(11)" null="1"/>
<field name="help_infb" type="int(11)" null="1"/>
<field name="help_cid" type="int(11)" null="1"/>
<field name="showspoilertag" type="int(11)" null="1"/>
<field name="showvideotag" type="int(11)" null="1"/>
<field name="showebaytag" type="int(11)" null="1"/>
<field name="trimlongurls" type="int(11)" null="1"/>
<field name="trimlongurlsfront" type="int(11)" null="1"/>
<field name="trimlongurlsback" type="int(11)" null="1"/>
<field name="autoembedyoutube" type="int(11)" null="1"/>
<field name="autoembedebay" type="int(11)" null="1"/>
<field name="ebaylanguagecode" type="text" null="1"/>
<field name="fbsessiontimeout" type="int(11)" null="1"/>
<field name="highlightcode" type="int(11)" null="1"/>
<field name="rss_type" type="text" null="1"/>
<field name="rss_timelimit" type="text" null="1"/>
<field name="rss_limit" type="int(11)" null="1"/>
<field name="rss_included_categories" type="text" null="1"/>
<field name="rss_excluded_categories" type="text" null="1"/>
<field name="rss_specification" type="text" null="1"/>
<field name="rss_allow_html" type="int(11)" null="1"/>
<field name="rss_author_format" type="text" null="1"/>
<field name="rss_author_in_title" type="int(11)" null="1"/>
<field name="rss_word_count" type="text" null="1"/>
<field name="rss_old_titles" type="int(11)" null="1"/>
<field name="rss_cache" type="int(11)" null="1"/>
<field name="fbdefaultpage" type="text" null="1"/>
<field name="default_sort" type="text" null="1"/>
<field name="alphauserpointsnumchars" type="int(11)" null="1"/>
<field name="sef" type="int(11)" null="1"/>
<field name="sefcats" type="int(11)" null="1"/>
<field name="sefutf8" type="int(11)" null="1"/>
<field name="showimgforguest" type="int(11)" null="1"/>
<field name="showfileforguest" type="int(11)" null="1"/>
<field name="pollnboptions" type="int(11)" null="1"/>
<field name="pollallowvoteone" type="int(11)" null="1"/>
<field name="pollenabled" type="int(11)" null="1"/>
<field name="poppollscount" type="int(11)" null="1"/>
<field name="showpoppollstats" type="int(11)" null="1"/>
<field name="polltimebtvotes" type="text" null="1"/>
<field name="pollnbvotesbyuser" type="int(11)" null="1"/>
<field name="pollresultsuserslist" type="int(11)" null="1"/>
<field name="maxpersotext" type="int(11)" null="1"/>
<field name="ordering_system" type="text" null="1"/>
<field name="post_dateformat" type="text" null="1"/>
<field name="post_dateformat_hover" type="text" null="1"/>
<field name="hide_ip" type="int(11)" null="1"/>
<field name="js_actstr_integration" type="int(11)" null="1"/>
<field name="imagetypes" type="text" null="1"/>
<field name="checkmimetypes" type="int(11)" null="1"/>
<field name="imagemimetypes" type="text" null="1"/>
<field name="imagequality" type="int(11)" null="1"/>
<field name="thumbheight" type="int(11)" null="1"/>
<field name="thumbwidth" type="int(11)" null="1"/>
<field name="hideuserprofileinfo" type="text" null="1"/>
<field name="integration_access" type="text" null="1"/>
<field name="integration_login" type="text" null="1"/>
<field name="integration_avatar" type="text" null="1"/>
<field name="integration_profile" type="text" null="1"/>
<field name="integration_private" type="text" null="1"/>
<field name="integration_activity" type="text" null="1"/>
<field name="boxghostmessage" type="int(11)" null="1"/>
<field name="userdeletetmessage" type="int(11)" null="1"/>
<field name="latestcategory_in" type="int(11)" null="1"/>
<field name="topicicons" type="int(11)" null="1"/>
<field name="onlineusers" type="int(11)" null="1"/>
<field name="debug" type="int(11)" null="1"/>
<field name="catsautosubscribed" type="int(11)" null="1"/>
<field name="showbannedreason" type="int(11)" null="1"/>
<field name="version_check" type="int(11)" null="1"/>
<field name="showthankyou" type="int(11)" null="1"/>
<field name="showpopthankyoustats" type="int(11)" null="1"/>
<field name="popthankscount" type="int(11)" null="1"/>
<field name="mod_see_deleted" type="int(11)" null="1"/>
<field name="bbcode_img_secure" type="text" null="1"/>
<field name="listcat_show_moderators" type="int(11)" null="1"/>
<field name="lightbox" type="int(11)" null="1"/>
<field name="activity_limit" type="int(11)" null="1"/>
<field name="show_list_time" type="int(11)" null="1"/>
<field name="show_session_type" type="int(11)" null="1"/>
<field name="show_session_starttime" type="int(11)" null="1"/>
<field name="userlist_allowed" type="int(11)" null="1"/>
<field name="userlist_count_users" type="int(11)" null="1"/>
<field name="enable_threaded_layouts" type="int(11)" null="1"/>
<field name="category_subscriptions" type="text" null="1"/>
<field name="topic_subscriptions" type="text" null="1"/>
<field name="pubprofile" type="int(11)" null="1"/>
<field name="thankyou_max" type="int(11)" null="1"/>
<field name="email_recipient_count" type="int(11)" null="1"/>
<field name="email_recipient_privacy" type="text" null="1"/>
<field name="email_visible_address" type="text" null="1"/>
<field name="captcha_post_limit" type="int(11)" null="1"/>
<field name="recaptcha_publickey" type="text" null="1"/>
<field name="recaptcha_privatekey" type="text" null="1"/>
<field name="recaptcha_theme" type="text" null="1"/>
<key name="PRIMARY" unique="1" columns="id"/>
</table>
<table name="kunena_favorites">
<field primary_key="yes" name="thread" type="int(11)" null="0" default="0"/>
<field primary_key="yes" name="userid" type="int(11)" null="0" default="0"/>
<key name="thread" unique="1" columns="thread,userid"/>
<key name="userid" columns="userid"/>
</table>
<table name="kunena_groups">
<field primary_key="yes" name="id" type="int(4)" null="0" extra="auto_increment"/>
<field name="title" type="varchar(255)" null="1"/>
<key name="PRIMARY" unique="1" columns="id"/>
</table>
<table name="kunena_messages">
<field primary_key="yes" name="id" type="int(11)" null="0" extra="auto_increment"/>
<field name="parent" type="int(11)" null="1" default="0"/>
<field name="thread" type="int(11)" null="1" default="0"/>
<field name="catid" type="int(11)" null="0" default="0"/>
<field name="name" type="tinytext" null="1"/>
<field name="userid" type="int(11)" null="0" default="0"/>
<field name="email" type="tinytext" null="1"/>
<field name="subject" type="tinytext" null="1"/>
<field name="time" type="int(11)" null="0" default="0"/>
<field name="ip" type="varchar(15)" null="1"/>
<field name="topic_emoticon" type="int(11)" null="0" default="0"/>
<field name="locked" type="tinyint(4)" null="0" default="0"/>
<field name="hold" type="tinyint(4)" null="0" default="0"/>
<field name="ordering" type="int(11)" null="1" default="0"/>
<field name="hits" type="int(11)" null="1" default="0"/>
<field name="moved" type="tinyint(4)" null="1" default="0"/>
<field name="modified_by" type="int(7)" null="1"/>
<field name="modified_time" type="int(11)" null="1"/>
<field name="modified_reason" type="tinytext" null="1"/>
<key name="PRIMARY" unique="1" columns="id"/>
<key name="thread" columns="thread"/>
<key name="ip" columns="ip"/>
<key name="userid" columns="userid"/>
<key name="time" columns="time"/>
<key name="locked" columns="locked"/>
<key name="hold_time" columns="hold,time"/>
<key name="parent_hits" columns="parent,hits"/>
<key name="catid_parent" columns="catid,parent"/>
</table>
<table name="kunena_messages_text">
<field primary_key="yes" name="mesid" type="int(11)" null="0" default="0"/>
<field name="message" type="text" null="0"/>
<key name="PRIMARY" unique="1" columns="mesid"/>
</table>
<table name="kunena_moderation">
<field primary_key="yes" name="catid" type="int(11)" null="0" default="0"/>
<field primary_key="yes" name="userid" type="int(11)" null="0" default="0"/>
<field name="future1" type="tinyint(4)" null="1" default="0"/>
<field name="future2" type="int(11)" null="1" default="0"/>
<key name="PRIMARY" unique="1" columns="catid,userid"/>
</table>
<table name="kunena_polls">
<field primary_key="yes" name="id" type="int(11)" null="0" extra="auto_increment"/>
<field name="title" type="varchar(100)" null="0"/>
<field name="threadid" type="int(11)" null="0"/>
<field name="polltimetolive" type="datetime" null="1"/>
<key name="PRIMARY" unique="1" columns="id"/>
<key name="threadid" columns="threadid"/>
</table>
<table name="kunena_polls_options">
<field primary_key="yes" name="id" type="int(11)" null="0" extra="auto_increment"/>
<field name="pollid" type="int(11)" null="1"/>
<field name="text" type="varchar(100)" null="1"/>
<field name="votes" type="int(11)" null="1"/>
<key name="PRIMARY" unique="1" columns="id"/>
<key name="pollid" columns="pollid"/>
</table>
<table name="kunena_polls_users">
<field name="pollid" type="int(11)" null="1"/>
<field name="userid" type="int(11)" null="1"/>
<field name="votes" type="int(11)" null="1"/>
<field name="lasttime" type="timestamp" null="0" default="0000-00-00 00:00:00"/>
<field name="lastvote" type="int(11)" null="1"/>
<key name="pollid" unique="1" columns="pollid,userid"/>
</table>
<table name="kunena_ranks">
<field primary_key="yes" name="rank_id" type="mediumint(8) unsigned" null="0" extra="auto_increment"/>
<field name="rank_title" type="varchar(255)" null="0" default=""/>
<field name="rank_min" type="mediumint(8) unsigned" null="0" default="0"/>
<field name="rank_special" type="tinyint(1) unsigned" null="0" default="0"/>
<field name="rank_image" type="varchar(255)" null="0" default=""/>
<key name="PRIMARY" unique="1" columns="rank_id"/>
</table>
<table name="kunena_sessions">
<field primary_key="yes" name="userid" type="int(11)" null="0" default="0"/>
<field name="allowed" type="text" null="1"/>
<field name="lasttime" type="int(11)" null="0" default="0"/>
<field name="readtopics" type="text" null="1"/>
<field name="currvisit" type="int(11)" null="0" default="0"/>
<key name="PRIMARY" unique="1" columns="userid"/>
<key name="currvisit" columns="currvisit"/>
</table>
<table name="kunena_smileys">
<field primary_key="yes" name="id" type="int(4)" null="0" extra="auto_increment"/>
<field name="code" type="varchar(12)" null="0" default=""/>
<field name="location" type="varchar(50)" null="0" default=""/>
<field name="greylocation" type="varchar(60)" null="0" default=""/>
<field name="emoticonbar" type="tinyint(4)" null="0" default="0"/>
<key name="PRIMARY" unique="1" columns="id"/>
</table>
<table name="kunena_subscriptions">
<field primary_key="yes" name="thread" type="int(11)" null="0" default="0"/>
<field primary_key="yes" name="userid" type="int(11)" null="0" default="0"/>
<field name="future1" type="int(11)" null="1" default="0"/>
<key name="thread" unique="1" columns="thread,userid"/>
<key name="userid" columns="userid"/>
</table>
<table name="kunena_subscriptions_categories">
<field primary_key="yes" name="catid" type="int(11)" null="0" default="0"/>
<field primary_key="yes" name="userid" type="int(11)" null="0" default="0"/>
<field name="future1" type="int(11)" null="1" default="0"/>
<key name="thread" unique="1" columns="catid,userid"/>
<key name="userid" columns="userid"/>
</table>
<table name="kunena_thankyou">
<field primary_key="yes" name="postid" type="int(11)" null="0"/>
<field primary_key="yes" name="userid" type="int(11)" null="0"/>
<field name="targetuserid" type="int(11)" null="0"/>
<field name="time" type="timestamp" null="0"/>
<key name="postid" unique="1" columns="postid,userid"/>
<key name="userid" columns="userid"/>
<key name="targetuserid" columns="targetuserid"/>
</table>
<table name="kunena_users">
<field primary_key="yes" name="userid" type="int(11)" null="0" default="0"/>
<field name="view" type="varchar(8)" null="0" default="flat"/>
<field name="signature" type="text" null="1"/>
<field name="moderator" type="int(11)" null="1" default="0"/>
<field name="banned" type="datetime" null="1"/>
<field name="ordering" type="int(11)" null="1" default="0"/>
<field name="posts" type="int(11)" null="1" default="0"/>
<field name="avatar" type="varchar(255)" null="1"/>
<field name="karma" type="int(11)" null="1" default="0"/>
<field name="karma_time" type="int(11)" null="1" default="0"/>
<field name="group_id" type="int(4)" null="1" default="1"/>
<field name="uhits" type="int(11)" null="1" default="0"/>
<field name="personalText" type="tinytext" null="1"/>
<field name="gender" type="tinyint(4)" null="0" default="0"/>
<field name="birthdate" type="date" null="0" default="0001-01-01"/>
<field name="location" type="varchar(50)" null="1"/>
<field name="ICQ" type="varchar(50)" null="1"/>
<field name="AIM" type="varchar(50)" null="1"/>
<field name="YIM" type="varchar(50)" null="1"/>
<field name="MSN" type="varchar(50)" null="1"/>
<field name="SKYPE" type="varchar(50)" null="1"/>
<field name="TWITTER" type="varchar(50)" null="1"/>
<field name="FACEBOOK" type="varchar(50)" null="1"/>
<field name="GTALK" type="varchar(50)" null="1"/>
<field name="MYSPACE" type="varchar(50)" null="1"/>
<field name="LINKEDIN" type="varchar(50)" null="1"/>
<field name="DELICIOUS" type="varchar(50)" null="1"/>
<field name="FRIENDFEED" type="varchar(50)" null="1"/>
<field name="DIGG" type="varchar(50)" null="1"/>
<field name="BLOGSPOT" type="varchar(50)" null="1"/>
<field name="FLICKR" type="varchar(50)" null="1"/>
<field name="BEBO" type="varchar(50)" null="1"/>
<field name="websitename" type="varchar(50)" null="1"/>
<field name="websiteurl" type="varchar(50)" null="1"/>
<field name="rank" type="tinyint(4)" null="0" default="0"/>
<field name="hideEmail" type="tinyint(1)" null="0" default="1"/>
<field name="showOnline" type="tinyint(1)" null="0" default="1"/>
<key name="PRIMARY" unique="1" columns="userid"/>
<key name="group_id" columns="group_id"/>
<key name="posts" columns="posts"/>
<key name="uhits" columns="uhits"/>
<key name="banned" columns="banned"/>
<key name="moderator" columns="moderator"/>
</table>
<table name="kunena_users_banned">
<field primary_key="yes" name="id" type="int(11)" null="0" extra="auto_increment"/>
<field name="userid" type="int(11)" null="1"/>
<field name="ip" type="varchar(128)" null="1"/>
<field name="blocked" type="tinyint(4)" null="0" default="0"/>
<field name="expiration" type="datetime" null="1"/>
<field name="created_by" type="int(11)" null="0"/>
<field name="created_time" type="datetime" null="0"/>
<field name="reason_private" type="text" null="1"/>
<field name="reason_public" type="text" null="1"/>
<field name="modified_by" type="int(11)" null="1"/>
<field name="modified_time" type="datetime" null="1"/>
<field name="comments" type="text" null="1"/>
<field name="params" type="text" null="1"/>
<key name="PRIMARY" unique="1" columns="id"/>
<key name="userid" columns="userid"/>
<key name="ip" columns="ip"/>
<key name="expiration" columns="expiration"/>
</table>
<table name="kunena_version">
<field primary_key="yes" name="id" type="int(11)" null="0" extra="auto_increment"/>
<field name="version" type="varchar(20)" null="0"/>
<field name="versiondate" type="date" null="0"/>
<field name="installdate" type="date" null="0"/>
<field name="build" type="varchar(20)" null="0"/>
<field name="versionname" type="varchar(40)" null="1"/>
<field name="state" type="text" null="0"/>
<key name="PRIMARY" unique="1" columns="id"/>
</table>
<table name="kunena_whoisonline">
<field primary_key="yes" name="id" type="int(11)" null="0" extra="auto_increment"/>
<field name="userid" type="int(11)" null="0" default="0"/>
<field name="time" type="varchar(14)" null="0" default="0"/>
<field name="item" type="int(6)" null="1" default="0"/>
<field name="what" type="varchar(255)" null="1" default="0"/>
<field name="func" type="varchar(50)" null="1"/>
<field name="do" type="varchar(50)" null="1"/>
<field name="task" type="varchar(50)" null="1"/>
<field name="link" type="text" null="1"/>
<field name="userip" type="varchar(20)" null="0" default=""/>
<field name="user" type="tinyint(2)" null="0" default="0"/>
<key name="PRIMARY" unique="1" columns="id"/>
<key name="userid_userip" columns="userid,userip"/>
<key name="func" columns="func"/>
<key name="time" columns="time"/>
</table>
<table name="kunenadiscuss">
<field primary_key="yes" name="content_id" type="int(11)" null="0" default="0"/>
<field name="thread_id" type="int(11)" null="0" default="0"/>
<key name="PRIMARY" unique="1" columns="content_id"/>
</table>
</schema>
Any ideas?
Thanks again
GW
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105642
by Matias
Replied by Matias on topic Re: Cannot post to forum, not sure why?
Database looks OK, so I'm beginning to think that the issue is in your Kunena template. Can you try default and report if it works?
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #105730
by gwmbox
Replied by gwmbox on topic Re: Cannot post to forum, not sure why?
I have already tried the default template, if you go to my site you will see it is set to the default template, still no luck.
GW
GW
Last edit: 14 years 8 months ago by gwmbox.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105764
by Matias
Replied by Matias on topic Re: Cannot post to forum, not sure why?
I think we need to look closer into this issue.
Am I right:
* users can go to editor and type message
* SUBMIT -> empty page above
* Topic wasn't created
Open editor HTML and find out the URL where form is sent to. What was it?
What is the URL to that "empty" page?
Do you have any SEF components installed?
Am I right:
* users can go to editor and type message
* SUBMIT -> empty page above
* Topic wasn't created
Open editor HTML and find out the URL where form is sent to. What was it?
What is the URL to that "empty" page?
Do you have any SEF components installed?
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #105818
by gwmbox
Thanks for your continued help
GW
Replied by gwmbox on topic Re: Cannot post to forum, not sure why?
Yes you are right in your list
The URL of the page when a post is submitted is dogsites.com.au/forum/post/
No SEF add-ons are installed, just using the built in Joomla SEF.
Here is the source of the page to add a post
</td>
</tr>
<!-- end of extendable secondary toolbar -->
<tr>
<td class="kposthint"><input type="text" name="helpbox" id="helpbox" size="45" class="kinputbox" disabled="disabled" maxlength="100"
value="bbCode Help - Tip: bbCode can be used on selected text!" /></td>
</tr>
</table>
</td>
</tr>
<tr id="kpost-message" class="krow2">
<td class="kcol-first kcol-editor-label"><strong>Message</strong><br />
<span class="ks" onclick="kGrowShrinkMessage(100);"
style="cursor: pointer">Enlarge</span> / <span
class="ks" onclick="kGrowShrinkMessage(-100);"
style="cursor: pointer">Shrink</span></td>
<td class="kcol-last kcol-editor-field">
<textarea class="ktxtarea required" name="message" id="kbbcode-message" rows="10" cols="50"></textarea>
<!-- Hidden preview placeholder -->
<div id="kbbcode-preview" style="display: none;"></div>
</td>
</tr>
<tr id="kpost-attachments" class="krow1">
<td class="kcol-first">
<strong>Attachments</strong>
</td>
<td class="kcol-mid">
<div id="kattachment-id" class="kattachment">
<span class="kattachment-id-container"></span>
<input class="kfile-input-textbox" type="text" readonly="readonly" />
<div class="kfile-hide hasTip" title="Allowed file extensions::jpg,jpeg,gif,png,zip,txt,doc,gz,tgz,pdf" >
<input type="button" value="Add File" class="kfile-input-button kbutton" />
<input id="kupload" class="kfile-input hidden" name="kattachment" type="file" />
</div>
<a href="#" class="kattachment-remove kbutton" style="display: none">Remove File</a>
<a href="#" class="kattachment-insert kbutton" style="display: none">Insert</a>
</div>
</td>
</tr>
<tr id="kpost-subscribe" class="krow2">
<td class="kcol-first">
<strong>Subscribe</strong>
</td>
<td class="kcol-mid">
<input type="checkbox" name="subscribeMe" value="1" checked="checked" />
<i>Check this box to be notified of replies to this topic.</i>
</td>
</tr>
<tr id="kpost-buttons" class="krow1">
<td id="kpost-buttons" colspan="2">
<input type="submit" name="ksubmit" class="kbutton"
value=" Submit "
title="Click here to submit your message" />
<input type="button" name="cancel" class="kbutton"
value=" Cancel "
onclick="javascript:window.history.back();"
title="Click here to cancel your message" />
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script type="text/javascript">document.postform.subject.focus();</script></form><div class="krss-block"><a href="/forum/229-article-and-video-discussions/rss?format=feed" title="" rel="follow" target="_blank"><span class="kicon krss" title="get the latest posts directly to your desktop"></span></a></div><div class="kcredits kms"> <a href="/forum/229-article-and-video-discussions/credits" title="" rel="follow">Powered by</a> <a href=" www.kunena.org " title="Kunena" rel="follow" target="_blank">Kunena
<span class="kfooter-time">Time to create page: 1.34 seconds</span>
The URL of the page when a post is submitted is dogsites.com.au/forum/post/
No SEF add-ons are installed, just using the built in Joomla SEF.
Here is the source of the page to add a post
Warning: Spoiler!
<form action="/forum" method="post" name="login">
<input type="submit" name="submit" class="kbutton" value="Logout" />
<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="logout" />
<input type="hidden" name="return" value="L2ZvcnVtL25ld3RvcGljLzIyOS1hcnRpY2xlLWFuZC12aWRlby1kaXNjdXNzaW9ucy8=" />
<input type="hidden" name="d6751c4cda2dd8992b64d65cc3c63788" value="1" /> </form>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div><!-- Pathway -->
<div class="kblock kpathway">
<div class="kcontainer" id="pathway_tbody">
<div class="ksectionbody">
<div class = "kforum-pathway">
<div class="path-element-first"><a href="/forum/index" title="" rel="follow">Dogsites Forums</a></div><div class="path-element"><a href="/forum/3-discussions" title="" rel="follow">Discussions</a></div><br /><div class="path-element-last">Article and Video Discussions</div><div class="path-element-users">(1 viewing) <a class="kwho-admin" href="/profiles/62-dogsites" title="" rel="nofollow">dogsites</a></div> </div>
</div>
</div>
</div>
<form class="postform form-validate" id="postform" action="/forum/post"
method="post" name="postform" enctype="multipart/form-data" onsubmit="return myValidate(this);">
<input type="hidden" name="action" value="post" />
<input type="hidden" name="id" value="0" />
<input type="hidden" name="d6751c4cda2dd8992b64d65cc3c63788" value="1" />
<div class="kblock">
<div class="kheader">
<h2><span>New Topic</span></h2>
</div>
<div class="kcontainer">
<div class="kbody">
<table class="kblocktable" id="kpostmessage">
<tbody id="kpost-message">
<tr id="kpost-category" class="krow2">
<td class="kcol-first"><strong>Category</strong></td>
<td class="kcol-mid"><select name="catid" id="postcatid" ><option value="1" disabled="disabled">Announcements</option><option value="2" >... Announcements - Please Read!!</option><option value="231" >... Site Features, Suggestions, Feedback and FAQs</option><option value="3" disabled="disabled">Discussions</option><option value="4" >... Welcome Mat</option><option value="229" selected="selected">... Article and Video Discussions</option><option value="236" >... Breed Specific Discussions</option><option value="5" >... Behaviour and Training</option><option value="6" >... Competitions, Events, Sports and Fun</option><option value="8" >... Education, Training and Employment</option><option value="7" >... Grooming and Health</option><option value="10" >... In The News</option><option value="12" >... Rescue</option><option value="14" >... Everything Else</option></select></td>
</tr>
<tr class="krow1" id="kanynomous-check" style="display:none;">
<td class="kcol-first">
<strong>Anonymous Post</strong>
</td>
<td class="kcol-mid">
<input type="checkbox" id="kanonymous" name="anonymous" value="1" />
<label for="kanonymous">This post contains sensitive information. Remove all user information from this post.</label>
</td>
</tr>
<tr class="krow2" id="kanynomous-check-name"
style="display:none;">
<td class="kcol-first">
<strong>Name</strong>
</td>
<td class="kcol-mid">
<input type="text" id="kauthorname" name="authorname" size="35" class="kinputbox postinput required" maxlength="35" value="dogsites" />
</td>
</tr>
<tr id="kpost-subject" class="krow1">
<td class="kcol-first">
<strong>Subject</strong>
</td>
<td class="kcol-mid"><input type="text" class="kinputbox postinput required" name="subject" id="subject" size="35"
maxlength="80" value="" />
</td>
</tr>
<tr id="kpost-topicicons" class="krow2">
<td class="kcol-first">
<strong>Topic icon</strong>
</td>
<td class="kcol-mid">
<input type="radio" name="topic_emoticon" value="0" checked="checked" />
<img src=" dogsites.com.au/components/com_kunena/te...ns/topic-default.gif " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="1" />
<img src=" dogsites.com.au/components/com_kunena/te...opic-exclamation.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="2" />
<img src=" dogsites.com.au/components/com_kunena/te...s/topic-question.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="3" />
<img src=" dogsites.com.au/components/com_kunena/te...icons/topic-mark.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="4" />
<img src=" dogsites.com.au/components/com_kunena/te...icons/topic-love.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="5" />
<img src=" dogsites.com.au/components/com_kunena/te...icons/topic-grin.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="6" />
<img src=" dogsites.com.au/components/com_kunena/te...cons/topic-shock.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="7" />
<img src=" dogsites.com.au/components/com_kunena/te...cons/topic-smile.png " alt="" border="0" />
</td>
</tr>
<tr id="kpost-toolbar" class="krow1">
<td class="kcol-first kcol-editor-label">
<strong>Boardcode</strong></td>
<td class="kcol-last kcol-editor-field">
<table class="kpostbuttonset">
<tr>
<td class="kpostbuttons">
<ul id="kbbcode-toolbar"><li></li></ul>
</td>
</tr>
<!-- Start extendable secondary toolbar -->
<tr>
<td class="kpostbuttons">
<div id="kbbcode-size-options" style="display: none;">
<span class="kmsgtext-xs" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-s" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-m" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-l" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-xl" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-xxl" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
</div>
<div id="kbbcode-colorpalette" style="display: none;">
<script type="text/javascript">kGenerateColorPalette('4%', '15px');</script>
</div>
<div id="kbbcode-link-options" style="display: none;">
URL
<input id="kbbcode-link_url" name="url" type="text" size="40" value="http://"
onmouseover="javascript:document.id('helpbox').set('value', 'Link: URL of the link')" />
Text
<input name="text2" id="kbbcode-link_text" type="text" size="30" maxlength="150"
onmouseover="javascript:document.id('helpbox').set('value', 'Link: Text / Description of the link')" />
<input type="button" name="insterLink" value="Insert"
onclick="kbbcode.replaceSelection('' + document.id('kbbcode-link_text').get('value') + ''); kToggleOrSwap('kbbcode-link-options');"
onmouseover="javascript:document.id('helpbox').set('value', 'Link: Apply link')" />
</div>
<div id="kbbcode-image-options" style="display: none;">
Size
<input id="kbbcode-image_size" name="size" type="text" size="10" maxlength="10"
onmouseover="javascript:document.id('helpbox').set('value', 'Image link: Size')" />
URL
<input name="url2" id="kbbcode-image_url" type="text" size="40" value="http://"
onmouseover="javascript:document.id('helpbox').set('value', 'Image link: URL of the image link')" />
<input type="button" name="Link" value="Insert" onclick="kInsertImageLink()"
onmouseover="javascript:document.id('helpbox').set('value', 'Image link: Apply link')" />
</div>
<div id="kbbcode-poll-options" style="display: none;">
<span id="kpoll-not-allowed"></span>
<div id="kpoll-hide-not-allowed" >
<label class="kpoll-title-lbl" for="kpoll-title">Poll title</label>
<input type="text" class="inputbox" name="poll_title" id="kpoll-title"
maxlength="100" size="40"
value=""
onmouseover="javascript:document.id('helpbox').set('value', 'Poll: Set a title for the poll')" />
<img id="kbutton-poll-add"
src=" dogsites.com.au//components/com_kunena/t...poll_add_options.png "
onmouseover="javascript:document.id('helpbox').set('value', 'Poll: Add an option')" alt="Add Poll Option" />
<img id="kbutton-poll-rem"
src=" dogsites.com.au//components/com_kunena/t...poll_rem_options.png "
onmouseover="javascript:document.id('helpbox').set('value', 'Poll: Remove an option')" alt="Remove Poll Option" />
<label class="kpoll-term-lbl" for="kpoll-time-to-live">Poll life span (optional)</label>
<input type="text" name="poll_time_to_live" id="kpoll-time-to-live" value="0000-00-00 00:00:00" onmouseover="javascript:document.id('helpbox').set('value', 'Poll: Add a life time for the poll (optional)')" /><img class="calendar" src="/templates/system/images/calendar.png" alt="calendar" id="kpoll-time-to-live_img" />
</div>
<input type="hidden" name="nb_options_allowed" id="nb_options_allowed" value="10" />
<input type="hidden" name="number_total_options" id="numbertotal"
value="" />
</div>
<div id="kbbcode-video-options" style="display: none;">Size<input id="kvideosize"
name="videosize" type="text" size="5" maxlength="5"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: Size of the video')" />
Width<input id="kvideowidth" name="videowidth"
type="text" size="5" maxlength="5"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: Width of the video')" />
Height<input id="kvideoheight"
name="videoheight" type="text" size="5" maxlength="5"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: Height of the video')" /> <br />
Provider <select id="kvideoprovider"
name="provider" class="kbutton"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: Select video provider')">
<option value = ""></option><option value = "animeepisodes">AnimeEpisodes</option><option value = "biku">Biku</option><option value = "bofunk">Bofunk</option><option value = "break">Break</option><option value = "clip.vn">Clip.vn</option><option value = "clipfish">Clipfish</option><option value = "clipshack">Clipshack</option><option value = "collegehumor">Collegehumor</option><option value = "current">Current</option><option value = "dailymotion">DailyMotion</option><option value = "divx]http://">DivX</option><option value = "downloadfestival">DownloadFestival</option><option value = "flash]http://">Flash</option><option value = "flashvars param=]http://">FlashVars</option><option value = "fliptrack">Fliptrack</option><option value = "fliqz">Fliqz</option><option value = "gametrailers">Gametrailers</option><option value = "gamevideos">Gamevideos</option><option value = "glumbert">Glumbert</option><option value = "gmx">GMX</option><option value = "google">Google</option><option value = "googlyfoogly">GooglyFoogly</option><option value = "ifilm">iFilm</option><option value = "jumpcut">Jumpcut</option><option value = "kewego">Kewego</option><option value = "liveleak">LiveLeak</option><option value = "livevideo">LiveVideo</option><option value = "mediaplayer]http://">MediaPlayer</option><option value = "megavideo">MegaVideo</option><option value = "metacafe">Metacafe</option><option value = "mofile">Mofile</option><option value = "multiply">Multiply</option><option value = "myspace">MySpace</option><option value = "myvideo">MyVideo</option><option value = "quicktime]http://">QuickTime</option><option value = "quxiu">Quxiu</option><option value = "realplayer]http://">RealPlayer</option><option value = "revver">Revver</option><option value = "rutube">RuTube</option><option value = "sapo">Sapo</option><option value = "sevenload">Sevenload</option><option value = "sharkle">Sharkle</option><option value = "spikedhumor">Spikedhumor</option><option value = "stickam">Stickam</option><option value = "streetfire">Streetfire</option><option value = "stupidvideos">StupidVideos</option><option value = "toufee">Toufee</option><option value = "tudou">Tudou</option><option value = "unf-unf">Unf-Unf</option><option value = "uume">Uume</option><option value = "veoh">Veoh</option><option value = "videoclipsdump">VideoclipsDump</option><option value = "videojug">Videojug</option><option value = "videotube">VideoTube</option><option value = "vidiac">Vidiac</option><option value = "vidilife">VidiLife</option><option value = "vimeo">Vimeo</option><option value = "wangyou">WangYou</option><option value = "web.de">WEB.DE</option><option value = "wideo.fr">Wideo.fr</option><option value = "youku">YouKu</option><option value = "youtube">YouTube</option> </select> ID<input id="kvideoid"
name="videoid" type="text" size="11" maxlength="14"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: ID of the video - you can see it in the video URL')" />
<input id="kbutton_addvideo1" type="button" name="Video" accesskey="p"
onclick="kInsertVideo1()"
value="Insert video"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: ')" /><br />
URL<input id="kvideourl" name="videourl"
type="text" size="30" maxlength="250" value="http://"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: URL of the video')" />
<input id="kbutton_addvideo2" type="button" name="Video" accesskey="p"
onclick="kInsertVideo2()"
value="Insert video"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: ')" />
</div>
</td>
</tr>
<tr>
<td class="kpostbuttons">
<div id="smilie"><img class="btnImage" src=" dogsites.com.au/components/com_kunena/te...s/emoticons/cool.png " border="0" alt="B) " title="B) " onclick="kbbcode.insert(' B) ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...es/emoticons/sad.png
" border="0" alt=":( " title=":( " onclick="kbbcode.insert(' :( ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te.../emoticons/smile.png
" border="0" alt=":) " title=":) " onclick="kbbcode.insert(' :) ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...oticons/laughing.png
" border="0" alt=":laugh: " title=":laugh: " onclick="kbbcode.insert(' :laugh: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...oticons/cheerful.png
" border="0" alt=":cheer: " title=":cheer: " onclick="kbbcode.insert(' :cheer: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...s/emoticons/wink.png
" border="0" alt=";) " title=";) " onclick="kbbcode.insert(' ;) ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...emoticons/tongue.png
" border="0" alt=":P " title=":P " onclick="kbbcode.insert(' :P ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te.../emoticons/angry.png
" border="0" alt=":angry: " title=":angry: " onclick="kbbcode.insert(' :angry: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...emoticons/unsure.png
" border="0" alt=":unsure: " title=":unsure: " onclick="kbbcode.insert(' :unsure: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...moticons/shocked.png
" border="0" alt=":ohmy: " title=":ohmy: " onclick="kbbcode.insert(' :ohmy: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...emoticons/wassat.png
" border="0" alt=":huh: " title=":huh: " onclick="kbbcode.insert(' :huh: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...s/emoticons/ermm.png
" border="0" alt=":dry: " title=":dry: " onclick="kbbcode.insert(' :dry: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...s/emoticons/grin.png
" border="0" alt=":lol: " title=":lol: " onclick="kbbcode.insert(' :lol: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...s/emoticons/sick.png
" border="0" alt=":sick: " title=":sick: " onclick="kbbcode.insert(' :sick: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te.../emoticons/silly.png
" border="0" alt=":silly: " title=":silly: " onclick="kbbcode.insert(' :silly: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te.../emoticons/blink.png
" border="0" alt=":blink: " title=":blink: " onclick="kbbcode.insert(' :blink: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te.../emoticons/blush.png
" border="0" alt=":blush: " title=":blush: " onclick="kbbcode.insert(' :blush: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...moticons/kissing.png
" border="0" alt=":kiss: " title=":kiss: " onclick="kbbcode.insert(' :kiss: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...s/emoticons/w00t.png
" border="0" alt=":woohoo: " title=":woohoo: " onclick="kbbcode.insert(' :woohoo: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...oticons/sideways.png
" border="0" alt=":side: " title=":side: " onclick="kbbcode.insert(' :side: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te.../emoticons/dizzy.png
" border="0" alt=":S " title=":S " onclick="kbbcode.insert(' :S ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te.../emoticons/devil.png
" border="0" alt=":evil: " title=":evil: " onclick="kbbcode.insert(' :evil: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te...ticons/whistling.png
" border="0" alt=":whistle: " title=":whistle: " onclick="kbbcode.insert(' :whistle: ', 'after', true);" style="cursor:pointer"/>
dogsites.com.au/components/com_kunena/te.../emoticons/pinch.png
" border="0" alt=":pinch: " title=":pinch: " onclick="kbbcode.insert(' :pinch: ', 'after', true);" style="cursor:pointer"/>
<input type="submit" name="submit" class="kbutton" value="Logout" />
<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="logout" />
<input type="hidden" name="return" value="L2ZvcnVtL25ld3RvcGljLzIyOS1hcnRpY2xlLWFuZC12aWRlby1kaXNjdXNzaW9ucy8=" />
<input type="hidden" name="d6751c4cda2dd8992b64d65cc3c63788" value="1" /> </form>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div><!-- Pathway -->
<div class="kblock kpathway">
<div class="kcontainer" id="pathway_tbody">
<div class="ksectionbody">
<div class = "kforum-pathway">
<div class="path-element-first"><a href="/forum/index" title="" rel="follow">Dogsites Forums</a></div><div class="path-element"><a href="/forum/3-discussions" title="" rel="follow">Discussions</a></div><br /><div class="path-element-last">Article and Video Discussions</div><div class="path-element-users">(1 viewing) <a class="kwho-admin" href="/profiles/62-dogsites" title="" rel="nofollow">dogsites</a></div> </div>
</div>
</div>
</div>
<form class="postform form-validate" id="postform" action="/forum/post"
method="post" name="postform" enctype="multipart/form-data" onsubmit="return myValidate(this);">
<input type="hidden" name="action" value="post" />
<input type="hidden" name="id" value="0" />
<input type="hidden" name="d6751c4cda2dd8992b64d65cc3c63788" value="1" />
<div class="kblock">
<div class="kheader">
<h2><span>New Topic</span></h2>
</div>
<div class="kcontainer">
<div class="kbody">
<table class="kblocktable" id="kpostmessage">
<tbody id="kpost-message">
<tr id="kpost-category" class="krow2">
<td class="kcol-first"><strong>Category</strong></td>
<td class="kcol-mid"><select name="catid" id="postcatid" ><option value="1" disabled="disabled">Announcements</option><option value="2" >... Announcements - Please Read!!</option><option value="231" >... Site Features, Suggestions, Feedback and FAQs</option><option value="3" disabled="disabled">Discussions</option><option value="4" >... Welcome Mat</option><option value="229" selected="selected">... Article and Video Discussions</option><option value="236" >... Breed Specific Discussions</option><option value="5" >... Behaviour and Training</option><option value="6" >... Competitions, Events, Sports and Fun</option><option value="8" >... Education, Training and Employment</option><option value="7" >... Grooming and Health</option><option value="10" >... In The News</option><option value="12" >... Rescue</option><option value="14" >... Everything Else</option></select></td>
</tr>
<tr class="krow1" id="kanynomous-check" style="display:none;">
<td class="kcol-first">
<strong>Anonymous Post</strong>
</td>
<td class="kcol-mid">
<input type="checkbox" id="kanonymous" name="anonymous" value="1" />
<label for="kanonymous">This post contains sensitive information. Remove all user information from this post.</label>
</td>
</tr>
<tr class="krow2" id="kanynomous-check-name"
style="display:none;">
<td class="kcol-first">
<strong>Name</strong>
</td>
<td class="kcol-mid">
<input type="text" id="kauthorname" name="authorname" size="35" class="kinputbox postinput required" maxlength="35" value="dogsites" />
</td>
</tr>
<tr id="kpost-subject" class="krow1">
<td class="kcol-first">
<strong>Subject</strong>
</td>
<td class="kcol-mid"><input type="text" class="kinputbox postinput required" name="subject" id="subject" size="35"
maxlength="80" value="" />
</td>
</tr>
<tr id="kpost-topicicons" class="krow2">
<td class="kcol-first">
<strong>Topic icon</strong>
</td>
<td class="kcol-mid">
<input type="radio" name="topic_emoticon" value="0" checked="checked" />
<img src=" dogsites.com.au/components/com_kunena/te...ns/topic-default.gif " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="1" />
<img src=" dogsites.com.au/components/com_kunena/te...opic-exclamation.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="2" />
<img src=" dogsites.com.au/components/com_kunena/te...s/topic-question.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="3" />
<img src=" dogsites.com.au/components/com_kunena/te...icons/topic-mark.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="4" />
<img src=" dogsites.com.au/components/com_kunena/te...icons/topic-love.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="5" />
<img src=" dogsites.com.au/components/com_kunena/te...icons/topic-grin.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="6" />
<img src=" dogsites.com.au/components/com_kunena/te...cons/topic-shock.png " alt="" border="0" />
<input type="radio" name="topic_emoticon" value="7" />
<img src=" dogsites.com.au/components/com_kunena/te...cons/topic-smile.png " alt="" border="0" />
</td>
</tr>
<tr id="kpost-toolbar" class="krow1">
<td class="kcol-first kcol-editor-label">
<strong>Boardcode</strong></td>
<td class="kcol-last kcol-editor-field">
<table class="kpostbuttonset">
<tr>
<td class="kpostbuttons">
<ul id="kbbcode-toolbar"><li></li></ul>
</td>
</tr>
<!-- Start extendable secondary toolbar -->
<tr>
<td class="kpostbuttons">
<div id="kbbcode-size-options" style="display: none;">
<span class="kmsgtext-xs" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-s" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-m" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-l" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-xl" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
<span class="kmsgtext-xxl" title=''
onmouseover="javascript:document.id('helpbox').set('value', 'Fontsize: text size - Tip: sizes range from 1 to 6')"> Sample Text </span>
</div>
<div id="kbbcode-colorpalette" style="display: none;">
<script type="text/javascript">kGenerateColorPalette('4%', '15px');</script>
</div>
<div id="kbbcode-link-options" style="display: none;">
URL
<input id="kbbcode-link_url" name="url" type="text" size="40" value="http://"
onmouseover="javascript:document.id('helpbox').set('value', 'Link: URL of the link')" />
Text
<input name="text2" id="kbbcode-link_text" type="text" size="30" maxlength="150"
onmouseover="javascript:document.id('helpbox').set('value', 'Link: Text / Description of the link')" />
<input type="button" name="insterLink" value="Insert"
onclick="kbbcode.replaceSelection('' + document.id('kbbcode-link_text').get('value') + ''); kToggleOrSwap('kbbcode-link-options');"
onmouseover="javascript:document.id('helpbox').set('value', 'Link: Apply link')" />
</div>
<div id="kbbcode-image-options" style="display: none;">
Size
<input id="kbbcode-image_size" name="size" type="text" size="10" maxlength="10"
onmouseover="javascript:document.id('helpbox').set('value', 'Image link: Size')" />
URL
<input name="url2" id="kbbcode-image_url" type="text" size="40" value="http://"
onmouseover="javascript:document.id('helpbox').set('value', 'Image link: URL of the image link')" />
<input type="button" name="Link" value="Insert" onclick="kInsertImageLink()"
onmouseover="javascript:document.id('helpbox').set('value', 'Image link: Apply link')" />
</div>
<div id="kbbcode-poll-options" style="display: none;">
<span id="kpoll-not-allowed"></span>
<div id="kpoll-hide-not-allowed" >
<label class="kpoll-title-lbl" for="kpoll-title">Poll title</label>
<input type="text" class="inputbox" name="poll_title" id="kpoll-title"
maxlength="100" size="40"
value=""
onmouseover="javascript:document.id('helpbox').set('value', 'Poll: Set a title for the poll')" />
<img id="kbutton-poll-add"
src=" dogsites.com.au//components/com_kunena/t...poll_add_options.png "
onmouseover="javascript:document.id('helpbox').set('value', 'Poll: Add an option')" alt="Add Poll Option" />
<img id="kbutton-poll-rem"
src=" dogsites.com.au//components/com_kunena/t...poll_rem_options.png "
onmouseover="javascript:document.id('helpbox').set('value', 'Poll: Remove an option')" alt="Remove Poll Option" />
<label class="kpoll-term-lbl" for="kpoll-time-to-live">Poll life span (optional)</label>
<input type="text" name="poll_time_to_live" id="kpoll-time-to-live" value="0000-00-00 00:00:00" onmouseover="javascript:document.id('helpbox').set('value', 'Poll: Add a life time for the poll (optional)')" /><img class="calendar" src="/templates/system/images/calendar.png" alt="calendar" id="kpoll-time-to-live_img" />
</div>
<input type="hidden" name="nb_options_allowed" id="nb_options_allowed" value="10" />
<input type="hidden" name="number_total_options" id="numbertotal"
value="" />
</div>
<div id="kbbcode-video-options" style="display: none;">Size<input id="kvideosize"
name="videosize" type="text" size="5" maxlength="5"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: Size of the video')" />
Width<input id="kvideowidth" name="videowidth"
type="text" size="5" maxlength="5"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: Width of the video')" />
Height<input id="kvideoheight"
name="videoheight" type="text" size="5" maxlength="5"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: Height of the video')" /> <br />
Provider <select id="kvideoprovider"
name="provider" class="kbutton"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: Select video provider')">
<option value = ""></option><option value = "animeepisodes">AnimeEpisodes</option><option value = "biku">Biku</option><option value = "bofunk">Bofunk</option><option value = "break">Break</option><option value = "clip.vn">Clip.vn</option><option value = "clipfish">Clipfish</option><option value = "clipshack">Clipshack</option><option value = "collegehumor">Collegehumor</option><option value = "current">Current</option><option value = "dailymotion">DailyMotion</option><option value = "divx]http://">DivX</option><option value = "downloadfestival">DownloadFestival</option><option value = "flash]http://">Flash</option><option value = "flashvars param=]http://">FlashVars</option><option value = "fliptrack">Fliptrack</option><option value = "fliqz">Fliqz</option><option value = "gametrailers">Gametrailers</option><option value = "gamevideos">Gamevideos</option><option value = "glumbert">Glumbert</option><option value = "gmx">GMX</option><option value = "google">Google</option><option value = "googlyfoogly">GooglyFoogly</option><option value = "ifilm">iFilm</option><option value = "jumpcut">Jumpcut</option><option value = "kewego">Kewego</option><option value = "liveleak">LiveLeak</option><option value = "livevideo">LiveVideo</option><option value = "mediaplayer]http://">MediaPlayer</option><option value = "megavideo">MegaVideo</option><option value = "metacafe">Metacafe</option><option value = "mofile">Mofile</option><option value = "multiply">Multiply</option><option value = "myspace">MySpace</option><option value = "myvideo">MyVideo</option><option value = "quicktime]http://">QuickTime</option><option value = "quxiu">Quxiu</option><option value = "realplayer]http://">RealPlayer</option><option value = "revver">Revver</option><option value = "rutube">RuTube</option><option value = "sapo">Sapo</option><option value = "sevenload">Sevenload</option><option value = "sharkle">Sharkle</option><option value = "spikedhumor">Spikedhumor</option><option value = "stickam">Stickam</option><option value = "streetfire">Streetfire</option><option value = "stupidvideos">StupidVideos</option><option value = "toufee">Toufee</option><option value = "tudou">Tudou</option><option value = "unf-unf">Unf-Unf</option><option value = "uume">Uume</option><option value = "veoh">Veoh</option><option value = "videoclipsdump">VideoclipsDump</option><option value = "videojug">Videojug</option><option value = "videotube">VideoTube</option><option value = "vidiac">Vidiac</option><option value = "vidilife">VidiLife</option><option value = "vimeo">Vimeo</option><option value = "wangyou">WangYou</option><option value = "web.de">WEB.DE</option><option value = "wideo.fr">Wideo.fr</option><option value = "youku">YouKu</option><option value = "youtube">YouTube</option> </select> ID<input id="kvideoid"
name="videoid" type="text" size="11" maxlength="14"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: ID of the video - you can see it in the video URL')" />
<input id="kbutton_addvideo1" type="button" name="Video" accesskey="p"
onclick="kInsertVideo1()"
value="Insert video"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: ')" /><br />
URL<input id="kvideourl" name="videourl"
type="text" size="30" maxlength="250" value="http://"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: URL of the video')" />
<input id="kbutton_addvideo2" type="button" name="Video" accesskey="p"
onclick="kInsertVideo2()"
value="Insert video"
onmouseover="javascript:document.id('helpbox').set('value', 'Video: ')" />
</div>
</td>
</tr>
<tr>
<td class="kpostbuttons">
<div id="smilie"><img class="btnImage" src=" dogsites.com.au/components/com_kunena/te...s/emoticons/cool.png " border="0" alt="B) " title="B) " onclick="kbbcode.insert(' B) ', 'after', true);" style="cursor:pointer"/>
</td>
</tr>
<!-- end of extendable secondary toolbar -->
<tr>
<td class="kposthint"><input type="text" name="helpbox" id="helpbox" size="45" class="kinputbox" disabled="disabled" maxlength="100"
value="bbCode Help - Tip: bbCode can be used on selected text!" /></td>
</tr>
</table>
</td>
</tr>
<tr id="kpost-message" class="krow2">
<td class="kcol-first kcol-editor-label"><strong>Message</strong><br />
<span class="ks" onclick="kGrowShrinkMessage(100);"
style="cursor: pointer">Enlarge</span> / <span
class="ks" onclick="kGrowShrinkMessage(-100);"
style="cursor: pointer">Shrink</span></td>
<td class="kcol-last kcol-editor-field">
<textarea class="ktxtarea required" name="message" id="kbbcode-message" rows="10" cols="50"></textarea>
<!-- Hidden preview placeholder -->
<div id="kbbcode-preview" style="display: none;"></div>
</td>
</tr>
<tr id="kpost-attachments" class="krow1">
<td class="kcol-first">
<strong>Attachments</strong>
</td>
<td class="kcol-mid">
<div id="kattachment-id" class="kattachment">
<span class="kattachment-id-container"></span>
<input class="kfile-input-textbox" type="text" readonly="readonly" />
<div class="kfile-hide hasTip" title="Allowed file extensions::jpg,jpeg,gif,png,zip,txt,doc,gz,tgz,pdf" >
<input type="button" value="Add File" class="kfile-input-button kbutton" />
<input id="kupload" class="kfile-input hidden" name="kattachment" type="file" />
</div>
<a href="#" class="kattachment-remove kbutton" style="display: none">Remove File</a>
<a href="#" class="kattachment-insert kbutton" style="display: none">Insert</a>
</div>
</td>
</tr>
<tr id="kpost-subscribe" class="krow2">
<td class="kcol-first">
<strong>Subscribe</strong>
</td>
<td class="kcol-mid">
<input type="checkbox" name="subscribeMe" value="1" checked="checked" />
<i>Check this box to be notified of replies to this topic.</i>
</td>
</tr>
<tr id="kpost-buttons" class="krow1">
<td id="kpost-buttons" colspan="2">
<input type="submit" name="ksubmit" class="kbutton"
value=" Submit "
title="Click here to submit your message" />
<input type="button" name="cancel" class="kbutton"
value=" Cancel "
onclick="javascript:window.history.back();"
title="Click here to cancel your message" />
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script type="text/javascript">document.postform.subject.focus();</script></form><div class="krss-block"><a href="/forum/229-article-and-video-discussions/rss?format=feed" title="" rel="follow" target="_blank"><span class="kicon krss" title="get the latest posts directly to your desktop"></span></a></div><div class="kcredits kms"> <a href="/forum/229-article-and-video-discussions/credits" title="" rel="follow">Powered by</a> <a href=" www.kunena.org " title="Kunena" rel="follow" target="_blank">Kunena
<span class="kfooter-time">Time to create page: 1.34 seconds</span>
Thanks for your continued help
GW
Last edit: 14 years 8 months ago by Matias.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105821
by gwmbox
Replied by gwmbox on topic Re: Cannot post to forum, not sure why?
hmm.. I made a reply but it now will not show, might be because the source was long????
Are you able to see the post?
GW
Are you able to see the post?
GW
Please Log in or Create an account to join the conversation.
Time to create page: 0.248 seconds