temi2004
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] WordPress – drag widgets not working?Me too. Somebody help pleeaase
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] Form Creator Drag-n-dropI’m having this problem too, with wordpress 3.0
I just had this same problem. I installed search everything to be able to search custom fields and my category posts widget stopped working. I deactivate search everything and it starts working again.
Forum: Plugins
In reply to: Add flashvars to Wordtubeyeah its possible. i just did this today to add the plugins=viral-1 flashvar.
in wordtube.class.php simply add another line in the GlobalFlashVars() function around line 268 with your flashvar and its value.
i added:
$this->swfobject->add_flashvars( 'plugins', 'viral-1');Forum: Themes and Templates
In reply to: [Plugin: Register Plus] making an all authors pageis there any way this register plus plugin could come with an automatic page to display all users (paged) ?
Forum: Plugins
In reply to: [Plugin: Profiler] No Users displayed!?I have this same problem here: http://www.hu-asa.com/members
Forum: Fixing WordPress
In reply to: [Plugin: qtranslate] tags not translatingwhen this happens try to download the english .mo language file and place it in the wp-content/languages folder. it shd work then
Forum: Fixing WordPress
In reply to: [Plugin: qtranslate] tags not translatingi had this problem too but got it fixed.
usually if your tags show in english but work well in another language then u just need to download the english .mo language file and place it in your wp-content/languages folder (same place as your other language)