Forum Activity for @paul

paul
@paul
09/25/18 12:46:45PM
4,335 posts

add to newsfeed/timeline new join users


Using Jamroom

Even so, its still not a good idea!! I'll email you the new password.

Have edited the jrAction item_index.tpl as described above with issue.
paul
@paul
09/25/18 12:17:15PM
4,335 posts

add to newsfeed/timeline new join users


Using Jamroom

Don't post login details on this public forum.
I've deleted them from the post and change the admin password on your site.
paul
@paul
09/25/18 08:10:50AM
4,335 posts

add to newsfeed/timeline new join users


Using Jamroom

Yes, its a 'global' timeline. All actions of all users are shown, regardless of whether they are being followed or not.
hth
paul
@paul
09/25/18 05:07:17AM
4,335 posts

add to newsfeed/timeline new join users


Using Jamroom

Are you using the Elastic2 skin, and are you editing the Timeline module's item_index.tpl template?
Also, wherever the entry 'jrAction-item_index.tpl' has come from is wrong because of the hythen. It should be an underscore.
Not sure what is going on here. Can you ticket me with the site you want to do this on, and the admin login?
Thanks
paul
@paul
09/25/18 02:33:29AM
4,335 posts

add to newsfeed/timeline new join users


Using Jamroom

Elastic2 call the Timeline module's item_index.tpl template so you would need to edit that - http://your_site.com/timeline/template_modify/template=item_index.tpl

Change line 75 to -

{jrCore_list module="jrAction" order_by="_item_id desc" pagebreak=12 page=$page_num pager=true assign="timeline"}

Change line 77 to -

{jrCore_list module="jrAction" order_by="_item_id desc" pagebreak=12 page=$page_num pager=true assign="timeline"}

Change line 95 to -

{jrCore_list module="jrAction" order_by="_item_id desc" pagebreak=12 page=$_post.p pager=true assign="timeline"}

That should change all instances of a profile specific timeline to a global timeline.

hth
paul
@paul
09/25/18 01:53:31AM
4,335 posts

add to newsfeed/timeline new join users


Using Jamroom

Quote: i think " 'global' and show all site timeline entries for all profiles" is very nice idea i saw it on Oxwall...
Jamroom default should be same

Quote: Everyone's needs are different.

Thanks @strumelia, that sums it up :-)

@resif - If you want profile page timelines to be 'global', its easily done by taking the profile parameters out of the template list call, as outlined above. Let me know which skin you are using and I'll tell you in which template and where that call is.

Thanks
paul
@paul
09/24/18 12:44:49PM
4,335 posts

New Module Releases


Announcements

This week, we have something for all audio or video based sites, particularly those that run competitions or take their charts seriously, to help stop 'gaming' - The "Advanced Play Counts" module.

https://www.jamroom.net/the-jamroom-network/networkmarket/608/advanced-play-counts

Basically you can configure the percentage of audio tracks and videos that need to be played before it will count as a stream, or can be rated.
paul
@paul
09/24/18 09:10:36AM
4,335 posts

add to newsfeed/timeline new join users


Using Jamroom

The way Jamroom works 'by default' is that on their profile pages, users only see timeline events that are pertinent to them - their own actions and the actions of the profiles they are following. This is done with a template call something like this -

{jrCore_list module="jrAction" profile_id=$_profile_id include_followed=true order_by="_item_id desc" simplepagebreak=12 page=$page_num pager=true pager_template="timeline_pager.tpl"}

Note that it includes the 'profile_id' and 'include_followed' parameters to make it specific to the profile. If you were to remove those parameters, the timeline list would be 'global' and show all site timeline entries for all profiles, including new signups (should that timeline action be enabled (see my post above)).
A global timeline would be better placed on the site homepage, in my opinion, but if you want it on your profile pages then go ahead and remove those parameters from the profile_index.tpl template.

A better alternative might be just to create an additional box on the profile page that just shows the latest signups. Do this with the template call -

{jrCore_list module="jrProfile" order_by="_item_id desc" limit=5}

hth
paul
@paul
09/23/18 01:27:33AM
4,335 posts

"select all" option for Integrity Check ?


Suggestions

No problem. Thanks for the idea anyway :-)
paul
@paul
09/22/18 02:47:04PM
4,335 posts

"select all" option for Integrity Check ?


Suggestions

It just means that you're doing un-necessary stuff. No big deal on small sites but Optimise Tables could slow a big site down for a few minutes.
  84