pager missing on forum posts (not sure if its forum or ningja related)

soaringeagle
@soaringeagle
9 years ago
3,304 posts
theres no pager showing on forum posts so if theres hundreds of replies u can only access the 1st 10
simularly
my replies dont show up right away
and my replies dont show in the activity feed at all


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 04/05/15 11:01:57AM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ok i got a down and dirty quick fix
and pretty sure i know where the problem lies (without adding a debug to debug oh hell maybe ill do that too)

 {if $_conf.jrForum_post_pagebreak > 0}
        {jrCore_include module="jrCore" template="list_pager.tpl"}
    {/if}
removed the if
99% sure that the form isnt passing jrforum_post_pagebreak

gimme 5-15 min to play around and ill have a fix for ya


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
{if isset($_conf.jrForum_post_pagebreak) && $_conf.jrForum_post_pagebreak > 0}
        {jrCore_include module="jrCore" template="list_pager.tpl"}
    {/if}

that works


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
more diagnosis
in the forums details i see my latest reply only when i remove https and essentialy become 'logged off"
i do not however see my replies in the activity wether logged on or off

to be doubly sure i went back and forth between https and http 5 or 6 times to verify my comment was only visible when logged out

and now its there...
weird
its like there was a 5 minute delay till i saw my comment while logged in
maybe not 5 min but rather long
it used to be instant
(like it is here)


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 02/14/15 10:52:55PM
michael
@michael
9 years ago
7,715 posts
These two statements should be exactly the same:
{if isset($_conf.jrForum_post_pagebreak) && $_conf.jrForum_post_pagebreak > 0}
and
{if $_conf.jrForum_post_pagebreak > 0}

The first one reads:
"Check that $_conf.jrForum_post_pagebreak has some value and that that value is greater than zero"

The second one reads:
"Check that $_conf.jrForum_post_pagebreak has a value that is greater than zero"

So they should be the same.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
thats what i thought too
i couldnt understand why there was no pager it looked perfectkly right but removing the if entirely fixed it i put it back and tested that and it worked

let me reset it and see if the pager goes away again or not

i highly doubt it was a cache issue since i reset the cache not long ago (had a profile domain issue)

but holdon ill reset it and see if i still have the pager or not


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
hmm
odd resetting it it still works maybe i shoulda done a integrity check
might have just been 1 of those things
i had 1 site that was constantly messing up
and the way we would fix it was open the code select all copy save open paste save

made no sense but it worked
might have just been 1 of those things that needed to be refreshed


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
u know what else is odd i just realized
when the pager wasnt working
the sidebar was there
now that its working its not

the templates disabling the sidebar were the 1st ones i looked at


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
9 years ago
7,715 posts
Does this happen on any of the standard skins so I can go take a look?
soaringeagle
@soaringeagle
9 years ago
3,304 posts
the missing things in the activity? or long delays in the post showing up?
i havent tested
let me see real quick


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
theres no activity feed on elastic front page to see if thats not showing everything but there was no delay in the post
i switched back to ningja and there was again

i will get a regular non admin member to test and see what they see but that will have to wait since its 4 am


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
9 years ago
7,715 posts
Heres what I tried. In a widget editor I had this code:
{jrCore_list module="jrAction" pagebreak="4" pager="true"}
The pager works and changes pages. But if i add that to the CODE tab, the pager wont page because the page number is not handled automatically in that area.

So when using the CODE tab, i need to add the page 'p' coming in from the url, thats:
{jrCore_list module="jrAction" pagebreak="4" pager="true" page=$_post.p}

Then the pager works.

Is this what your after? Hope it helps.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
well the pager was in the forums and somehow fixed itself after removing and replacing the code
but the other 2 issues remain
the reply to forum at least from my admin account takes seperal minutes to show none of my replies show in activity


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags