charlestang
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Extended Live Archive] ELA lists deleted posts and other post typesSorry about that. Now this bug has been fixed.
Forum: Plugins
In reply to: [Better Extended Live Archive] Need to search UsersSorry, there is no such feature now. Because this designed for single user blog originally.
Forum: Plugins
In reply to: [Better Extended Live Archive] BELA menu options not workng properlySorry about that, could you please make the issue page again. I’ve visited your site, but the page is not there.
Forum: Plugins
In reply to: [WordPress Ultimate Toolkit] populer posts?how to define the popular post?
Forum: Plugins
In reply to: [Better Extended Live Archive] ELA suddenly not workingHi, I visit your site and found that on you archive page, the following request is 403 returned.
“NetworkError: 403 Forbidden – http://lifelearningtoday.com/wp-content/plugins/better-extended-live-archive/includes/af-extended-live-archive.js.php?v=0.80”
This will cause the plugin not work.
The probably solution of the problem is to change the permission of the wp-content/plugins directory.
chmod -R 0755 wp-content/plugins
Good luck
Forum: Plugins
In reply to: [Flash MP3 Player] [Plugin: Flash MP3 Player] Help with player plzPlease DO NOT include some HTML special chars in your song’s title.
like
< > &etc.
letters(a-z,A-Z), underline(_), numbers(0-9) are acceptable.
if you use the class feature, the wrapper of the player will look like this
<div class='my-specific-class'> blah blah blah .... </div>so is the id(Note: every id must be unique on whole page):
<div class='my-specific-class' id='my-specific-id'> blah blah blah .... </div>both of them help you to customize the player with CSS.
you can put the code on you <head> section like
div.my-specific-class { position: absolute; top:100px; left:100px; }or like this:
#my-specific-id { position: absolute; top:100px; left:100px; }Maybe some deprecated api calls course this problem. I’ll update the version and try to fix this problem.
Forum: Plugins
In reply to: [Flash MP3 Player] Undefined variables notice showing in backendThese NOTICE messages have already been removed.
Forum: Plugins
In reply to: [Flash MP3 Player] [Plugin: Flash MP3 Player] Javascript button duplicateSorry about that, this bug will be fixed soon. In the coming v10.1.5.
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Fatal Errorme too!
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/xxxxxx/public_html/wp/wp-content/plugins/wp-pagenavi/wp-pagenavi.php on line 179
Forum: Plugins
In reply to: [Plugin: Flash MP3 Player] Not working. Don’t see any options anywhere!http://wordpress.org/extend/plugins/flash-mp3-player/faq/
After activation, no menu entries Settings/FMP:Config Editor and Settings/FMP:Playlist Editor found.
Make sure your /wp-content directory is writable. If you can connect your server with terminal, you can use this command to change the permission of the directory chmod -R 755 wp-content.
Forum: Plugins
In reply to: [Plugin: Flash MP3 Player] Error on config setting pagesI’m sorry to here that, and I’ve not changed the code near that line. What I mean is, the problem is not caused by the new version.
Maybe your server environment changed caused this problem.
Please see
http://bugs.php.net/bug.php?id=32743&edit=1
for reference.