Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
coding-topic
Make open application link work in post
Avatar
Daniele Zamboni
Rookie
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2015 - 7:16 pm

Sorry but i'm bad now i'm trying to get another protocol to work:

steam://connect/37.59.29.174:27016

how i'm suppose to edit the code u give to me to add also this protocol ?

and how can i create a child forum theme to make sure next time i update the plugin doesn't brake ?

Thk in advance.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2015 - 9:30 pm

here:

add_filter('sph_allowed_protocols', 'my_forum_protocols');
function my_forum_protocols($protocols) {
    $protocols[] = 'ts3server';
    $protocols[] = 'steam';
    return $protocols;
}

and for child themes:  https://simple-press.com/simplepress-version-5-5-child-themes/

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 643
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 616
Members: 17343
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10117
Posts: 79590