Forum Activity for @michael

michael
@michael
05/22/15 01:26:49AM
7,832 posts

Cannot access site after attempting to downgrade


Using Jamroom

No luck finding the source of the "Invalid CSRF token." issue. please send me a db export.
michael
@michael
05/22/15 12:35:49AM
7,832 posts

Cannot access site after attempting to downgrade


Using Jamroom

I haven't been able to get a DB dump yet, so haven't been able to progress. Could you do a DB export into a .sql file of your jamroom DB from the server control panel (if there is one, thinking phpmyadmin if its there.) and send that to me.

Maybe they get it fixed, maybe they don't, its gone from:
* Sajan ->
* Paul ->
* Samuel ->
* Shakir

So we'll see....

If you can get that .sql file, don't attach it to the forums here, send it to support at jamroom because it will have user-data in it.
michael
@michael
05/21/15 11:35:00PM
7,832 posts

cri error cannot copy constructionkit template to cache


Using Jamroom

The function for the header_desktop_menu.tpl file for the new system is this function:
<div id="menu_content">
    <nav id="menu-wrap">
        <ul id="menu">

            {* User menu entries *}
            {jrSiteBuilder_menu}

That will output your menu items.

For slate to keep the blue bar it looks like this:

{jrMenu_display active=$menu_url}
<div id="jrmenu_content">
    <nav id="jrmenu-wrap">
        <ul id="jrmenu">
            {jrSiteBuilder_menu}
        </ul>
    </nav>
</div>

where {jrMenu_display active=$menu_url} is the old system.
michael
@michael
05/21/15 10:45:31PM
7,832 posts

cri error cannot copy constructionkit template to cache


Using Jamroom

The new site builder module takes over from the old set of 4 modules.

To activate it make sure the BETA channel is on for the marketplace. Install it. Then run the integrity check.

That will:
* disable the old module.
* copy the old modules content into the new modules structure.

That should be all that need doing.

If you need to revert to the old system:
* disable the new 'site builder core' module.
* activate jrMenu
* activate jrPanels
* activate jrWidgets
* (and costruction kit if you need it.)


I'm not seeing tab_ajax_sbconstructionkit.tpl as being included in the latest version of the Construction Kit module. there is a tab_jrConstructionKit.tpl though.

If you need the jrConstructionKit because the new Site Builder Core won't work, I can zip it up and send it over.
michael
@michael
05/21/15 10:38:38PM
7,832 posts

Creating A Services Page


Using Jamroom

In Nova, to add a menu item to the main menu, the one that shows:
HOME | CHARTS | ARTISTS | SONGS | SOUNDCLOUD | VIDEOS | YOUTUBE |...... | SEARCH

Edit that in the Control panel from:
ACP -> SKINS -> NOVA -> TEMPLATES -> header_menu_desktop.tpl -> MODIFY

At the bottom you will see this:
        </ul>

    </nav>
    {* MODAL SEARCH FORM *}

adding an LI to that will add another menu item, so to add elephants, add
        <li><a href="{$jamroom_url}/elephants">Elephants</a></li>   
        </ul>

    </nav>
    {* MODAL SEARCH FORM *}


* click "SAVE CHANGES"
* click CANCEL

locate header_menu_desktop.tpl, check the checkbox in the 'active' column

scroll to the bottom and click SAVE CHANGES
michael
@michael
05/21/15 09:40:11PM
7,832 posts

Creating A Services Page


Using Jamroom

Ah, Nova isn't setup for Site Builder yet. Try Elastic, it is. Nova will be soon.

If you have it installed already then:
* go to the top page of your site http://your-site.com
* click on the MENU EDITOR button in the bottom left

* click the ADD NEW MENU ENTRY button
* type the name of the menu entry you want, ie: elephants
* click CLOSE

* click on the new 'ELEPHANTS' link in the menu.

You will see:
Quote: This page does not exist

Would you like to create this page in Site Builder?
Yes - Create this page

Click that "Yes Create this page" button to construct it.

The part that doesn't work for Nova right now is the menu. The page creator will still be there if you go to:
http://your-site.com/elephants

Just the menu system isn't connected up yet.
michael
@michael
05/21/15 09:20:29PM
7,832 posts

Share audio player


Installation and Configuration

You'd need to put a template into your skin to get that profiles songs.

The playlist module already has that:
http://devocionmusical.com/playlist/standalone/1

but the audio one doesn't.

If you build a standalone player like that one using {jrCore_list} to build a list of items, and {jrCore_media_player module="jrAudio" items=$item.playlist_items} to construct the page you can then use an iframe to embed it in external sites.
michael
@michael
05/21/15 09:12:26PM
7,832 posts

statistic for the user


Using Jamroom

Gotcha. If you could put "Feature Requests" into this forum, it helps us understand whether its something you want to build or something you want us to build. :)


"Suggestions"
https://www.jamroom.net/the-jamroom-network/forum/suggestions

Tag it something like "Feature request: detailed user statistics"

With the info on how you want it to work and we'll try to get to it. :)
michael
@michael
05/21/15 09:01:20PM
7,832 posts

cri error cannot copy constructionkit template to cache


Using Jamroom

First thing to check is is that file at:
modules/jrConstructionKit/templates/tab_ajax_sbconstructionkit.tpl

The only time I see that error is when the file is not there. Check that out first.
michael
@michael
05/21/15 08:08:05PM
7,832 posts

Cannot access site after attempting to downgrade


Using Jamroom

Thats the menu editor, I didn't check there, just the import feature. Could be a limit issue on there from the new system. Checking it out now.

--edit--
Its looking ok for me here in the menu editor. (screenshot)

What is not showing up for you? Can you locate which entry its hanging up on? Any error logs?

I'll try a DB export of your site and check with that.
screenshot_menu_editor_big.jpg screenshot_menu_editor_big.jpg - 76KB

updated by @michael: 05/21/15 08:13:06PM
  541