Tutrix
Forum Replies Created
-
Forum: Reviews
In reply to: [Wise Chat] Great Chat Plugincmw14 has registered in my forum german wpForo Community , problem has been solved ??
Forum: Plugins
In reply to: [Mingle Forum] Is there a way to make the newest first on the post threads?Forum: Plugins
In reply to: [Mingle Forum] Edit users detailswp_usermeta
search for user_id
meta_key → wpf_useroptionsForum: Plugins
In reply to: [Mingle Forum] I can't see the last one have postedwp-content/plugins/mingle-forum/default-skin/Default/style.css (Line 23)
#wpf-wrapper small { color: #333333; }
replace with
#wpf-wrapper small { color: #333333; font-size: 10px; }
Forum: Plugins
In reply to: [Mingle Forum] Make "your last visit" date bold?wpf.class.php Line 1939
$meta = "<div style='float:left'>".__("Your last visit was:", "mingleforum")." ".$this->format_date($this->last_visit())."<br />";
Forum: Plugins
In reply to: [Mingle Forum] [Plugin: Mingle Forum] TranslateForum: Plugins
In reply to: [Mingle Forum] [Plugin: Mingle Forum] [mingle forum] Newest post on topopen wpf.class.php
search for (from line 464)function get_posts($thread_id){ global $wpdb; $start = $this->curr_page*$this->opt['forum_posts_per_page']; $end = $this->opt['forum_posts_per_page']; $limit = "$start, $end"; if($thread_id){ $posts = $wpdb->get_results("SELECT * FROM $this->t_posts WHERE parent_id = $thread_id ORDER BY <code>date</code> ASC LIMIT $limit"); return $posts; }else{ return false; } }
replace
ASC LIMIT
with
DESC LIMIT
Forum: Plugins
In reply to: [Mingle Forum] My first Premium Skin is now availabledone ??
Forum: Plugins
In reply to: [Mingle Forum] My first Premium Skin is now availableThe Black Version is available too ??
Forum: Plugins
In reply to: [Mingle Forum] [Plugin: Mingle Forum] The official site is down? Need skinsSome Skins can be found on my Blog
https://artofpic.de/kategorie/mingle-forum-skinsAnd I work on a Premium Skin, it will be available in various Colors.
This Skin has a modified wpf.class.php
First Version will be ready in the next few DaysPreview: (Work in progress)
https://artofpic.de/wordpress-themes/mingle-forum-demoThis Post is translated by Google Translator ??