cografik
Member
Are you active in First Post on All Pages add-on?works for me! v1.1Beta3
I now have the error.
look offline all members are active
Are you active in First Post on All Pages add-on?works for me! v1.1Beta3
Are you active in First Post on All Pages add-on?
I now have the error.
look offline all members are active
this would have to be one of my favourite addons EVER on any forum software. Thanks
I know that !
In the first post ...
If I select [x] select for Thread Moderation.
What would that do ?
First Post on All Pages 1.0 Beta 2This hack set show first post of thread on all pages.For install/update read Install.txtP.S Sorry for bad englishP.S.S Its my first add-on for XF.
On my forum (1.1) dosn't work. I check the "Sticky First Post" but on the second page (and later) do not see the first post.I tested on XenForo 1.1, all working good (without any other mods)
XenPorta, XenCarta, LnBlog, TaigaChat, and Custom BBCode Manager.What addons installed on your forum?
XenForo version 1.1.1.
example topics: http://www.islamforumu.net/threads/her-gün-bir-ayet-bir-hadis-yazalım.382/
at the moment active (First post now sticked.), the picture:
but, where does not the first message: http://www.islamforumu.net/threads/her-gün-bir-ayet-bir-hadis-yazalım.382/page-7
You are right. works turn off.Apparently it's incompatible with XenPorta: If you disable or uninstall XenPorta, this addon works.
if (!empty($response->params['page']) && $response->params['page'] > 1)
{
unset($response->params['posts'][$response->params['thread']['first_post_id']]);
}
if (!empty($response->params['page']) && $response->params['page'] > 1)
{
//unset($response->params['posts'][$response->params['thread']['first_post_id']]);
}
thanks...Not working with XenPorta because XenPorta deleting information about first post in code.
For fix:
Open /library/EWRporta/ControllerPublic/Thread.php
Search:
and replace with:PHP:if (!empty($response->params['page']) && $response->params['page'] > 1) { unset($response->params['posts'][$response->params['thread']['first_post_id']]); }
PHP:if (!empty($response->params['page']) && $response->params['page'] > 1) { //unset($response->params['posts'][$response->params['thread']['first_post_id']]); }
We use essential cookies to make this site work, and optional cookies to enhance your experience.