Forum Activity for @developer-networks

Developer Networks
@developer-networks
11/09/13 12:28:47AM
566 posts

mobile / Ipad Redirect


Jamroom Developers

I understand what your saying in your responce.

Let me explain in more detail whats going on.



I put this in the site myskin main index.tpl

<script type="text/javascript"> // <![CDATA[
	if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) {
		document.location = "http://www.yoursite.com/skins/myskin/mobile/";
	} // ]]>
</script>

So when an Ipad hits my site it automatically redirects to /skins/myskin/mobile/index.tpl

Which is a copy of the entire /myskin/index.tpl with out the flash


* However... I have recieved this error.

Quote: You don't have permission to access /skins/myskin/mobile on this server

The files all have correct server permissions and so does the folder /mobile.

(1 - I assume this is somehow controlled by eather a htaccess

(2 - or somehow i have not asked for /mobile/ to be called by the Jamroom routing for that skin?


Im getting blocked from the page when i view it with the Ipad.

Ive got it to also open up that directory and use the skins/myskin/mobile/index.tpl if the device is Ipad but the screen only loads the script context not the actual "view" of the entire index.tpl


Feels like im just missing a simple concept to how this system works..

Thanks


updated by @developer-networks: 11/09/13 12:54:46AM
Developer Networks
@developer-networks
11/08/13 05:51:40PM
566 posts

mobile / Ipad Redirect


Jamroom Developers

Also as a work around i tried a redirect sending any mobile or ipad user trying to access index.tpl to mobileindex.tpl inside the skin directory it shows up on my ipad as the source code not as a viewable page.

I have also copied a htaccess file to the directory /skins/myskin/mobile/
and re-routed all mobile and ipad devices trying to access index.tpl inside my skin directory but no avail.

Im not quite understanding this routing system.

Thanks.
updated by @developer-networks: 11/08/13 06:28:31PM
Developer Networks
@developer-networks
11/08/13 05:41:30PM
566 posts

mobile / Ipad Redirect


Jamroom Developers

I am using some flash in the design for desktop users and I am also creating a stripped version for mobile and ipad users.

When i attempted to do a redirect it says forbidden.

You dont have permission to access /skins/myskin/mobile/ on this server

How do i tell the Jamroom routing system i need use of another directory in my skin?
updated by @developer-networks: 12/10/13 01:02:35PM
Developer Networks
@developer-networks
11/08/13 06:21:11AM
566 posts

jrUser - ACP Suggestion


Suggestions

Yes that helps Brian. Thanks.
updated by @developer-networks: 11/08/13 06:21:19AM
Developer Networks
@developer-networks
11/08/13 06:19:21AM
566 posts

jrUser - ACP Suggestion


Suggestions

I see the banned items takes care of everything i posted above except removing the users profile from the ACP.
Developer Networks
@developer-networks
11/08/13 06:10:11AM
566 posts

jrUser - ACP Suggestion


Suggestions

ACP =>[Modules] =>[User Accounts]

[Tools]=> [Browse User Accounts]

There is not an option to remove user accounts from the system directly from the administration panel.

There is an option to remove [Profiles] but it does not delete the user account.

In the case a site needed to remove a user account for site abuse or harassment it would be handy to be able to remove and ban the user account from the ACP so the email and or IP address was blocked from the site.

updated by @developer-networks: 12/09/13 07:58:01PM
Developer Networks
@developer-networks
11/07/13 10:18:41AM
566 posts

Activity Feed For Entire Site


Jamroom Developers

That worked great. Thank you.
Developer Networks
@developer-networks
11/07/13 10:01:29AM
566 posts

Activity Feed For Entire Site


Jamroom Developers

How do i call and display the entire site activity feed of everything going on. I would like to show all activity from everyone on the front page.


{jrCore_lang module="jrAction" id="1" default="Activity Stream"}
    
{jrCore_list module="jrAction" profile_id=$_profile_id order_by="_item_id desc"}


I know the above code is wrong as far as the profile id selection part. how do i select all profile id's activity streams and display them on the front page.

Also if possible is jrAction set up to seperate and display the activity to only people being followed.

Thanks
updated by @developer-networks: 12/12/13 01:50:50PM
Developer Networks
@developer-networks
11/07/13 03:00:01AM
566 posts

"Start Your Own Online Community" Course.


Using Jamroom

Yes, You have done a great job on the documentation. Ive been going over it a lot as you have been adding to it.

As for "Start" You might want to consider covering installing and setting up a new Jamroom site from the ground up.

* Do a video that completely installs and sets up Jamroom in less then 5 Min.

So someone with little or no hosting/server experience can watch your video and see how easy it is to get up and running with Jamroom then they can follow your course.

I am enrolled in an online developers class for video game development and they have a subscription to sit and watch development as the instructors explain everything. It would be cool to see your site add this functionality.

Check out http://www.bandicam.com/ to record your lectures.

If you need someone to help with video editing and mixdown let me know.
updated by @developer-networks: 11/07/13 03:15:39AM
Developer Networks
@developer-networks
11/07/13 01:19:10AM
566 posts

"Start Your Own Online Community" Course.


Using Jamroom

Maby create a video like this for Jamroom to help people along with their phpstorm development with Jamroom. Setting up PHPStorm for WordPress Development
updated by @developer-networks: 11/07/13 01:20:48AM
  52