PaleMan
Forum Replies Created
-
Forum: Plugins
In reply to: [Twitch Rail] Twitch cliend ID sh*ti got rid of that pesky twitch logo, changed width and height of the Rail, changed background color, fonts, made stream miniature point to my site instead of twitch etc.
the site is not ready, but have a look https://slots.watch
it looks like it works now for me
Forum: Plugins
In reply to: [Twitch Rail] Twitch cliend ID sh*tthx man, you are awesome
could you please provide some code snippet and where to insert it (if its possible of course) cause i heavily customized your plugin by editing files and if i update the plugin i’ll need to make all changes again
Forum: Plugins
In reply to: [Live Stream Badger] No streams availablehey man
could you please help me – live stream badger worked fine umtil today so i have the same problem: stream status shows as unavailable
maybe i messed up the same thing that you did?
Forum: Plugins
In reply to: [Live Stream Badger] Link to my site page from stream status widgetok guys, I e-mailed to several guys who took part in this thread: https://www.ads-software.com/support/topic/redirect-link-to-twitch-tv-to-a-custom-stream-page?replies=22 and got a response from one kind greek soul.
Here is the step-by-step instruction for dummies like me:
1. Install jQuery UI Widgets plugin.
2. Activate it and go to the plugin’s settings
3. In the “Custom jQuery Code” area add this:jQuery(document).ready(
function($) {
$(“a[href=’https://www.twitch.tv/example1′%5D”).attr(‘href’, ‘https://www.mysite.com/example1’)
$(“a[href=’https://www.twitch.tv/example2′%5D”).attr(‘href’, ‘https://www.mysite.com/example2’)
}
);4. Dont forget to change word “example1” in https://www.twitch.tv/example1 to s streamers nickname and change https://www.mysite.com/example1 to you page URL where you want to host that streamer.
5. Add as much streams as you want
6. Done!
Change the links accordingly and add new lines for multiple streams