producer82
Forum Replies Created
-
Thanks ntm and I appreciate you guys updating this plugin. I’m still using WP 2.6 and an old podpress version but I plan to update real soon.
My way of hiding everything was:
– Remove “Hide Player” by editing podpress.php
New code should look like:
echo ‘var podPressText_HidePlayer = “‘.__(”, ‘podpress’).'”;’.”\n”;– Remove “Standard Podcast” by editing podpress_theme
Search Standard and delete!– PODPRESS_THEME.php (login before download)
If user is logged in or else code– Change “:” to white so it doesn’t show up on the page.
go into podpress.css and find .podPress_content
add css code= color: white;Thanks ntm, I used your quick fix and it works fine.
I’ve already done some editing to the core files (hiding the podpress text, added “login before download” text where the download button should be) so I’d rather not install the beta version and have to re-do that code.
Explain this for me please and tell me if it will hurt my site to keep these values this high.
I added:
1. php_value memory_limit 256M TO .htaccess file
2. memory_limit = 256M TO php.ini file
3. define(‘WP_MEMORY_LIMIT’, ‘256M’); TO WP-ConfigNow the ‘Authors & Users’ page shows up when all plugins are enabled, everything is fine. I have 28,559 Users (members) on my WordPress site, was this the problem?
It’s so weird, when I deactivate all plugins and then activate the bolded plugins (from above post) and only each one by itself, the ‘Authors & Users’ page shows up fine.
And if I activate 3 or 4 plugins at once and deactivate them 1 by 1 the admin side bar shows more each time. Like the ‘Appearance’ bar will be covered, then when I deactivate 1 plugin I’ll be able to see ‘Appearance’ and maybe some of ‘Plugins’.
WTF?
Forum: Plugins
In reply to: [Plugin: Pie Register] spacing between boxes and borders?Yea, I’d also like to know how to space the boxes out, everything is cramped!
Forum: Fixing WordPress
In reply to: Podpress – how to get rid of this….Hide Player | Play in PopupRemove the “Hide Player” by editing podpress.php
New code should look like this:
echo 'var podPressText_HidePlayer = "'.__('', 'podpress').'";'."\n";
Forum: Plugins
In reply to: [Plugin: WP Wall] Possible exploitWeird, I use BlueHost and the same thing happened to me today. I haven’t change anything with my site lately, I’m using WordPress 2.5.1 with WP Wall 1.3
I came home and my site was suspended, so I talked to BlueHost and they said that the plugin WP Wall was “causing performance issues on the server” and I had to disable it. No idea what is causing this all of a sudden! A site without WP Wall doesn’t feel complete lol, I hope we can get some help.
Forum: Plugins
In reply to: [Plugin: Users to CSV] How to export email addresses only?never mind, I just figured out how to do it in phpmyadmin, thanks anyways.
Forum: Plugins
In reply to: [Plugin: WP Wall] Few problems and suggestionsThanks!
Couple of problems with links…
1. Links are clickable in IE7 but not in Firefox 3.
2. WP-Wall puts a space in url’s so if you click on a link in IE it takes you to a not found page.
3. Links should open in a new window ??Good work on the plugin by the way, love it.
Forum: Fixing WordPress
In reply to: Home page nonstatic image blocking my other pagesOk I think I need an “else > do nothing” type tag added onto that. What code should I add so that it does “nothing” or shows “nothing” if it’s not on the home index page?