TheStar
Forum Replies Created
-
Forum: Plugins
In reply to: Email a friendActually I modified his original code that was used with 1.2 to work with 1.5 and integrate with the theme structure. I haven’t tested out his new script though.
Forum: Fixing WordPress
In reply to: Excerpt box size editWell, with the new WP 1.5 out – it’s still the same method mention by theuniek1.
Open up the edit-form-advanced.php file and change rows=”#” (# being the number you want) – the bit of code you’re referencing is for the actual “post content” – not for the excerpt.
If that still does not work for you, edit the height in the wp-admin.css file – search for #excerpt and change height: 1.8em; to whatever you want or delete the height reference completely.
Hope that helps
Forum: Fixing WordPress
In reply to: granular user privilegesThere is a plugin written by Owen @ asymptomatic which may help you out, try the Limit Categories plugin
Forum: Fixing WordPress
In reply to: Using the word ” “cvincent, post the word, but put a – in between each letter. That should do the trick 🙂
Forum: Fixing WordPress
In reply to: Partial Category List Problemrsramirez – I can’t find the code you’ve posted in template-functions-general.php – I’ve tried a “Find and Replace” search using different portions. Could you possibly give line numbers? Any help would be most appreciated