Forum Activity for @mysong

MySong
@mysong
09/16/14 04:27:29AM
155 posts

Media Pro Skin WWW issue


Design and Skin Customization

Works :)

Thanks for the help.
MySong
@mysong
09/15/14 12:40:10PM
155 posts

Error when adding www. infront


Installation and Configuration

Having same issue here, see above link for detailed description.

Do not think it is a cache issue since tried clearing all caches, think it has to do with the code is in .htaccess file.
MySong
@mysong
09/15/14 11:35:03AM
155 posts

Media Pro Skin WWW issue


Design and Skin Customization

Here are the entire contents of the .htaccess (domain name changed)

# Jamroom 5 Apache .htaccess file
DirectoryIndex index.html index.php sitemap.xml modules/jrCore/router.php

Options +FollowSymLinks
Options -MultiViews -Indexes

# Use ETags

Header unset ETag
FileETag None
# Expires for CSS, JS and Images

Header set Expires "Thu, 15 Apr 2018 20:00:00 GMT"



# Compress everything we can

AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript text/javascript-x application/javascript


# All requests through the router

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]


# HTTP
RewriteCond %{SERVER_PORT} ^80$
RewriteCond %{HTTP_HOST} ^site\.com [NC]
RewriteRule .? http://www.site.com%{REQUEST_URI} [R=301,L]
MySong
@mysong
09/15/14 11:31:26AM
155 posts

Media Pro Skin WWW issue


Design and Skin Customization

Switching the site to the WWW version, now seems to be working, seems it was a cache issue both from browser and site.

Now up to step 2 of redirecting all site.com pages to their WWW version.

I added the code given above by @brian to the .htaccess

On home page it works fine; when site.com is entered in browser, it redirects to www.site.com

Issue is with sub pages. Lets say I enter the following page into browser
http://site.com/john-doe/audio/albums/song-one
instead of redirecting to http://www.site.com/john-doe/audio/albums/song-one
it redirects to
http://www.site.com/modules/jrCore/router.php?_uri=john-doe/audio/albums/song-one
and gives "NOT FOUND The page you requested was not found!" error message.
MySong
@mysong
09/15/14 10:15:40AM
155 posts

Media Pro Skin WWW issue


Design and Skin Customization

Cleared browser cache and now it is working. Let me test more before anyone spends any time on this.
MySong
@mysong
09/15/14 10:08:07AM
155 posts

Media Pro Skin WWW issue


Design and Skin Customization

Tried deleting them both via FTP and hosting C-panel but after a few min they come right back. Regardless it still does not allow me to login to admin account, giving same error message.

Any idea?

Thanks,
MySong
@mysong
09/15/14 06:38:26AM
155 posts

Media Pro Skin WWW issue


Design and Skin Customization

Site is currently on the Non-WWW version.
Trying to put site on the WWW version and then after that redirect all site.com to www.site.com using @brian code above or @SteveX code on https://www.jamroom.net/ultrajam/documentation/code/1433/htaccess-tips

However when I go into data > config > config.php file and update it to $_conf['jrCore_base_url'] = 'http://www.site.com';
I can no longer log into the site both on
http://www.site.com/user/login
and http://site.com/user/login
I get the following error message "a system level error was encountered trying to validate the form values: error:"
MySong
@mysong
09/04/14 06:19:52AM
155 posts

Jamroom Core 5.2.9 - update to Tiny MCE 4


Announcements

Would be good to include a 'clear formatting' button in TinyMC, if that is an option. Many WYSIWYG editors have one.

Often you copy paste something from another webpage and all the old unwanted formatting sticks.
MySong
@mysong
09/04/14 06:15:07AM
155 posts

Modifying Buttons on Album Pages


Using Jamroom

Works, thanks for the help :)
MySong
@mysong
09/03/14 01:21:26PM
155 posts

Modifying Buttons on Album Pages


Using Jamroom

Thanks, was able to find all the parts of code related to the buttons. Just wondering if instead of deleting them, if there was a way to have them just show for admins?

Let say the update button; instead of deleting this line of code.

{jrCore_item_update_button module="jrAudio" profile_id=$_items.0._profile_id action="`$murl`/update_album/`$_items.0.audio_album_url`" alt="60"}

Is there something that can be added to hide it from all users that are not admins.

Thanks
  4