Finaly I managed to fix issue what I reported before – when I entered some on going topic, what I have visited before, then page automatically moved me to last unread post where I stopped reading previously.
In file
/bb-templates/WPMimic/post.php
replace first line
<div class=”post position<?php post_position(); ?>”>
with
<div id=”<?php echo ‘post-‘ . get_post_id(); ?>” class=”post position<?php post_position(); ?>”>
Thats it!
You can see how it works on http://forums.kupla.lv/
Finaly I managed to fix issue what I reported before – when I entered some on going topic, what I have visited before, then page automatically moved me to last unread post where I stopped reading previously.
In file
/bb-templates/WPMimic/post.php
replace first line
<div class=”post position<?php post_position(); ?>”>
with
<div id=”<?php echo ‘post-‘ . get_post_id(); ?>” class=”post position<?php post_position(); ?>”>
Thats it!
You can see how it works on http://forums.kupla.lv/
Do you plan to update this for bbpress 2.0?
Do you plan to update this for bbpress 2.0?
Same question here! I want to try upgrade to bbpress 2.0, but will WPMimic V.1 work afterwards? I realy love this theme!
Same question here! I want to try upgrade to bbpress 2.0, but will WPMimic V.1 work afterwards? I realy love this theme!
No, this theme jus’ work wuth 1.0.x or 1.x now
No, this theme jus’ work wuth 1.0.x or 1.x now
We need to make some beer donation to Vietson and ask upgrade to 2.0
We need to make some beer donation to Vietson and ask upgrade to 2.0
Do you know all of codes of WPMimic?
How can I show the < closed topic > messege after the last post?
It shown for me under the first post
Do you know all of codes of WPMimic?
How can I show the < closed topic > messege after the last post?
It shown for me under the first post