deuced
Forum Replies Created
-
Forum: Plugins
In reply to: How Can Title Be Blocked on Specific PagesU R Right Michael and may i add this (without being a programmer):
OR here means:
Either the first condition is NOT true || the second condition is NOT trueAND here means:
If first condition is NOT true && second condition is also NOT trueJust thoughts before lunch ??
Forum: Fixing WordPress
In reply to: Widgets in the Sidebar – is this an expected result?Here’s how it works. You setup a default installation with a theme that i guess it’s widget ready. If you do NOT activate any widget by yourself there are some defaults widgets that are shown. If you decide to activate a widget (like you did) then the default widget setup is overriden by yours.
What’s that means? That you have to ADD any widget that you like in your widget panel. So if you had links, meta, archives, recent comments or whatever, just go ahead and ADD them to your sidebar. From now on they will be there and you could add or remove each one separetly.
Forum: Plugins
In reply to: Is there plugin that show ajax comment “form” inline?You could also try Hide or Show Comments which i think it acts that way. I don’t know if it’s compatible with the latest WP but as far as i can remember it worked.
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedWell it works with streams as all flash players i ve tested and it does have the flash memory leak issue which is not a problem when playing mp3 files (which have a specific length) but when playing a stream it’s like a never-ending mp3 so i thought if there could be a parameter telling it to stop and reconnect after X minutes but also throw away it’s cashed file and start over from the point it previously stopped. There would be a gup between but unnoticeable to stream users and better than a crashed browser.
But anyway, what im seeking is too much since your player really does more than well whats has been developed to do and streaming is a different approach.Forum: Fixing WordPress
In reply to: Me= ignorant (domain issue)np ??
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedHey Martin,
great improvement for your v2 mp3 player but i wanna ask one question. I would like to use it in my Shout Stream plugin which connects and plays a shoutcast stream but does it suffers from memory leaking like most flash players when treating a stream like a huge mp3?
Forum: Fixing WordPress
In reply to: Me= ignorant (domain issue)Works 4 me fine (still finds your https://www.getgameon.com)
Forum: Your WordPress
In reply to: My first WordPress designSimple but also Different!
Very nice.Forum: Plugins
In reply to: MiniBB Forum Integration updated to works with WP 2.5.1I would also point at this link with additional info for those also using WP-Cache.
Forum: Fixing WordPress
In reply to: Special characters converted to question marks on saveIn a default installation you should have these two lines in your config.php
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);Your DataBase and all your tables should be utf8_general_ci and this is crucial for all of us using other than latin characters. Backup and then read the link i provided you.
Shouldn’t WordPress be able to handle characters generated by itself??
WordPress gets and displays what’s stored in your DataBase. If you see unreadable characters in your DataBase then these characters appear in your posts.
Forum: Fixing WordPress
In reply to: Permalinks Issue, and I am my own server administratorWordPress’s index.php and .htaccess files should be together in the directory indicated by the Blog address (URI) setting on your General Options page…
So which is your blog address? You should put .htaccess file there. In your case i think it’s https://domainname/the_tracy_times/
Forum: Fixing WordPress
In reply to: Special characters converted to question marks on savesome of which are utf8_general_ci and some of which are latin1_swedish_ci. On the brand new installation, they are all latin1_swedish_ci.
I think the problem is collation. You should have all your DB utf8_general_ci. Otherwise your posts are saved wrong in the DB which then appearing unreadable in your blog.
You ‘ll find more about converting DB characters sets HERE.
PS: That might happened because you installed WP via Fantastico. So also check you config.php
Forum: Fixing WordPress
In reply to: Expand/Collapse. Accordion Effect in PostsNot sure if that ‘s what you are after but you may try either Collapsible Elements or Collapsing Objects plugins. Both of them lets you expand/collapse elements in a page or post.
Forum: Fixing WordPress
In reply to: WordPress only working locallybf65 that’s an old post and that address, is https://www.oxnyx.com/Blog/ and *NOT* https://www.oxnyx.com/blog/ which means that works and probably resolved
Forum: Your WordPress
In reply to: My newest wordpress creationwell, to be honest, i hate promoting themes or plugins that requires payment in these forums and if it was up to me, i would erase your post. You don’t even offer a free version (like WP E-commerce plugin) but *ONLY* a paid one and i wonder why should a free open-source community should help you improve your theme?
DeUCeD!