Forum Activity for @michael

michael
@michael
12/08/16 07:37:53PM
7,837 posts

Continued Calendar / Event challenges


Using Jamroom

This is what I needed:
http://lewwwp.com/svetlana/profile_activity/7075

That tells me that the string you're after is found in:
/modules/jrAction/templates/item_action.tpl

And is controlled by language string 143 of the event module.

It can be updated at:
YOUR-SITE.COM/event/admin/language

(unless you've created a skin over-ride for that template)
michael
@michael
12/08/16 06:53:47PM
7,837 posts

Home Icon/link action


Design and Skin Customization

Is this the same question we answered via tickets still? Where the issue was the quota settings or a different question?

Feeling a bit of de-ja-vu on the is topic.
michael
@michael
12/08/16 06:49:11PM
7,837 posts

Continued Calendar / Event challenges


Using Jamroom

You said:
Quote: And that leaves only #4 = where can I/we find the "has posted an" and change it to "has posted a"? [can't find this in language editor]
so I said:
Quote: [i'm] ....Not seeing "has posted an" or "has posted a"......
.....anywhere coming from Jamroom. I don't understand the location to see '.......has posted an......' in the site where you're trying to change.

If you know the location where that can be seen, please post a URL so I can understand the location you mean.

Thanks.
michael
@michael
12/08/16 06:01:55PM
7,837 posts

Little Help With Config Settings


Design and Skin Customization

Then:
    // Favorite Song ID
    $_tmp = array(
        'name'     => 'favorite_song',
        'type'     => 'text',
        'default'  => '',
        'validate' => 'not_empty',
        'label'    => 'Favorite Song',
        'help'     => 'Some Helpful Info.',
        'order'    => 8,
       'section' => 'Hail Mary',
    );
    jrCore_register_setting('NewSkin',$_tmp);
michael
@michael
12/08/16 06:00:02PM
7,837 posts

Little Help With Config Settings


Design and Skin Customization

Depends what you want the tab to be called
    // Favorite Song ID
    $_tmp = array(
        'name'     => 'favorite_song',
        'type'     => 'text',
        'default'  => '',
        'validate' => 'not_empty',
        'label'    => 'Favorite Song',
        'help'     => 'Some Helpful Info.',
        'order'    => 8,
       'section' => 'SOME TAB NAME',
    );
    jrCore_register_setting('NewSkin',$_tmp);
michael
@michael
12/08/16 05:52:50PM
7,837 posts

Little Help With Config Settings


Design and Skin Customization

Maybe add a 'section' => 'social networks' since it seams like one skin has sections, the other doesn't. Could be the issue.
michael
@michael
12/06/16 10:04:40PM
7,837 posts

Continued Calendar / Event challenges


Using Jamroom

Not seeing "has posted an" or "has posted a" in the current code base. Could be that its already a customization, or it was that and has been changed.
michael
@michael
12/05/16 04:26:41PM
7,837 posts

(no action data found)


Using Jamroom

My guess is the daily maintenance listener is adding the actions related to the birthday module. I'll try to recreate it and If I can will be able to debug it.
michael
@michael
12/05/16 04:23:23PM
7,837 posts

WordPress Blog Import


Using Jamroom

Send the .xml file to support at jamroom dot net or put it in a location I can access and I'll try it on my dev server.
  310