Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
02/07/19 05:22:49PM
3,304 posts

same templates used diferent results based on smarty calls (only diference was cloning)


Using Jamroom

so...why not is the question of the hour haha

ive figured that out just dont understand the why
can u test it on a test site and try the cloning vs pasting in code b4 edit
soaringeagle
@soaringeagle
02/07/19 05:17:00PM
3,304 posts

same templates used diferent results based on smarty calls (only diference was cloning)


Using Jamroom

missing the page title portion of the url
https://www.dreadlockssite.com/dreadlocks-forums/forum//38842/

its something with the template code..or the call
but dunno how it acts diferent there
soaringeagle
@soaringeagle
02/07/19 05:14:56PM
3,304 posts

same templates used diferent results based on smarty calls (only diference was cloning)


Using Jamroom

i think thats cause the ones withou titles..are replies to posts not the posts themselves but have not examine the urls for clues ill do that now
soaringeagle
@soaringeagle
02/07/19 02:09:51PM
3,304 posts

same templates used diferent results based on smarty calls (only diference was cloning)


Using Jamroom

hi guys
ok this 1 is confusing
1st off i use sitebuilder
on www.dreadlockssite.com front page 1/2 way down theres the forums lists
random featured only shows the title and excerpt from 1st post..as it should be and as the latest forum post shows
random all forum posts shows some post titles and excerpts and some reply comment excepts!

front page codes
latest
{jrCore_list module="jrForum" order_by="forum_updated desc" search="forum_profile_id = 13827" limit="10" template="my_forum_list.tpl"}
random featured
{jrCore_list module="jrForum" order_by="forum_updated random" search1="forum_profile_id = 13827" search2="forum_featured = on" limit="10" template="my_forum_list.tpl"}

and random non featured
IMPORTANT NOTE - i cloned featured random and simply removed featured from title and featured search from code
{jrCore_list module="jrForum" order_by="forum_updated random" search1="forum_profile_id = 13827" limit="10" template="my_forum_list.tpl"}

and my custom template code
{jrCore_module_url module="jrForum" assign="murl"}
<div>
    {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>

so how can the 3rd call to the same template result in a diferent way of displaying the posts?

only thing diferent was the fact i cloned it, 1st time ever doing that
updated by @soaringeagle: 05/11/19 12:40:18PM
soaringeagle
@soaringeagle
01/19/19 07:49:34AM
3,304 posts

seo search terms module


Suggestions

have, but not use to actively assist.
its not consistant but having the bold incoming search terms in a li element boosts that search term
soaringeagle
@soaringeagle
01/19/19 07:44:45AM
3,304 posts

seo search terms module


Suggestions

thought they did on older browsers or something
cause i still see some in anylitics and webmaster tools
i'll have to check my blog more often see if thats still catching new ones as often
soaringeagle
@soaringeagle
01/16/19 05:24:52PM
3,304 posts

seo search terms module


Suggestions

i do ofcourse

but search engines do leakeout like 1/100th the search terms they used to be transparent about so still helpful
updated by @soaringeagle: 01/16/19 05:27:53PM
  20