Forum Activity for @michael

michael
@michael
10/04/17 11:37:48PM
7,826 posts

sb pages bigger gaps between rows when logged out


Design and Skin Customization

Looks like there is some CSS , probably this:
.sb-widget-col .connectedSortable {
    margin: 0;
}
That is in an admin only section of your templates somewhere. If you make that available to the logged out users, then the extra padding should go away.

--edit--
best guess is its related to the /jrSiteBuilder/templates/page_container.tpl file which has some admin only CSS in there.
updated by @michael: 10/04/17 11:41:13PM
michael
@michael
10/04/17 11:18:45PM
7,826 posts

Site Builder Problem


Design and Skin Customization

Nice one. the video item_embed.tpl template might need some adjustment to match with your rss_featured_oilfield_news.tpl template if the video is required.

good find.
michael
@michael
10/04/17 12:18:47AM
7,826 posts

How to limit size/number of profile timeline images?


Using Jamroom

Problem #2
See if that alteration in problem #1 fixes the being able to comment issue, if there are still locations that have input text areas, we need to figure out which templates they are in and remove them too.

Can help with that, but lets see if they still exist after #1 is fixed.

The share and the link buttons are probably in the jrAction modules item_list.tpl file but could have an override at skin level.
michael
@michael
10/04/17 12:10:22AM
7,826 posts

How to limit size/number of profile timeline images?


Using Jamroom

Strumelia:.....
BTW, not sure if it has any bearing on this but....As master admin, ...... I also like the Admins to be able to see and use the "Add to Timeline" checkbox when we post items.....
Not an option sorry. Admin stuff done to a profile doesn't get put to the timeline by design. ( there are always ways around it if you MUST have it, but the reasoning is posting something as someone else was considered undesirable.)
michael
@michael
10/04/17 12:05:34AM
7,826 posts

How to limit size/number of profile timeline images?


Using Jamroom

For problem #1 go to
ACP -> MODULES -> PROFILES -> TIMELINE -> TEMPLATES -> create_entry_form.tpl -> MODIFY

And replace the entire contents with something like
{* gone, not using this.  dont want timeline written comments *}

save and activate. that will get rid of the comment area but leave the timeline active
michael
@michael
10/03/17 10:57:25PM
7,826 posts

Follow Me Skin audio player type


Design and Skin Customization

sure you can do whatever you want. The code I gave you was because you said the embed player was big, so I thought you only wanted to change the embed player and leave the other players as they were. If you want to change all players, you can do that too.

You can do anything you like, its your site :)
michael
@michael
10/03/17 10:54:43PM
7,826 posts

YouTube Image display


Installation and Configuration

The reason its not showing is the loop variable is $row not $item. We normally use $item but for some reason this time $row is the variable, so change
<img src="{$item.youtube_artwork_url}" alt="{$item.youtube_title|jrCore_entity_string}"
to
<img src="{$row.youtube_artwork_url}" alt="{$row.youtube_title|jrCore_entity_string}"

then reset the caches and you'll be good to go.
michael
@michael
10/03/17 10:40:46PM
7,826 posts

Odd Problems


Jamroom Developers

good to hear. weird problem. hard to diagnose.
michael
@michael
10/03/17 10:14:06PM
7,826 posts

Odd Problems


Jamroom Developers

Quote: ....So does anyone have any ideas on what might cause $_data to be populated differently? To sometimes not include the threading fields stored in the database? .....
First guess would be caching. If the datastore contains
....
comment_thread_id] => 548368
    [comment_parent_id] => 548440
    [comment_thread_level] => 2
...
when you're looking at it, but not when your modules run during the event listener phase, my first guess would be caching, perhaps ........ scratch that, my first guess is firing order. If those 3 values are added via a listener, then perhaps your modules listener is firing before the listener that adds those values fires.

Perhaps try adding a lower priority to your module in its _meta() function in include.php
        'priority'    => 50, // LOW load priority (we want other listeners to run first)

Or perhaps try on the 'db_create_item_exit' listener which fires after 'db_create_item' does.
michael
@michael
10/03/17 09:55:12PM
7,826 posts

removing home from index page title


Installation and Configuration

the url philadelphiarainbowfamily.org isnt loading for me.

suspect what google is showing is for on that domain. just a guess though, what URL are you meaning with "but then google shows dreadlocks natural dreads | philadelphiarainbowfamily.org"?
  180