kowalski
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] custom fieldsCan I use custom taxonomy where i store all brands and use as data source?
Can i modify and insted of creating array in functions.php pull datas from taxonomy? I already have all brands in database.add_action( "init", "register_data_source" ); function register_data_source( ) { wpadverts_custom_fields_register_data_source(array( "name" => "unique-name-here", // som unique name of your choosing "title" => "Brands", // this will be visible to users "callback" => "data_source_function" // function which will list options )); } function data_source_function( ) { return array( array( "value" => "apple", "text" => "Apple", "depth" => 0, ), array( "value" => "banana", "text" => "Banana", "depth" => 0, ), array( "value" => "orange", "text" => "Orange", "depth" => 0, ), ); }
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] custom fieldsOK, solved!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] need to only display certain categoriesvery helfull, how do i hide also those categories in widget?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Show Full Title of Events in Widgetthanks
Forum: Plugins
In reply to: [Conditional Widgets] Doesn't work on Custom Post Typesupport?
the same problem here…
Forum: Plugins
In reply to: [qTranslate] New version release+2
Forum: Plugins
In reply to: [qTranslate] When is new version coming for WP 4.x ?i have also problem with text editor, when qtranslate is active it adds some extra paragraphs
Forum: Plugins
In reply to: [mqTranslate] Bug mqtranslate with visual editorthe same bug here, did you solve it?
Forum: Plugins
In reply to: [Special Recent Posts] diferent custom posts problem…is it solved now?
Forum: Plugins
In reply to: [Special Recent Posts] diferent custom posts problem…i use 2.4.3 version PRO, so do you have any quick fix for it? or how long i need to wait. it is very important for me.
Forum: Plugins
In reply to: [Special Recent Posts] diferent custom posts problem…Hello Luca, I have PRO edition, but for how long do i have to wait for this feature, any quick fix maybe? I really need to filter urgently by two custom post type….
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] groups registrationso registered user could register with this add his company for an event?
Forum: Plugins
In reply to: [BuddyPress Like] BuddyPress Like Updatehow do i translate it??? no .po file
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] groups registrationso?