profile missing profile parts and duplicat profile listings

soaringeagle
@soaringeagle
5 years ago
3,304 posts
2 odd issues remain
i wanted to use landing pages to set new landing pages for the main forums, wich is on a forums profile, using profile tweaks which maybe is not comatible?
on https://www.dreadlockssite.com/dreadlocks-forums/forums
you get the proper foums, minus the profile menu
on https://www.dreadlockssite.com/dreadlocks-forums/ you get no widgets installed this should be the profile indx that redirects to forums

scrolling down in page numbers from here you see multile dulicate listings, no idea why

https://www.dreadlockssite.com/profile/p=632




--
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: 08/25/19 08:20:56PM
michael
@michael
5 years ago
7,692 posts
Not seeing any duplicate listings on this page:
https://www.dreadlockssite.com/profile/p=632
duplicate.jpg
duplicate.jpg  •  302KB

soaringeagle
@soaringeagle
5 years ago
3,304 posts
its not every page and random like see some here
if you go down in numbers page by page you start to see them randomly
https://www.dreadlockssite.com/profile/p=630


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
5 years ago
7,692 posts
What is the jrCore_list in your skins
/skins/jrProfile_index.tpl

or any over rides to
jrProfile index.tpl

??
soaringeagle
@soaringeagle
5 years ago
3,304 posts
i got a couple custmizations
{jrCore_include template="header.tpl"}

<div class="block">

    <div class="title">
        {jrSearch_module_form fields="profile_name,profile_url"}
        <h1>{jrCore_lang module="jrProfile" id=26 default="Profiles"}</h1>
    </div>

    <div class="block_content{if isset($item_id.profile_text_color)}style="color:{profile_text_color}{/if}">

        {if $_conf.sedreadsiteskin4_require == 'on'}
            {jrCore_list module="jrProfile" order_by="_item_id desc" search1="profile_active = 1" pagebreak=24 page=$_post.p pager=true require_image="profile_image"}
        {else}
            {jrCore_list module="jrProfile" order_by="_item_id desc" search1="profile_active = 1" pagebreak=24 page=$_post.p pager=true}
        {/if}


    </div>

</div>

{jrCore_include template="footer.tpl"}



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
5 years ago
7,692 posts
try adding in a
group_by="_profile_id"
soaringeagle
@soaringeagle
5 years ago
3,304 posts
is that just to the listings/ what about the fact that on the forum profile the profile menu and index and other things are missing
thats the weirdet part


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

Tags