Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
10/06/15 04:08:29AM
3,304 posts

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


Ning To Jamroom

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
@soaringeagle
10/05/15 02:52:06PM
3,304 posts

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


Ning To Jamroom

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
@soaringeagle
10/05/15 10:14:40AM
3,304 posts

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


Ning To Jamroom

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
@soaringeagle
10/05/15 12:11:23AM
3,304 posts

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


Ning To Jamroom

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

updated by @soaringeagle: 01/17/16 02:15:57PM
soaringeagle
@soaringeagle
10/03/15 12:52:03PM
3,304 posts

text= added to urls?


Design and Skin Customization

then why does the code coppied from the di9scussion not match the code copied from source code

what im not getting is
the same link works when i create a new discussion
but as you clearly see something weird happens to it when it was a link imported from the old ning site
same url
diferent results in the source code
something has to be screwed up somewhere right
soaringeagle
@soaringeagle
10/03/15 11:23:02AM
3,304 posts

text= added to urls?


Design and Skin Customization

ok hmm i think i understand a lil more whats going on

these links are pre- migration to jr from ning

pre-installing the scanner

when i paste that link into the discussion
and look at page source
i see the entire url

when i look at the source of the old discussions
try the method in this video.<a href="text=C4206099VDvjVQa1PpcFO4cV_9RJYr4wknC2qw3kEpC1sNhIfBzEI%3D">...</a></p><p>as a college student i need 


its not when you add a link, but when the url scanner encounters an existing link

heres the code from my y]test note i pasted the url in direct
then again into the add link thing

both tests showed only the complete url

<p>just testing  a theory</p>
<p>http://www.youtube.com/watch?v=K6N5zmTr5F0&amp;feature=plcp&amp;context=C4206099VDvjVQa1PpcFO4cV_9RJYr4wknC2qw3kEpC1sNhIfBzEI%3D</p>[/quote]
</div>
that was test 1 only the pasted in ofcourse test 2 had the full link code
(only 1 copy of the vid emeded)


i believe the issue is when it encounters links that existed at the time the scanner was added/

try creating a new test site
add that url within the center of a block of text..just pasted in

then add the url scanner
and enable it
thats my theory anyway..\

its not a straightforward problem easily tested
thats why im testing it in multiple ways
soaringeagle
@soaringeagle
10/03/15 11:01:24AM
3,304 posts

text= added to urls?


Design and Skin Customization

the search engine has no interaction with the site its the sitemap crawler that is taking the link code thats in that link
interperating it as a relaative link to that page, and attaching it to the url of the page as new page to be crawled


but the problem is that that url fragment is left in the source code

holdon i will do a test myself

ill post what i find in 3 min
soaringeagle
@soaringeagle
10/03/15 10:53:16AM
3,304 posts

mailgun stopped working


Design and Skin Customization

they dont support postfix so wont install it ill just remove the whole mailgun module and say screw it
  145