Forum Activity for @michael

michael
@michael
11/20/16 12:15:43AM
7,832 posts

timeline issue


Using Jamroom

Done any customization, the situation seams strange. It seams like 'pigtail-productions' has clicked LIKE on 'evi''s followers list.

Then the second screenshot is trying to show the full detail page of a Follow which doesn't have a detail page (a blog has a detail page for the blog, an audio file has a detail page for the audio file, a follow is an action more than a thing.)
michael
@michael
11/19/16 05:28:58AM
7,832 posts

smiley not longer displayed


Using Jamroom

Thanks for doing the testing. If you discover that its a problem with the module, could you let us know and we'll get it fixed up.

Hoping its a glitch ;)
michael
@michael
11/19/16 05:20:16AM
7,832 posts

smiley not longer displayed


Using Jamroom

Check your amazon S3 credentials are all still working. The issue is Amazon is blocking the request.

Also check for any http vs https urls are as they should be.
michael
@michael
11/18/16 08:28:17PM
7,832 posts

What are "Pending items" if not "Pending - users?


Using Jamroom

When this happens I wonder if you're being sent to:
YOUR-SITE.com/core/dashboard/pending/m=jrUser

As that would result in the situation described.
michael
@michael
11/18/16 08:06:20PM
7,832 posts

keeping one forum category off the index timeline?


Using Jamroom

Strumelia:....Would I look for this code in my active skin templates, in one of its 'index' templates?
(thinking it would be in my active skin's index_activity.tpl ?)....
It would be in index.tpl of your active skin.

/skins/(your skin)/index.tpl
controlls the entire page found at:
your-site.com/

So its the starting point for what is shown on the very first page. It will probably have a link in there somewhere to the index_activity.tpl file judging by the name of the file. There will also be other things in there.

The index.tpl file for the skin will look something like this structure:
(bring in the header file)
(some <div>'s wrapping stuff)
(some {jrCore_list}'s listing stuff)
(bring in the footer file)

Somewhere in there you're going to see a line like:
{jrCore_list module="jrActivity" ............... }
michael
@michael
11/18/16 05:00:50AM
7,832 posts

What are "Pending items" if not "Pending - users?


Using Jamroom

Whatever you set to pending.

In most modules you can set the quota config to allow pending check by the admin before the item is CREATED / UPDATED.

eg: blogs:
ACP -> MODULE -> PROFILE -> BLOG -> QUOTA CONFIG -> APPROVAL

--edit--
In your case it looks like you need to run the integrity check.
updated by @michael: 11/18/16 05:01:25AM
michael
@michael
11/17/16 05:58:08PM
7,832 posts

Help With 'Spacers' & Stanza Breaks


Using Jamroom

If you want a BR hold down shift then hit enter.

first line
(shift+enter)
(shift+enter)
(shift+enter)
(shift+enter)
second line a long way away.
michael
@michael
11/17/16 05:53:04PM
7,832 posts

Image Gallery Slideshow Not Showing Buttons, Info, or advancing


Using Jamroom

in smarty3 nested {$variables} are allowed, so either of those code above are ok.

The issue is your light box is missing buttons.

On this page:
http://ourtownstory.co.uk/iamtimbo/gallery/dorset-miscellaneous/all

the buttons do work, so its something with the page setup that needs fixing.

On this page the next image does not work:
http://ourtownstory.co.uk/wimborne-minster-dorset-england-bh21-1

The reason for this is the a href links to the rest of the images on the page do not have:
data-lightbox="images"
on them so the image slider system doesnt know which to display next.

If you want the lightbox to work, add that to the images.
michael
@michael
11/17/16 05:27:09PM
7,832 posts

keeping one forum category off the index timeline?


Using Jamroom

Don't think that code is related.
    {if !(isset($item['action_item']['comment_module']) && $item['action_item']['comment_module'] == 'jrProfile')}
The way I read that code is: "If this variable is not set, AND that same variable's value is jrProfile....."

Seams to me thats never going to evaluate to TRUE so the inside will never fire. It cant be 'not set at all' and have a value of 'jrProfile'.


--
On to the question: The place to look is for the {jrCore} list thats bringing in the site's Main page Activity feed..

Whats the code thats in there, might be able to add a search="????? ?? ????" to filter out the unwanted activities right at the root.
michael
@michael
11/17/16 12:37:51AM
7,832 posts

How can I lower the bottom so that chat doesn't cover the up button?


Using Jamroom

footer.css file... in your skins/YOURSKIN/css/footer.css

You're posting the file: /skins/YOURSKIN/footer.tpl

wrong file, it will look right in the right file. Give it another go.
  316