leaklords
Forum Replies Created
-
Forum: Plugins
In reply to: [liveTV Bundle] Help Using This PluginHow do i get the livestreams to display as Thumbnails on the /livestream page
Normally, you have the option on your wp default profil to add each of your lives. It’s this option (on profil) to add live stream directly in the loop of thumbnails
How do i get streams to display on the side widget
You have the widget in Dashboard > Appearence > widget (drag-drop the widget). By default the widget work only with the loop page and display the thumbnails automatically (you have some option to diplay or not livestream online in > dashboard > liveTV Bundle > general livestream)
If nothing work correctly, you must define the write permission on /cache/ folder to 0755
After that if nothing work, verify if your host support
allow_url_fopen
Forum: Plugins
In reply to: [Warcraft Bundle] Progress Page Error[phpBB Debug] ?? If you use only the php class on your personal project, test the uri
if($_SERVER["REQUEST_URI"] == '/your_forum_uri.ext') { ini_set('display_errors','off'); }
Forum: Plugins
In reply to: [Warcraft Bundle] Some things are not workingAlso…
The page “roster” is under cron task.
If you made an error elsewhere, it’s too late. The plugin has created the “roster” page and it’s only after the next cron task where the roster page comes up to date with the good content.
To reset the roster page without expect the time for the next cron, you must delete the html file generate in the /cache/ folder.
Forum: Plugins
In reply to: [Warcraft Bundle] Progress Page ErrorI look @ the problem for the next update, until the update you may use in your functions.php from your theme something like:
if(is_page('progress')) //Replace "progress" by the exact wp post_name { ini_set('display_errors','off'); }
Forum: Plugins
In reply to: [Warcraft Bundle] Some things are not workingIf nothing work, this come from 2 possible problems
1- You must add in Dashboard > Warcraft bundle the exact guild name and the exact server name (accent, majuscule, minuscule, space, apostrophe needed)
2- Your host/server must support allow_url_fopen
With some hosters, you must add one php.ini file in the root folder to activate allow_url_fopen.
Add in this php.ini file
allow_url_fopen = On
To make sure the php.ini is protected, add in your .htaccess
# protect php.ini <files php.ini> order allow,deny deny from all </files>
ps: don’t force anything (like utf-8) if all is fine.
Forum: Plugins
In reply to: [liveTV Bundle] Large viewIf it’s just the small css failure for mask and thumbnail, just erase for your theme the line ~22/~23/~24 in /css/page-livestreams.css
img.bubble { .... }
So the rest like width and height and text colorization for all thumbnails are configurable in the administration options
Forum: Plugins
In reply to: [Kw Modern Advertise] [Plugin: Kw Modern Advertise] Define link targetSorry for the delay, I have some problem with the rss link from wp
You must refine the
<a href=...>
directly in its php code, just make a search onhref="'.$background_partener_url.'
in kw-modern-advertise.php and add thetarget="_blank"
for all the results for this search.After leave the plugin and its cache worked to show the new result (visible only after the end of the cache time period).
Forum: Plugins
In reply to: [liveTV Bundle] Thumbnail alignment issuesNormally the 1.3.1.3 correct the problem but after the update, with the cache, it’s not instantaneous (some minutes are necessary to rebuild correctly the cache file).
Forum: Plugins
In reply to: [liveTV Bundle] Thumbnail alignment issuesedit: it’s a html/css issue, I go to make this correction
Forum: Plugins
In reply to: [Warcraft Bundle] BrokenNothing is imported, I have started my plugin from scratch.
I also need to do your web design?
It’s a “free” software, in facts, “free” not necessary “free of charge” but “free” in the sense “open source” and you have the autorization to change its code, included css. (and redistribute this code e.g. to another developer to make this work). It’s the real sense of gpl “free software”.
You have some comments in the php file to start the css. If you made a/ site(s), maybe the base is started development or speak with a coder to make this work if you do not want to learn.
I put free and you complain. The weight of the plugin code I produce is 1 time the weight of the book “20,000 Leagues Under the Sea.”. The code produced by another author for phpClass I used for the plugin is ~1 time the weight of the book “20,000 Leagues Under the Sea.” and all done in a few days (and I don’t count any work on images…). I was not obliged to do all this work and put them all free and available here. From now, I will not longer be cool with that kind of remarks and character. Go vote now one star… will relieve yourself.
Forum: Plugins
In reply to: [liveTV Bundle] Thumbnail alignment issuesDid you have tried with another theme ? @ dashboard > liveTV ? you have one black, one white, one transparent (the transparent is for developer with a minimal css to change itself color, etc… and maybe the transparent theme have a css bug)
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Stream displays wrongSorry for the delay and don’t have any alert on my client mail
No such file or directory
Create the file temp_1_live.html manually and put this file in /cache/ folder of the plugin, verify the right access on this html file (must be 0644) and the /cache/ folder (must be 0755)
After an update I think the automatic process from the wp updater erase this file. Update the plugin manually to not have each time the problem after each update.
All work perfectly. I was half asleep and I walk in a round without thinking of the htaccess. The problem was simply a directive. I thought anything on the server and on my php code but not the htaccess in the root folder…
Great plugin, thx for your great work.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] After last update: Error CodeI made this plugin for a good little professional gamer team with nothing in the pocket like budget for this developement but a (html,css) coder in this team. That’s why it is encoded in this way (for small team with some possible modifications). So I did not expect
the possibility that it will be used by mass sharing sites. It’s also for that reason some error exists if a user made an error and also, serious administration is necessary if you use this plugin for mass sharing site and if you change “role” in the option list and if you add in this list something like “members”.Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] After last update: Error Codespace1337%20
I think this error comes from one space added( %20 )