Forum Activity for @michael

michael
@michael
12/08/16 06:53:47PM
7,826 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,826 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,826 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,826 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,826 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,826 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,826 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,826 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.
michael
@michael
12/05/16 03:35:32PM
7,826 posts

WordPress Blog Import


Using Jamroom

I've done it before for my wifes site with a module I made for her. It imported the parts of wordpress that she was using into jamroom, so yes.

But wordpress has so many different plugins made by so many different developers I'd be hesitant to release the module to the marketplace because there would always be something that it didn't cover.

If you need it done, we still have that module, but it would require testing and checking to make sure it lines up with what you need imported.
  309