Forum Activity for @michael

michael
@michael
10/27/14 08:06:06PM
7,832 posts

Issue Tracker


Using Jamroom

Allowing users who are not associated with the profile to create tickets on a profile is not a feature that exists in the module right now.

Probably because thats not how we use it here on Jamroom. Either Paul, Doug, Brian or myself, read something in the forums and write up a tracker for it.

Your after the user writes up the ticket themselves right? I can see how that could be useful (and annoying when the ticket just reads "there's an error, please fix it.") but it doesn't exist right now.
michael
@michael
10/27/14 07:46:23PM
7,832 posts

Player No Longer Opens as Pop Up


Using Jamroom

opening as a popup here too on FF 33.0 on Linux
michael
@michael
10/27/14 06:55:24PM
7,832 posts

Calendar for jrEvent


Suggestions

@hammondegs , @Gary.moncrieff could I send you a copy of the newer jrEvent and get your feedback on whether its working or not. It seams to be all go on my server, but not showing events on profiles on another server for a reason which I can't see.

I'd like your feedback on whether its working for your sites or not. If thats OK, just say and I'll zip it and send it to the email address you use here on jamroom.net.
michael
@michael
10/25/14 01:12:42AM
7,832 posts

Forum Topic Subscription tab


Suggestions

ideas are always welcome. I'd like something similar, but I was thinking a list of all the new posts over all of the forums of the users that you "Follow".

When I remember wander over to ultrabubble's profile, theres usually new forum posts.
michael
@michael
10/25/14 12:39:43AM
7,832 posts

Connect with jrEmbed?


GoogleMaps

Hi Steve,

Wondering if its possible to connect it up with jrEmbed.

Thinking that it might be useful to be able to embed a map in a blog post or other location like:
[jrEmbed module="ujGoogleMaps" location="happyraft shikoku japan"]

and have it display
https://goo.gl/maps/mpCsk

Could it work like that?
updated by @michael: 10/25/14 12:40:07AM
michael
@michael
10/24/14 08:09:04PM
7,832 posts

NEED HELP - godaddy needs to find missing Connection string?


Using Jamroom

What its telling you to do is to open your-site.com via FTP and look at the contents of the /config/settings.cfg.php file in a text editor.

The message is telling you to check that the values in that file are correct.

Its made an attempt to try to determine what the correct values are, so try those first. The scripts guess at the correct values for your server are printed in the message:
Quote:
$config['jamroom_path'] = '/home/content/94/13057294/html';
$config['jamroom_url'] = 'http://highfrequencymusic.com';
$config['directory_mode'] = 0755;
$config['file_mode'] = 0644;

So see if what the script guesses are the correct values are correct by comparing them to what is in config/settings.cfg.php.

--edit--
ps. the answer to "what version am i using" is in the message too, its Jamroom 4.2.6
updated by @michael: 10/24/14 08:11:43PM
michael
@michael
10/24/14 06:51:11PM
7,832 posts

html tag properties


Installation and Configuration

Will work in the next release.
michael
@michael
10/24/14 02:08:47AM
7,832 posts

html tag properties


Installation and Configuration

Changes are done. Will work in the next. < font > still wont work because its not valid HTML5 but what you want can be done.

Here is the same code but HTML5 valid:
<table border="1" align="center">
<tbody>
<tr style="background-color: #cccccc;">
<td colspan="4">
<div style="text-align: center;"><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> Voicings</span></div>
</td>
</tr>
<tr style="background-color: #ffffcc;">
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 1 3 5 7</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 3 5 7 1</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 5 7 1 3</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 7 1 3 5</span></div>
</td>
</tr>
<tr>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 1 3 7 5</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 3 5 1 7</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 5 7 3 1</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 7 1 5 3</span></div>
</td>
</tr>
<tr style="background-color: #ffffcc;">
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 1 5 3 7</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 3 7 5 1</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 5 1 7 3</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 7 3 1 5</span></div>
</td>
</tr>
<tr>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 1 5 7 3</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 3 7 1 5</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 5 1 3 7</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 7 3 5 1</span></div>
</td>
</tr>
<tr style="background-color: #ffffcc;">
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 1 7 3 5</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 3 1 5 7</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 5 3 7 1</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 7 5 1 3</span></div>
</td>
</tr>
<tr>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 1 7 5 3</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 3 1 7 5</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 5 3 1 7</span></div>
</td>
<td style="text-align: center;">
<div><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;"> 7 5 3 1</span></div>
</td>
</tr>
</tbody>
</table>
  647