jOpenSimWorld

Grid Status: Online
Total Regions: 23
Visitors (30 Days): 7
Total Residents: 491
Online Now: 0
Hypergriders online: 0

Events not work

8 years 1 week ago #2581 by BillBlight
Ok , funny thing ... I go into the database, put spaces in the name .. It displays correct in world, but on the website, still no spaces in the name ..

Sooooooo strange.

Please Log in or Create an account to join the conversation.

8 years 1 week ago #2582 by BillBlight
Seemed to have fixed it by changing line 23 in the /components/com_opensim/controllers/events.php

from:
$data = trim($app->input->get('eventname'));
to:
$data = trim($app->input->get('eventname','','RAW'));
The following user(s) said Thank You: foto50

Please Log in or Create an account to join the conversation.

8 years 1 week ago #2583 by BillBlight
Ok so that did not entirely fix it, now the location seems to be flakey, does not seem to always take what it is set to.

Please Log in or Create an account to join the conversation.

8 years 1 week ago #2584 by foto50
Hi watcher

The change at line 23 would be the correct one (forgot that the event name also could contain spaces ;) ).

What do u mean with "flakey locations"?

Greetz
FoTo50

Please Log in or Create an account to join the conversation.

8 years 1 week ago #2585 by BillBlight
For some strange reason if I do not go back and re-select the location after typing the description the location submits as the first one in the list.

Please Log in or Create an account to join the conversation.

8 years 1 week ago #2586 by BillBlight
I would also like to make a suggestion that the URL for the region use hop://<yourgridaddress>/<regionname> instead of standard secondlife:// ... I have made the hardcoded change to mine if you want to see the result ...

opensim.life/index.php/event-list

Please Log in or Create an account to join the conversation.

8 years 1 week ago #2587 by BillBlight
Or maybe have multiple URL choices like the OSW pages have ..

opensimworld.com/hop/75105-Event-Plaza

That might get crowed but would allow for more universal compatibility ..

Please Log in or Create an account to join the conversation.

8 years 5 days ago - 8 years 5 days ago #2588 by djphil

Please Log in or Create an account to join the conversation.

8 years 3 days ago #2589 by BillBlight
Yes djphil, know about that module ... Not talking grid wide url, but the link on the events page to each individual event ..

Please Log in or Create an account to join the conversation.

8 years 1 day ago #2595 by foto50
Hi folks

Is hop:// a registered protocoll when installing Singularity?

Greetz
FoTo50

Please Log in or Create an account to join the conversation.

Time to create page: 0.122 seconds