Chuck Reynolds
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Theme, wanting widget compatible but with two sidebar columnsSorry I should have been more descriptive…
I’m wondering how, with 2 side columns, can I make those widget capable so in the admin you can use it just like the drag-n-drop functionality is now but with two columns instead of just the one.
Forum: Developing with WordPress
In reply to: WordPress as DirectoryIMO it would take a LOT of code to hack WP to do that… you may be better off going with drupal or something that’s specifically built to be used as a CMS. Joomla could work as well however I’m not as familiar with that app.
Forum: Fixing WordPress
In reply to: Need to distinguish LI’s independently from wp_get_archivesscore… that seems to work fine and dandy…
thanks again.
Forum: Fixing WordPress
In reply to: WP installation keeps reverting to default themeIt’s a known bug atm – I have a fresh install and am working on a new theme and it seems when you repeatedly upload style.css while using the site it will revert.
Forum: Fixing WordPress
In reply to: Need to distinguish LI’s independently from wp_get_archivesI’m not getting how to do the incremental class names with get_posts()
I’m trying to run this within a page post with runPHP also.
Any help azaozz? or anybody else?
Wish I could find a site with that I’m trying to do for an example…
Forum: Plugins
In reply to: So, I’ve been asked to make WordPress do this…Agreed. You’ll have to explain to the client that it’s not cost efficient to use WP for that use.
Possibly look into SugarCRM – little different but it encompasses what you’re looking for as well.
Forum: Plugins
In reply to: Trouble Installing Role ManagerI just installed role manager onto my dev 2.1 blog and though it works it’s buggy.
This is for Version: 1.4.5
Open the role-manager.php and edit:
Line 32:
Change:profile.php
To:users.php
Line 652:
Change:/wp-admin/profile.php?page=
To:/wp-admin/users.php?page=
—-
Even with these changes – I still can’t get the permissions exactly how I want them.
I ONLY want an editor to be able to edit pages and that’s it, but it keeps giving them the option to write pages but at least they go in as unpublished. Ideas?
Forum: Plugins
In reply to: What is the best RSS parser for WordPressYa I’d definitely say go with SimplePie – I’ve used that for other projects and it’s extremely nice and good.
Forum: Fixing WordPress
In reply to: Floating Inline Images with Multiple ParagraphsUnderstood. I believe it’s the added options on every post thereafter that, in a way, remove the simplicity of the backend.
At this point I understand it’s not an option I missed. Is there a way to possibly remove the editor all together? Or will I still retain the issue because of the way WP itself renders /n from the database? It seems to me that WP automagically puts a ‘P’ tag at the beginning of the query and follows the /n’s after that.thx
Forum: Fixing WordPress
In reply to: Floating Inline Images with Multiple Paragraphs@miro
I still have the same issue whether I put the float on “.postcontent img” or on “.post img”.@filo
man I hate adding plugins for something so standard, but I can consider it however if all other options fail.Why doesn’t WP just have an option to combat this? I mean it’s almost too user friendly to where it’s leaving out the guys who want some more control over their content.
– aggravated…Forum: Fixing WordPress
In reply to: Using YouTube in WPya quit using the WYSIWYG (what you see is what you get) editor. Or just click the little “HMTL” button in your box buttons and add the code there then hit update…
Forum: Alpha/Beta/RC
In reply to: Headers already sent? New install jackedmy appologies… I just fixed it.
It was whitespace after the close php tag in the wp-config.php file…
very ackward…
Forum: Plugins
In reply to: Popularity Contest 1.0Nice – I may install this when I get my new design up…
Forum: Fixing WordPress
In reply to: Code tags not working – code doesnt displayThanks – that looks like it will do it – just need to tweak it a little….
for some reason… it keeps adding two close tags to the end of my code chunks….
‘</></>’
but it’s at least better than it was…. Any body know why its doing that?
thanks again.Forum: Fixing WordPress
In reply to: SEO and WordPressuh… you mean like nice archives?? search for “narchives” and you’ll find it…