non closiv divs on front page only when logged in - updated

soaringeagle
@soaringeagle
9 years ago
3,304 posts
this is very confusing
1 ..and only 1 of the forum posts on the front page is missing the closing div
the "read more' etc buttons are larger something else about the code seems off
it is my own custom template however im psiitive its not in the template as this has never happened before its only happening on 1 single post

look on front page
www.dreadlockssite.com
forum section
theres the post about the documentary in hawaii
that doesnt close so the next posts are inside it the imediate next 1 is pushed over
because that closes properly the following ones look right except they are inside the unclosed 1

just in case heres my templates


{jrCore_module_url module="jrForum" assign="murl"}
<div class="item mCustomScrollbar">
    {foreach from=$_items item="item"}
    <div class="frontpageforumpost" style="overflow:hidden;margin-bottom:12px">
        <div style="float:left;padding-right:12px;">
            {jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="xsmall" alt=$item.user_name class="action_item_user_img iloutline"}
        </div>
        <div>
            {if $item.forum_pinned == 'on'}
                <h2><a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}">{$item.forum_title}</a></h2>
            {else}
                <h2><a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}">{$item.forum_title}</a></h2>
            {/if}
            <br><span class="normal"><small>{$item._created|jrCore_format_time}, by <a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}">{$item.forum_cat}</a> </small></span><br><div class="forummainpagelisttext">{$item.forum_text|jrCore_strip_html|truncate:300}<p><br><div class="forumreadmore"> <div class="item"><a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}">read more</a></div><div class="item"> Replies {$item.forum_post_count}</div></div> </div>
        </div>
    </div>
    {/foreach}

</div>

its this frontpageforumpost div that closes in every post thats ever been posted except for this 1 oddball post

im really confused why this is happening
1.jpg
1.jpg  •  246KB




--
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: 01/17/16 02:15:57PM
douglas
@douglas
9 years ago
2,790 posts
I'm not seeing that issue, this is what I see.
dl_forum_posts.jpg
dl_forum_posts.jpg  •  89KB




--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
desktop or laptop


--
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
i mean mobile/tablet or pc


--
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
very weird ..fixed itself now u see a whole paragraph b4 u only saw 1 word or so
also b4 the natural 3 years later shoed a photo with the read lmore to the right of it

im confused what was up
i had cleared all browser and server caches site caches restarted varnish
tried diferent browsers


ca nt figure it out

weirdness
its like just changing positions fixed both posts somehow


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
9 years ago
2,790 posts
That screenshot was from desktop. Really hard to say what the issue is without seeing it or reproducing it.

Let us know if you see it again so we can take a look.

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
yea i will its weird how it was there for awhile then wasnt and only thing that changed was someone replied to 1 that changed the order


--
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
Looks more like a float issue to me, that one that has a tiny amount of text in it then the next one is indented. Try putting more text in that one, if the issue fixes itself, then the issue is you need a clear:left somewhere on that box above the indented one.

or a fixed height or a min-height on the boxes.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
it has the same text now that it did thenn it only showedthe 1st word for some reason
and no by the styling i could tell that the forumfrontpage or whatever the div class was wasnt closing you dont see the box shadow ending instead the next divs were inside it
and the buttons were bigger too
very confusing


--
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
look at it now its doing it again and the natural dreads 3 years is showing the photo again


--
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
in fact the activity feeds doing it too the ones that change background when you hover over them are like they are nested onne within another


--
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
may have a theory though no way to test it and unsure why it would do it but the activity feed seems to screw up when quoted text replies are included in the activity feed
now i suspect that if i removed the last 2 days of activity the forums might work fine

why 1 would affect the others beyond me but i think that its rendering weird when the activity feeds messing up
im deleting all data/cache and retesting

but i kinda have a feeling its a tiny error that only shows up under very specific conditions


--
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
currupt file in data/cache fconfirmed


--
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
wtf clearing data/cache fixed it for a few minutes but now its whacky again


--
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 might be a firefox bug
latest versions have been buggy.
if edge had extentions and app tabs if trash ff and use only edge


--
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
uninstalled and reinstalled ff still see it when you scroll to the bottom of the activity feed then holder over it you dont see like 3 layers of nested divs?


--
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
actualy just found out you only see it whil e logged in as admin


--
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
correction its when logged in period


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
9 years ago
2,790 posts
Can you send us your admin login so we can check it out?

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
updated title since its now proven that its only when logged in so its probably related to latest user accounts module update since i started seeing it at the same time as i updated the module
will revert a version if i can remember how to be sure


--
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
its when u login period doesnt gotta be admin but ill send that


--
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 see why i suspect its the new user accounts update?


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
9 years ago
2,790 posts
I see the issue, however I've not found a way to fix it. It is odd that is only happening to the one entry.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
2 entries, and the activity feed when quoted text is involved

its odd
srry for sooo many message but took a hell of alot of testing and diagnosing to figure out even the nature of the issue


--
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
@Douglas

its wore then i thought!
its so confusing
look at this profile comparing ligged in and logged out (swish youd enable the editor here so i could add more then 1 screenshot)
https://www.dreadlockssite.com/haven-s

the cover imagte gets pushed 1/2 way off screen


--
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
you can add as many images as you need. ctrl+click or shift+click.

--edit--
can you see the "Attach File" button next to "Post Response" button here on these forums?
DP-406S-01.jpg
DP-406S-01.jpg  •  199KB

DP-406S-02.jpg
DP-406S-02.jpg  •  220KB

DP-406S-05.jpg
DP-406S-05.jpg  •  249KB

DP-406S-06.jpg
DP-406S-06.jpg  •  249KB

DP-406S-03.jpg
DP-406S-03.jpg  •  300KB

DP-406S-04.jpg
DP-406S-04.jpg  •  262KB

DP-406S-07.jpg
DP-406S-07.jpg  •  227KB


updated by @michael: 10/06/15 10:21:53PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ah ok good to know lol under not next to yes
but any ideas on the weirdness on my site

it only shows up when logged in
it affects multiple areas of the site so cant be a template error
it has to be the user account module

heres the profile page that was acting up 1 is logged out 2 logged in
do a text compare see if u can spot the issue
txt
1.txt  •  25KB

txt
2.txt  •  39KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
9 years ago
2,790 posts
Soaring, can you check it out now, I'm not seeing the post that was causing the issue so I'm not sure if it is fixed or not.

I'm also not seeing an issue with this page: https://www.dreadlockssite.com/haven-s

Logged in or logged out.

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
heres the diference i see logged in (1) logged out (2)
the cover photo is 1/2 way off screen
2.jpg
2.jpg  •  159KB

1.jpg
1.jpg  •  160KB




--
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
and the 1 post was pushed off front page but natural 3 years later still shows the weird photo
and the weirdness in activity is pushed to page 2 too


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
9 years ago
2,790 posts
Check it out now and let me know if you see this issue anymore.

Also, I'm still not seeing an issue with the profile image here:

https://www.dreadlockssite.com/haven-s

logged in or logged out, it looks the same as the first image you attached above.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
still seeing it on the profile but on a hunch i tried ctrl + ctrl -
it shifted over and back over and back at diferent zoom levels so might just be your resolution thats diferent


--
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
issue remains in the forums


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
9 years ago
2,790 posts
Can you give me a link to the forum issue, maybe I'm not looking in the right spot.

I don't see a next page button on the home page forum list.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
isnt 1 on forum section the natural 3 years
see here

and the activity feed on page 2 or more u will see weird nested comments
1.jpg
1.jpg  •  250KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
9 years ago
2,790 posts
Sorry, but I don't see anything wrong with the forum post, that is how it looks on the actual forum post, is it suppose to look different?

I'll take a look at the activity feed, at first glance there doesn't seem to be anything wrong with the template, but I could be over looking something.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
thats not how it loks logged out ill take ss of that post logged out and the activity feed issues
1 forum logged out 2 1st "nesting" activity that has quoted text showing (not seen when logged out) 3 bottom of list showing that that ectivity item is nested within 3 or 4 items
(each 1 that has quoted text nests the next level of them inside it)
4 showing the last item logged out with no nesting
1.jpg
1.jpg  •  307KB

2.jpg
2.jpg  •  297KB

3.jpg
3.jpg  •  307KB

4.jpg
4.jpg  •  315KB




--
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
could be in latest core update since its affecting so many areas the user accounts was my suspicion lonly cause of the logged in vs logged out conditions


--
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
That nesting in the actions column for logged in users looks like the result of a missing
</div>
tag.

Perhaps look for any jrUser_is_admin() type blocks in the .tpl files that control that section to try to locate where its coming from.

Or see if there is any code that is just in there for the activity stuff. Seams like it will be a hard bug to locate.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
its not just admin its anyone logged in
and yes i know its a missig /div tag
hence the non closing div tag title lol
but your right it is a tricky bug to track down but its not in the skin its not in any 1 module i think its got to be in user accounts or core both were recently updated

try using a directory compare too to find all diferences in evry file in each of the modules versions and look for changes rule out intended ones and see if u can spot that unintended 1



hmm clues
it affets only activity that has quoted text
it affects posts with images (html within the txt truncate limit?)
the 1st post that i noticed it on had this code
<div style="font-family: Noteworthy; font-size: 18px; font-weight: bold; line-height: 24px;">Aloha,</div>
<div style="font-family: Noteworthy; font-size: 18px; font-weight: bold; line-height: 24px;"> </div>
<div style="font-family: Noteworthy; font-size: 18px; font-weight: bold; line-height: 24px;">A Hawaiian based reggae record label will be doing some production in late 2015 to early 2016 on the island of Hawaii. We are looking for a skilled and experienced dread lock technician-stylist to work on and maintain the artists locks during the production. The candidate will have a recurring role throughout the production and will be a part of the new TV series / Documentary. Transportation (including airfare) and housing will be provided for the right candidate. The candidate must live an organic spiritual lifestyle and be willing to participate in the Anti-Gmo movement on the Island. This is an opportunity for a single person (male or female) and will require a long term commitment on the island. If this sounds appealing. Please reply to <a href="mailto:Seizz@mail.com">Seizz@mail.com</a> with information regarding your experience with working on dreads. Please only reply if you are sincerely interested in relocating to the island of Hawii,</div>
<div style="font-family: Noteworthy; font-size: 18px; font-weight: bold; line-height: 24px;"> </div>
<div style="font-family: Noteworthy; font-size: 18px; font-weight: bold; line-height: 24px;">Mahalo Nui Loa</div>

this might have been pasted in

could it be the way its handeling html within the posts and ctualy be related to the text size and editor upgrade

im just following all the clues trying my hardest to help you find the bug

its an oddball 1 for sure since it affects things weirdly


--
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
Try turning off all the "active text formatters" for all quotas:
your-site.com/core/admin/quota

and see if that makes anything change.

If it does, then its one of them.

--edit--
If your convinced that its a core module issue, try it on a different skin, see if it still happens.
updated by @michael: 10/08/15 01:16:16AM
douglas
@douglas
9 years ago
2,790 posts
Your using an non supported version of the Site Builder module, which could be causing an issue.

I would suggest creating a dev site so you can work the new Site Builder module into your design then once completed move it to your live site.

I don't see anything wrong with the template code for the activity feed, the same code is used in the jrNingja skin and there have not been any reports of issues with it nor do I see any issues on my dev site.

I would imagine, since you've not upgraded your Site Builder module, that you'll run into even more issues down the road that we may not be able to help fix without asking you to upgrade your modules.

If it were me, the first thing I would do would be to get the site using the latest supported version of the Site Builder module and any other modules that may need upgrading.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
only sitebuilders not upgraded cause everytime ive tried it messed my site up bad
that would kinda make sense since the sitebuilder seems to nest items within items when i upgrade like the activity feeds contained within too many divs..everything is

ill try to upgrade it again tonight but im not expecti ng it to work well


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
gary.moncrieff
gary.moncrieff
@garymoncrieff
9 years ago
865 posts
It will be exactly the same as last time I'd expect.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
yea a absolute nightmare to try to get it right


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
9 years ago
2,790 posts
soaringeagle:
yea a absolute nightmare to try to get it right

That is why I suggested a dev site, so you can get it right without shutting down or messing up your live site. In fact with a site like yours, with all the users you have, I would have a dev site for all design work and testing.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ill try that


--
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
ok i set up a dev.dreadlockssite.com copied over my skin folder activated it
do i need to also dump my db and import it
what are the steps i should take to get the dev site set up


--
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
Its not site builder. Its not happening at that level, its happening in a list of actions. Its something in one of the actions that gets formatted differently when you look at it as the admin user.

Try what I suggested first. (try to see if its one of the "Active Text Formatters". then if it is, try to figure out which one.)
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i cdid but i did not clear cache after i will try again


--
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
you might be on to something
i unchdecked all but alow html
the image still shows in the forum but the nesting in the activity is fixed
when i uncheck allow html i cant save i get an error


--
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
disabing everything fixed everything except the photo showing in forums but it fixed the weirdness in the acivity feed but left weird code shoing instead

so...wheres that leave us? core bug?


--
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
That leaves us knowing that something in the active text formatters is allowing the incorrect HTML through or adding it in.

If it was used in conjunction with a 'truncate' what you could end up with was something trying to be output then being cut-off.

Always best to deal with one thing at a time, so pick one problem and only deal with that until its fixed.

Perhaps start with the action timeline issue.

--
So you have the action timeline issue, the problem is not there when all the active text formatters are turned off, turn them back on one-by-one until the error appears again. That will let you know which one is causing the error.

Once you know that then you can try to locate the source template of the error where the Active Text Formatter is being applied. Once you know that then you can see if any other things are being applied in that location to that variable and perhaps change the order of them. Or block that Active Text Formatter in that location.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
this is going to be an all day project tomorow
im 99% sure i didn't have anything changed in the activity template except the top margin and the height, both of wich i noticed were not right so i set them in css
hmmm

i wonder if theres a reference to an older version of the skin in there or something


--
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
You don't need to do it, I'll do it IF:
* you can show me a way to set it up on a default installation of jamroom.

If you can do that, then I will debug it.

--
Right now I think the issue is caused by user input to your site or template alteration so I currently believe that any effort by me to locate this in core is a wasted effort. If you can show me how to set it up in a default jamroom install, then I will know its a core issue and will debug it. :)
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ok let me see


--
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
do i need to install a mofdule to ge the @ and # TO CONVERT
wait dont have url scanner let me add that
http://dev.dreadlockssite.com/

the @soaringeagle isnt converting


--
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
ugh that seems to0 be a per site module so idhave to buy it again its 4 am ill play with it tokmorow and see if it is the url scanner 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
ok allow bbcode is what does it in the quoted text in my main site
in the activity feed unsure still why the forums act weird as none of the options stop that


--
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
note on dev site it does it on the profile activity but not front page activty


--
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
does it in elastic too


--
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
ahhh discovered how to make it happen on front page
when quoting text put reply text b4 quouted text


--
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 weirdness
i edited the 1 post so it shows up right it appeared like he edited in something else and pasted it in as there was inline css attached to the divs and spans

but the activity feeds still weirsd so i went to his page and look what i see in his profile activity feed
https://www.dreadlockssite.com/seizz

scroll all the way down there shouldnt be any reply box or any disqus commenting there right?

somethigs off

hmmm it looks like the comments are being included in the activity so the 2 sections of the page are being combined into 1

after you see it and see what i see i think ill delete his activity and see if that fixes it


all the tags were closed before i deleted them though so i really dont get whats going on




--
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: 10/13/15 04:18:50PM
michael
@michael
9 years ago
7,715 posts
can you describe to me steps to take to set it up?
soaringeagle
@soaringeagle
9 years ago
3,304 posts
well
i tested it on my dev site
i posted several forum replies quioting each 1
it wasnt till the text was above the aquouted text not below it that the issue appeared (verified in elastic)

as for on this post it appeared to be that the text was pasted in from ..maybe word it had unusual (to jr) formatting codes
once i removed them it appreared corectly in the forum list but not in activity wich i guess kept the original formatting

but the easiest way to show you is dev.dreadlockssite.com
(if you can explain how to use that to upgrade my sitebuilder and get it right before doing it on live site id appreciate it)

you will see the activity does it on the last entry because the text was added above the quoted text


--
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
oh but remember u got to be logged in to see it mess up


--
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
https://www.dreadlockssite.com/boraeili
here as well
anywhere you see quoted text being included
see what i mean


--
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
My dev system can not be plugged into your live site. I need a way to set it up on my site to debug it. So I really need steps to set it up to know that its not something custom that just happens on your site.

because as said before I still think:
Quote: ...the issue is caused by user input to your site or template alteration so I currently believe that any effort by me to locate this in core is a wasted effort. If you can show me how to set it up in a default jamroom install, then I will know its a core issue and will debug it. :)

and I'd rather not have to recreate your entire site on my dev server then find out its not a core bug. :(

Yes I can see it happening at:
https://www.dreadlockssite.com/boraeili

Just need to know how to set that up on a standard skin on a standard install.

--edit--
I'll try taking your activity stuff from your DB and plugging that into my dev server, that might help locate it if its a core issue.
updated by @michael: 10/14/15 09:34:31PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
like i said i created a blank dev site
i used the elastic skin
i posted a forum post, then replied to it each reply i quoted the previus reply, sometimes typing above the quoted text, sometimes below
untill i saw it happening by hovering over the activitt and seeing whenthe hover affect fell behind the next 1 down
to make it easier give each item an odd/even styling so its easy to see when 1 has the next embeded within it

i did it on a clean install dev site no db import just installed jr that was it


--
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
noticed it in the pages section of tye search too when searching dreadheadhq and knottyboy reviews https://www.dreadlockssite.com/search/results/all/1/4
the pages section had the same nesting


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

Tags