Trent Adams
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing from another WordPress install – stops randomlyIf your host maxfileupload is less than the size of the file, it will get stuck. Sometimes shared hosts will also die if the import file is too large.
You might have to do what I have had to do on occation. Break the file up so that you are trying to upload many smaller files rather than one big one.
Just make sure each file has:
<rss> <channel> <item> </item> </channel> </rss>Obviously break the files up around the <item> tags.
Trent
Forum: Installing WordPress
In reply to: NO way to restore deleted blog?You are in the wrong forums because you are referring to:
http://rcourant.wordpress.com/
The blog is gone when you delete it. So is the content.
Just so you know:
http://en.forums.wordpress.com
Trent
Forum: Fixing WordPress
In reply to: registered-only – How would I get this to work with BBpress?There is a plugin to restrict registration:
http://bbpress.org/plugins/topic/44?replies=3
There is a plugin to force login to view pages:
http://bbpress.org/plugins/topic/34?replies=2
Trent
Forum: Fixing WordPress
In reply to: API key lostForum: Plugins
In reply to: Add the statistics counter sidebar widget from wordpress.com hosted blogBoth akismet and the stats plugin use the API given when you signup for a wordpress.com account and not this forum account. Kinda crazy, but you need to register for the wp.com site for the API.
Trent
Forum: Fixing WordPress
In reply to: Problem With Moving WordPress To Another ServerSame URL that I gave in the wp.com forums on this one. It requires you to go through the tutorial found here and change the site URL and blog URL using the database to the URL for the new site and then it should work for you.
Trent
Forum: Fixing WordPress
In reply to: Can wordpress support multiple blogs?I would search the forums there on that one. The single login is easy with bbPress as I mentioned before, but maybe someone has hacked it to work with SMF, but a search there is in order.
Trent
Forum: Plugins
In reply to: Insert Data Into DatabaseNot sure about the ‘while emailing a user’ part, but what are you trying to import from? If you look at /wp-admin/import.php or /wp-admin/export.php it could give you an idea of the template that is used to get information into WP using the import/export functions as that might be easier than a migration scipt. WP also import really well from RSS feeds if the import source supports that.
Guess it depends on what you are working with here.
Trent
Forum: Fixing WordPress
In reply to: Can wordpress support multiple blogs?Forum: Everything else WordPress
In reply to: advertising on WP.com blogIf it is advertising you want, then download a copy from the “download” tab in this forum, get a host from the list provided and start hacking up your theme that can be downloaded from the theme viewer! wp.com is a different beast because it is just hosted blogs and different than wordpress downloaded from wp.org.
Trent
Forum: Fixing WordPress
In reply to: Can wordpress support multiple blogs?The major support for wordpress on a multiple blog experience is really with WordPress MU. http://mu.wordpress.org (corrected typo)
There are several threads on integrating with phpbb or smf in the forums here, but depending on what you want, both wp and wpmu integrate nicely with bbPress
Trent
Forum: Fixing WordPress
In reply to: Mutiple URL’sThe domain mirror plugin is in use on my site and works quite well for me.
Trent
Forum: Plugins
In reply to: Personal MessageBest bet is the plugin author page and see if they have any updates or search this forum or even google might be faster. Not much of a php bug fixer myself 😉
Trent
Forum: Fixing WordPress
In reply to: WordPress StatsExample of a footer.php in your theme folder:
<div id="footer"> <a href="<?php bloginfo('siteurl'); ?>/wp-admin/" title="Login">Powered</a> by <a href="http://wordpress.org" title="WordPress" target="_blank">WordPress</a> </div> <?php wp_footer(); ?> </body> </html>Just has to be in there for the wp.com stats plugin to work.
Trent
Forum: Plugins
In reply to: Personal MessagebbPress is forum software, the software that runs this support forum to be exact. Come over to http://bbpress.org and check it out. No sense ‘clogging’ up these forums on the issue as I am over there as well.
Trent