kamasheto
Forum Replies Created
-
Forum: Plugins
In reply to: Submitting PluginsIt was approved yesterday.
Thanks everyone. 🙂
Forum: Plugins
In reply to: Submitting PluginsWoha, so apparently I have nothing to worry about.
Do I get emailed when my request has been processed? Or do I have to check the requests page every so often?
Forum: Plugins
In reply to: Submitting PluginsLine by line?
How can it be inspected line by line if I have not submitted my code at all yet? The plugin request page doesn’t include any field for that.
All I added was its name, it’s description, and a URL of it running on my website. No code available yet. :\
Forum: Plugins
In reply to: Submitting PluginsI knew there was an email, but couldn’t find it anywhere.
Just emailed them, thanks a lot.
Forum: Fixing WordPress
In reply to: Default Selection of ‘post title’ (and not status update)You could have just added this line to your js.php file >> p2_toggle_threads >> .ready():
jQuery('#post-types a#post').click();Much cleaner this way.
Forum: Plugins
In reply to: Help with uploading pluginThe file you downloaded should have the extension .zip or .rar, you extract (aka unzip) those with winrar.
When you extract them, you typically upload the extracted file in the directory that should be on your server, called ./wp-content/plugins/
Anything (well, technically to two levels – that is, files directly in the folder and files within folders within that folder, nothing deeper) within that directory should be recognized by wordpress and are available for activation through your plugins page in your acp.