Jessica wrote:When creating a topic or replying to one, it does say "Posting a message" or "replying to a message", but after a while it switches to Index page.
Now its clear, you have no normal postbox (may an ajax/jquery include in postform on creating posts)
The same i find out for jq img upload mod,
therefore the addition in this mod.
On my testforum it have showed also short time the normal text and than it was appeared as index, my solution was to add 'Ajax or jQuery present: Posting, replying, quoting or editing message' on case > plupload.php
//--- CONFIG AREA --
# show guests
//set false or true
$show_guests = true;
# show topic name
//set false or true
$show_topics = true;
# show forum name
# additional to topic name
# works only with $show_topics = false;
//set false or true
$show_forums = false;
# show post name
# cant be mixed with $show_forums = true; (check results)
# you can mix it with $show_topics = true;*
#*(results are in "first come, first serve" mode)
//set false or true
$show_posts = false;
# Anonymize some citys (leave array emtpty, if you dont need it)
# Otherwise use it this way: $ano_citys = array('Paris', 'Hamburg', 'Köln')
# The town will be overwritten with 'City' (language dependent)
$ano_citys = array('Paris', 'Hamburg');
$ano_repla = $user->lang['CITY'];
# you can mix it with $show_topics = true;*
# reminder
//think about sense and server load on all modes
//--- CONFIG AREA --
martin123456 wrote:now it shows as replying to forum title but wont show replying to topic name
4seven wrote:Of course not (standard vanilla behaviour)
..............
Now it shows on reply mode,
replyi.png
for all other modes topic_id isnt present.
Now working on an easy way to globalize(!) topic_id > t= param for all post-modes incl delete.
Current [DEV] state (kind of v.0.0.3 reloaded) can be tested on live demo.
Comes out the next days with all known/unknown fixes, seems good.
All in all i want this not to complex and slim as possible. Ive learned a lot after pausing this a while and the next version should have max reduced requests. May its RC state than.
You do not have the required permissions to view the files attached to this post.