Forum Replies Created
-
In reply to: WPMimic V.1
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/
In reply to: WPMimic V.1Finaly 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/
In reply to: WPMimic V.1This is a great theme, I was using v.02 with small css adaptions and some bugfixes with topic display. Some days ago I upgraded to v.1 and its visually much more better.
But there is one small feature what was in v.02, but is missing in v.1 – 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.
As I`m not strong in programming, I hope that this feature in previous version was not coming from some plugin…
If it was in previous theme version, could you at least give me some hint about function name what to search? I could try to add it to new code myself…
In reply to: WPMimic V.1This is a great theme, I was using v.02 with small css adaptions and some bugfixes with topic display. Some days ago I upgraded to v.1 and its visually much more better.
But there is one small feature what was in v.02, but is missing in v.1 – 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.
As I`m not strong in programming, I hope that this feature in previous version was not coming from some plugin…
If it was in previous theme version, could you at least give me some hint about function name what to search? I could try to add it to new code myself…