dss
Forum Replies Created
-
Forum: Plugins
In reply to: Don’t display site unless logged inI think the Angsuman part threw me off.
Looks like a headline…
I don’t blame you one bit.
; )
Forum: Fixing WordPress
In reply to: “Pretty Permalinks” not working with new install 2.0.2I don’t know, but you’re probably right.
I just went to my test blog, 2.0.2 and set the permalinks and they’re working fine.I wish I could help you.
Forum: Fixing WordPress
In reply to: How can I redirect logged in users back to my blog?This is a great solution to what I’d ben thinking about here.
Thanks!
Forum: Themes and Templates
In reply to: Adding some icons?dss, why don’t you read the OP before giving an answer? – Your reply is totally wrong, sorry.
Yes, I should have looked at the theme and not assumed that looking to use icons in the theme instead of text, or adding them to “meta” as I described is not what the question was about.
No need to be sorry. Why not just delete my post. I made a bad assumption.
Forum: Fixing WordPress
In reply to: “Pretty Permalinks” not working with new install 2.0.2If it’s a new install, then there is nothing in your htaccess file, yes?
If that’s not so, remove everything, and save the file.
make it readable and writeable [777 for now, set it to something more secure after you’re done]
visit wp-admin/options/permalinks and update your permalinks as you like them.WordPress should update your htaccess automatically.
Is this the process you undertook?
Forum: Themes and Templates
In reply to: Adding some icons?You want to look at the stlye’s index.php and locate the loop.
add or replace the text with your images.More about the loop in the codex
Forum: Fixing WordPress
In reply to: Register to comment, not to postI think it’s really a matter of wanting some separation.
A method of requiring loginin/registration to comment
[though it’s true, having the ability to change your password is important]
and a manual promotion to allow access to even see that there is a wp-admin area open WP up for further and future use as cms, magazine and group type sites.I’ve been thinking outside the blog a lot lately and looking at CMS applications and kinda tasting the mayonaise. Just not into them. WordPress can do everything I want to do, until I need the users to register (for legal, privacy or preference reasons) and then I feel that showing the back end, in any way, to stangers, outsiders, people who are customers, or just participants is in some way degrading to the integrity of a site.
So I still think that a different approach to level 0 registration/ login purely for the purposes of commenting should not allow any access to the wp-admin area, or only allow a visible profile page, and nothing else.
I wonder if it’s possible to show different content (menu and page data) based on user level:
if user_level(0); {
get_header
get_footer
}elseif user_level(1,2,3,4,5,6,7,8,9,10); {
display wp-admin pages
}something like that?
Forum: Fixing WordPress
In reply to: Register to comment, not to postI find it hard to imagine that no one else would like to see a special class of users purely for the purposes of commenting, and having no access to the wp-admin.
Seems like the ideal coe communitiny building, membership, and spam protection.
go figure.
Forum: Fixing WordPress
In reply to: External LinksEasiest way to do this is still to pull in an rss feed, and style it.
Forum: Everything else WordPress
In reply to: Will this work?and, I believe, as long as they actually wrote the page.
Forum: Your WordPress
In reply to: Check out my theme!I dig it!
Forum: Fixing WordPress
In reply to: create image based on text?The options page is not found.
Forum: Fixing WordPress
In reply to: create image based on text?I can’t get this plugin to work in even 1.5.2
it’s a bummer, cause it’s such a fine plug.
Forum: Fixing WordPress
In reply to: problem with images send to editorDefinitely disable the wysiwyg editor.
And for now, if all else fails here, you can wrap the name of the image (after you drag it) with standard image tag mark up:
<img src="name/location of the image" alt="" />
That should work.
More questions:
1. Where is your image options set to upload to?
2. What are the permissions for that folder?
3. does it work better with the wysiwyg editor turned off?Forum: Fixing WordPress
In reply to: Not showing single pageHave you emailed the plugin author?