DDT
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrading from 2.0 to 2.0.5, where are my posts????my htaccess looks like
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I am using %postname% and I have WP in a subdirectory. What I do notice is that in WP-admin >>options>>permalinks
%postname%
is being displayed as
/%postname%
in the custom structure fieldForum: Plugins
In reply to: Event calendar -> event editor not shown???btw < ?php ec3_get_calendar(); ?> works I can see a calendar in my post/sidebar.
I really would like to know how I could fix this. From the site:
[quote]
An event post is a normal blog post, with one or more attached events. On the Write Post page, scroll down and you will see the Event Editor. You might need to click the little ‘+‘ in its blue bar, to see the controls.
[/quote]I can’t see the event editor nor a extra bar with [+]
Forum: Fixing WordPress
In reply to: How to prevent spam from your blog?standard spam message 😉
tx for the info
Forum: Fixing WordPress
In reply to: Preview Theme not working@motoed, did you resolve this??
Forum: Plugins
In reply to: New plugin: MySpace profile plugin for your wordpress 2.* blog@dgold I have implemented my latest version (still not finished)
here: http://www.soccerwives.eu and http://www.bldd.nl
still to-do
– link to profiles
– who’s online
– caching of some sort, now it takes time before the myspace friendslist part is parsed. And I have just checked 4 but with 20 it takes quit a while.Forum: Fixing WordPress
In reply to: My sidebar pushes the second post down???@moshu, awesome valuable tip/advice.
It works now, just the way I intended (well it needs a little bit more code tweaking)
Forum: Plugins
In reply to: New plugin: MySpace profile plugin for your wordpress 2.* blogI have updated sw_myspace.php version 0.3. It now checks to use curl, file functions or fsockopen.
Question: could you test it out???
http://www.soccerwives.eu/offtopic-myspace-profile-plugin-for-wordpress/@dgold, I think a Top friendslist is doable gonna add this to my to-do list. Thanks for your suggestion.
Forum: Plugins
In reply to: New plugin: MySpace profile plugin for your wordpress 2.* bloghmm, will add this to my to-do list and try to make it more general.
Forum: Themes and Templates
In reply to: Preview selfmade themes plugin??@moshu, tx for the tip.
I should have looked over there.
Anyways I downloaded and installed preview_theme but it doesn’t seem to work. do you know if it could that my WordPress address (URI) != Blog address (URI)????
I have installed wordpress in a folder
Forum: Fixing WordPress
In reply to: Exclude posts from a category on the homepage??@handysolo, tx you help me out quit good
Indeed I have only the index.php
I added up using
if (in_category(‘6’) && is_home() ) continue;and a category-6.php file.
tx,
ps: how to put a resolved tag on this thread??
Forum: Fixing WordPress
In reply to: Exclude posts from a category on the homepage??hmm, I see what you mean and it works for excluding the category but now it never shows.
I mean even when I click the category navigation it doesn’t show the posts or when I point to a specific post within that category. Any suggestion how to fix this??
Forum: Plugins
In reply to: WP_PHPBB_Integration (Version 1)tx, trent for the information.
your explanation gives me a start.
thanks for that.
Forum: Plugins
In reply to: WP_PHPBB_Integration (Version 1)@trent, WOW great work you have done. I use WP but not with phpBB(yet).
I have the following general question about your coding/research for the plugin.
– did you alter phpBB table users with the WP table fields?
– or did you create a seperate register process which registered a user in both applications?I am asking because I need a starting point to integrate an arcade script with phpBB. And I would like to leave the phpBB user tables unchanged in case phpBB does an upgrade.
I could use some info/inspiration how to tackle this problem. (not a php newbie)
tx in advanceForum: Plugins
In reply to: Post without registeryes, I have read that part. But I guess you get a role if you register and I want to assign a role without registering.
Like, static using wp-login.php?log=guest&pwd=guest and a non registered user get the role I assigned for a guest. A non registered uset shouldn’t see the login interface.
Forum: Plugins
In reply to: Plugin to allow visitors to rate posts?I am trying this one and it works well almost
http://wiki.ww.wp.xz.cn/Ratings%20Plugin