This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
76
Off-topic / Re: SMF«»Wedge
« on December 6th, 2014, 01:13 PM »
Quite a late response but carried out your advice, thanks
77
Support / Warning mysqli_connect
« on November 27th, 2014, 07:14 AM »
Error connecting to MySQL: Too many connectionsQuote class-DB.php line 55Quote Is this an server issue or something else,how to tackle or fix this. Forum and MySQL through Control Panel are unattainable
Too many connections in /home/vsbwepmf/domains/linuxmintusers.be/public_html/forum/MintWedge/gz/app/Class-DB.php on line 55
Too many connections
$connection = mysqli_connect((!empty($db_options['persist']) ? 'p:' : '') . $db_server, $db_user, $db_passwd, empty($db_options['dont_select_db']) ? $db_name : '') or die(mysqli_connect_error());
78
Off-topic / Re: SMF«»Wedge
« on October 26th, 2014, 12:06 PM »Why do you have those recent posts in your sidebar? It's a bit useless in my opionion, because there is already the recent posts block on the main page and both display the same information ^^
79
Off-topic / Re: SMF«»Wedge
« on October 26th, 2014, 01:15 AM »Is fully translated to Dutch?
80
Off-topic / SMF«»Wedge
« on October 25th, 2014, 06:57 PM »
Finally had the guts to do it.
Linux Mint Users Forum is now running on Wedge,decided today our Forum is better off with Wedge :).....till now every member is excited and full of compliments about Wedge.
Linux Mint Users Forum
Linux Mint Users Forum is now running on Wedge,decided today our Forum is better off with Wedge :).....till now every member is excited and full of compliments about Wedge.
Linux Mint Users Forum
81
Plugins / [Plugin] Re: No Print for Guests
« on October 19th, 2014, 04:29 PM »Latest commit removes that line.
Thanks again for your efforts
82
Plugins / [Plugin] Re: No Print for Guests
« on October 19th, 2014, 03:16 PM »
Amazing thank you CerealGuy.Plugin No Print For Guests 1.0 works.Unfortunately but when plugin is activated error messages are continuously generated !!
83
Archived fixes / Re: Member's List Custom Fields do not line up
« on October 19th, 2014, 12:21 AM »
Great confirm fixed :cool:
84
Support / Re: How to disable option print topics for non logged in users
« on October 18th, 2014, 06:31 PM »
I know there is a directive to the search engine/crawlers,not to index these pages (for what it's worth),but still very long topics can cause memory issues when they or not logged in users hits to start the print box.
Did several attempts to add a line like this if ($context['user']['is_logged']) in Display.php but it's still a no go,must be doing something wrong but I'm stuck :help:
Did several attempts to add a line like this if ($context['user']['is_logged']) in Display.php but it's still a no go,must be doing something wrong but I'm stuck :help:
// Lastly, set up the navigation items that we're going to be using.
$context['nav_buttons'] = array(
'normal' => array(
'reply' => array('test' => 'can_reply', 'text' => 'reply', 'url' => '<URL>?action=post;topic=' . $context['current_topic'] . '.' . $context['start'] . ';last=' . $context['topic_last_message'], 'class' => 'active'),
($context['is_marked_notify'] ? 'unnotify' : 'notify') => array('test' => 'can_mark_notify', 'text' => $context['is_marked_notify'] ? 'unnotify' : 'notify', 'custom' => 'onclick="return ask(' . JavaScriptEscape($txt['notification_' . ($context['is_marked_notify'] ? 'disable_topic' : 'enable_topic')]) . ', e);"', 'url' => '<URL>?action=notify;sa=' . ($context['is_marked_notify'] ? 'off' : 'on') . ';topic=' . $context['current_topic'] . '.' . $context['start'] . ';' . $context['session_query']),
'mark_unread' => array('test' => 'can_mark_unread', 'text' => 'mark_unread', 'url' => '<URL>?action=markasread;sa=topic;t=' . $context['mark_unread_time'] . ';topic=' . $context['current_topic'] . '.' . $context['start'] . ';' . $context['session_query']),
'send' => array('test' => 'can_send_topic', 'text' => 'send_topic', 'url' => '<URL>?action=emailuser;sa=sendtopic;topic=' . $context['current_topic'] . '.0'),
'print' => array('text' => 'print', 'custom' => 'rel="nofollow"', 'url' => '<URL>?action=printpage;topic=' . $context['current_topic'] . '.0'),85
Support / How to disable option print topics for non logged in users
« on October 16th, 2014, 12:02 AM »
Prevent not logged in users are able to print topics.I would like to have this option for logged in users only
86
Archived fixes / Re: Member's List Custom Fields do not line up
« on October 15th, 2014, 03:17 PM »However, I do not see any custom fields listed in that screenshot, so I can't tell if anything changed in that regard.
87
Archived fixes / Re: Member's List Custom Fields do not line up
« on October 13th, 2014, 08:11 PM »
Changed this line in Memberslist.php,not sure if this is really necessary ?
Code: [Select] Looks the way it should be when logged in as an regular member,but when logged in as an administrator it's been still mixed up :hmm:
// Set up the columns...
$context['columns'] = array(
'is_online' => array(
'label' => $txt['online_status'],
'width' => '60',
'class' => 'first_th', 88
Archived fixes / Re: Member's List Custom Fields do not line up
« on October 12th, 2014, 02:35 PM »
Memberlist seems to be okay to me ?
89
Archived fixes / Re: Member's List Custom Fields do not line up
« on October 12th, 2014, 02:21 PM »
I'm sorry I was referring to your first screenshot,i see now what you main and you're right i just not saw it directly
90
Archived fixes / Re: Member's List Custom Fields do not line up
« on October 12th, 2014, 02:05 PM »Man... Look at your own screenshot!!!!
What I am saying is right there!
Look at where it says GitHub on the title bar, compared to where it shows your link in the member's line.