iscifi
Forum Replies Created
-
Forum: Plugins
In reply to: PodPress : How to show more videos but in different placesthe plugin is called from THE_LOOP so you will have to hack up the wordpress code as well. The display_podcast tag that podpress uses only displays the play/hide etc buttons inside the post, it doesnt have a placement method of say display_podcast1 display_podcast2 etc.. its all or nothing.
also be warned that if you have more than one media file only 1 will be included in RSS as this is a limitation of RSS itself.
Forum: Plugins
In reply to: Video Watermarkyou need to put the watermark in the video itself. the plugin does NOT alter the media content .
Forum: Everything else WordPress
In reply to: Server load warning – maybe due to Podpress?never had a issue at all on 5 test servers and my production box. however you can have anyone or a any bot hit your medi over and over thus causing load. I would not blame podpress but blame the visiting Ip address. check your server logs for activity
Forum: Fixing WordPress
In reply to: Podpress Problemsreinstall ? why?
Most of the time its the wrong location in the podpress setup for the media files and your webhost doesnt have chmod of 0655 on the directories (you should be able to change that)
Also if you are getting error opening file and have stats on , turn off the stats. If it works and you have version 8.2 installed that bug should be fixed in version 8.3 of podpress
Forum: Fixing WordPress
In reply to: Podpress – Media Button Not Workingyou wont get a dropdown list of media files if you have the incorrect URI (on the server), its not browser based and its does not upload from your mac to the web server either.
Forum: Fixing WordPress
In reply to: Podpress – problem activating the pluginChristina
make sure that podpress plugin is in the wp-content/plugin/podpress directory and not wp-content/plugins/podpress8.2 or podpress8.1, often the directory is wrong causing the plugin to fail.
Forum: Installing WordPress
In reply to: Error establishing a database connectionheartland I answered you godaddy issue in another post. it would be best to make your OWN post instead of someone elses and try not to CROSS-POSTS (posting the same thing in more than one thread)
Forum: Fixing WordPress
In reply to: Loading URL of Blog Into VariableBad syntax since you all ready inside php when you used $domain, somthing like this should work.
<? php
$domain = “‘.get_settings (‘siteurl’)'”;
?>best of luck
Forum: Themes and Templates
In reply to: CSS liquorice allsortshmm I am running 2.2.1 and K2 just fine.
Forum: Installing WordPress
In reply to: Using WordPress on a company site / sub folderswordpress is free, Read this https://www.ads-software.com/about/
You can install it where ever you like, you just need a mysql database on the web server to have it work at all.
https://www.ads-software.com/about/requirements/Best of luck.
Forum: Installing WordPress
In reply to: Free WordPress Hosting (5GB) with every DomainsYou can not have ads injected into the website pre/post php it will break you RSS, and well you RSS is broken thanks to the ads
Your host is using mod layout or other method of injecting their ads and this does NOT work with wordpress and many other blogging platforms.
Peace.
Forum: Plugins
In reply to: sidebar widgets – where?functions.php should be in wp-content/theme/THEMENAME (where THEMNAME is the name of theme you installed)
Forum: Fixing WordPress
In reply to: Best way to handle change of address and 301using the .htaccess file on the web server
You can edit this file using the permalinks function from wp-admin as well.example below:
/
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On# redirect any url with /wp in it to main site
Redirect 301 /wp http:/www.atmasphere.net/
# Change BASE url to / e.g. root of the web site!
#RewriteBase /wp/
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Take care
Forum: Installing WordPress
In reply to: Installing WP in own directory causes Fatal Errordid you also update / create .htaccess on the webserver to re-write the URL correctly?
step #11 ??
Forum: Fixing WordPress
In reply to: blog-wide use [Plugin: The Hackers Diet]contact the author. It may not support wpmu
https://www.ads-software.com/extend/plugins/the-hackers-diet/