Forum Activity for @michael

michael
@michael
05/25/15 09:48:16PM
7,832 posts

Profile listing in ProJam Dark


Design and Skin Customization

If you're wanting to add extra pages to your skin, you can add them by creating another .tpl file in the location your after.

If you want to add the url:
your-site.com/magazone

Then add the file to:
/skins/YOUR SKIN/magazone.tpl

and whatever is in that file will show at that url.

An easy way to do it is to copy one of the pages you like the look of that already exist in the skin, copy that to
/skins/YOUR SKIN/magazone.tpl

Then make the changes your after.
updated by @michael: 10/26/15 03:23:53PM
michael
@michael
05/25/15 09:44:10PM
7,832 posts

ffmpeg error


Jamroom Developers

Here is that error on stackoverflow if its of any use:
http://stackoverflow.com/questions/3735823/ffmpeg-not-finding-codec-parameters

Quote: What ffmpeg is actually trying to tell you is, that your file has extension of jpeg, but the file actually is bmp or some other format.

With a suggestion on how to work-around it.

Quote: Some people here say that it is because the mjpeg codec cannot really be found. They suggested installing it from the source. I feel that it is more likely that the mjpeg is not installed. I feel there are two solutions for this.

You can try to install that codec and see if it helps MJpeg Download For Win
You can try forcing the ffmpeg to export it into a different codec Try: ffmpeg -f image2 -i /tmp/img%03d.jpg -vcodec mpeg2video video.mpg

michael
@michael
05/25/15 09:39:35PM
7,832 posts

Differrent strange homepage after new user registration


Genosis

Got those details subhu, they are working for me to login. Thanks.

I'm not understanding the explanation of what the error is though.

I have gone to
http://laap.biz/bajgai/govinda-bajgai-24

and logged in.

I see the profile of "Govinda Bajgai 1930"

Looking at your screenshot you posted in the first post

Its not of the link that you posted, so im kind of confused.

I see the questions:
Quote: "this link is same but it opens this page sometimes and other actual page which has comple details"
Can you give me some steps to take to understand the issue.

Quote: "Why is there no tree name?"
* for me there is a name, its "Govinda Bajgai 1930"

If you could provide some steps for me to take to understand what your seeing that would be great.

If you could include

EXPECTED
* what you expected to happen
ACTUAL
* what actually happened

Once I understand the problem I can start to look for how to fix it.

Thanks. :)
michael
@michael
05/25/15 09:30:24PM
7,832 posts

How can i move the Like it button?


Using Jamroom

The code for the delete button is:
{jrCore_item_delete_button module="jrAction" profile_id=$item._profile_id item_id=$item._item_id}

To find out the code to use, check through the .tpl files that you have, you'll probably find what your after in them.

With that code, make sure to update the items to the correct values

{jrCore_item_delete_button module="????" profile_id=????? item_id=????}
michael
@michael
05/22/15 10:52:52PM
7,832 posts

Share audio player


Installation and Configuration

Not really. Something would need to be built. The problem is all the conditions. I've added it as a feature request to go into the main module.

Right now to do it it would require an extra page to be built in your skin.
michael
@michael
05/22/15 10:44:32PM
7,832 posts

How can i move the Like it button?


Using Jamroom

What you have there is the default button showing in the details page. That part was added automatically when you allowed it for the quota.

If you want to put it in a custom location, you can add it to the template your after with the code from this page:

"{jrLike_button}"
https://www.jamroom.net/the-jamroom-network/documentation/modules/1722/like-it


The code your after is probably:
{jrLike_button module="jrAudio" item=$item action="like"}

and you'll want to put that in item_detail.tpl of the audio module, so via acp its:
ACP -> MEDIA -> AUDIO -> TEMPLATES -> item_detail.tpl

Put it in somewhere above "jraudio_detail_player_right" by the looks of the screenshot.

--edit--
actually try looking for this:
<div style="text-align:left;padding-left:6px">
<span class="info">{jrCore_lang module="jrAudio" id="31" default="album"}:

and squeeze it in there:
<div style="text-align:left;padding-left:6px">
<div style="float:right">{jrLike_button module="jrAudio" item=$item action="like"}</div>
<span class="info">{jrCore_lang module="jrAudio" id="31" default="album"}:
michael
@michael
05/22/15 10:34:41PM
7,832 posts

cri error cannot copy constructionkit template to cache


Using Jamroom

do you have a dev site online where i can see the "messed up"? I would hope that its possible to build the necessary stuff into the import script so it doesn't get messed up.

Sorry for the hassle.
michael
@michael
05/22/15 10:29:39PM
7,832 posts

Creating A Services Page


Using Jamroom

Your after the page url?

In the admin control panel go to:
ACP -> SITE -> PAGE CREATOR -> TOOLS -> CREATE A NEW PAGE // to make the page:

* set the location to "visible on the main site"

Then:
ACP -> SITE -> PAGE CREATOR -> TOOLS -> BROWSE EXISTING PAGES

Click on the link to take you to the page, the url will be something like:
http://YOUR-SITE.com/page/1/somewhere

Thats the URL you would use. Its in the address bar of your browser.

--
In jamroom there are a few different ways to go about altering your site, which you use depends on how comfortable you are with web development techniques.

That ACP -> ... -> .... -> TEMPLATES -> Method is for users who don't know what FTP is or how to use it and don't want to know. OR for just a couple of minor alterations that don't warrant getting setup.

The other way to setup a page is by adding a template via FTP to the skin.

If you add elephant.tpl to the current skin, then it will show up on the url:
your-site.com/elephant

That would be another way to do the same thing.

--edit--
If you want an editor that works on your pc to edit your website, the one that we all use is "PhpStorm"

"How to setup a PhpStorm for Jamroom Development"
http://www.jamroom.net/the-jamroom-network/documentation/howto/1150/howto-setup-phpstorm-for-jamroom-development


Its way over-kill though if you just want to do a couple of template edits. any text based editor will work with FTP to the server.
updated by @michael: 05/22/15 10:31:57PM
michael
@michael
05/22/15 02:28:12AM
7,832 posts

Cannot access site after attempting to downgrade


Using Jamroom

steps should be:
* Login to cpanel
* click on PhpMyAdmin
* export -> custom -> (select the jamroom database) -> GO

That pops up either a .sql file or a .zip file for download. Thats what I'm after.
  540