don-salva
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Editor Tools] Does not work for other admins!What I mean is this.
Main Admin (me) sees this: http://i.imgur.com/Ezwwv.png
2nd Admin sees this: http://i.imgur.com/nBrGg.pngForum: Fixing WordPress
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Thumb Rating not showing!Yey, I did, it’s resolved.
Forum: Fixing WordPress
In reply to: Getting blank page from media-upload.php -> Gallery tab!Help, pretty please :(?
Forum: Fixing WordPress
In reply to: Getting blank page from media-upload.php -> Gallery tab!Please help! It’s really urgent… 🙁
Forum: Plugins
In reply to: [Plugin: TinyMCE Advanced] Does it work with 2.8.4?jdembowski, well that’s the point of me asking:
Before I shoot my WordPress, I’m gonna ask:
Forum: Fixing WordPress
In reply to: Transforming Librio from 2 to 3 Column Theme!Okay, I found a way to make more than 1 sidebar ( http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets ), but I can’t find a way to implement sidebars. The 2nd sidebar is always displayed inside the first sidebar.
Anyone? Pretty please?
Forum: Plugins
In reply to: [Plugin: Twitter for WordPress] No public Twitter messagesI think I found the solution.
- go to your Twitter Page http://twitter.com/YOURNAME
- hover over “RSS feed of YOURNAME’s tweets”
- write down the number in “http://twitter.com/statuses/user_timeline/THENUMBER.rss”
now open twitter-for-wordpress/twitter.php and edit (line 36)
$messages = fetch_rss('http://twitter.com/statuses/user_timeline/'.$username.'.rss');to
$messages = fetch_rss('http://twitter.com/statuses/user_timeline/THE_NUMBER_YOU_WROTE_DOWN.rss');