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.
106
Archived fixes / Re: Input #userspec
« on September 27th, 2014, 08:20 PM »
Thanks BurkeKnight that's the solution.
107
Archived fixes / Re: Input #userspec
« on September 27th, 2014, 05:02 PM »
debugger shows size is out of range
<dd><input id="userspec" name="userspec" value="*" size="40"></dd>
<dd><input id="userspec" name="userspec" value="*" size="40"></dd>
108
Bug reports / Re: Shorten Subjects in Stats
« on September 27th, 2014, 04:29 PM »
Changed stats.php
Code: [Select] Now it looks much better
Changed Shortening subjects Top Liked Post into 20 letters
Code: [Select]
<?php
$context['top_topics_views'][] = array(
'id' => $row_topic_views['id_topic'],
'board' => array(
'id' => $row_topic_views['id_board'],
'name' => $row_topic_views['name'],
'href' => '<URL>?board=' . $row_topic_views['id_board'] . '.0',
'link' => '<a href="<URL>?board=' . $row_topic_views['id_board'] . '.0">' . $row_topic_views['name'] . '</a>'
),
'subject' => $row_topic_views['subject'],
'num_views' => $row_topic_views['num_views'],
'href' => '<URL>?topic=' . $row_topic_views['id_topic'] . '.0',
'link' => '<a href="<URL>?topic=' . $row_topic_views['id_topic'] . '.0">' . shorten_subject($row_topic_views['subject'], 28) . '</a>'?>
Changed Shortening subjects Top Liked Post into 20 letters
<?php
$context['top_likes'][] = array(
'num_likes' => $row_likes['likes'],
'subject' => $row_likes['subject'],
'member_name' => $row_likes['real_name'],
'id_member' => $row_likes['id_member'],
'href' => '<URL>?topic=' . $row_likes['id_topic'] . '.msg' . $row_likes['id_msg'] . '#msg' . $row_likes['id_msg'],
'link' => '<a href="<URL>?topic=' . $row_likes['id_topic'] . '.msg' . $row_likes['id_msg'] . '#msg' . $row_likes['id_msg'] . '">' . shorten_subject($row_likes['subject'], 20?>
109
Bug reports / Re: Shorten Subjects in Stats
« on September 27th, 2014, 02:47 PM »Done, but it doesn't look that good to me
See the difference between the Top 10 Topics (by Replies) and Top 10 Topics (by Views)
110
Off-topic / Re: Remote code execution through bash!
« on September 25th, 2014, 06:18 PM »
You could check your system if it's vulnerable or not,from a command line, type:
Code: [Select]
If the system is vulnerable, the output will be:Quote An unaffected (or patched) system will output:Quote
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
If the system is vulnerable, the output will be:
vulnerable
this is a test
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test
111
Features / Re: New revs
« on September 24th, 2014, 05:21 PM »
View someone user's profile gives a database error,when not been logged in !!
112
Off-topic / Create and add a GitHub profile field into profile
« on September 14th, 2014, 12:48 PM »
Go to Admin ->General Options ->Members ->Members Options ->Profilefields...........New Field (see screenshots)
Upload using FTP Github.png (see atachment) into assets/fields
add code below into Show Enclosed Within Text (Optional) field
Code: [Select] Select your privacy under Who can see and edit this field
and add your GitHub username into GitHub field Forum profile.
Upload using FTP Github.png (see atachment) into assets/fields
add code below into Show Enclosed Within Text (Optional) field
<a href="https://github.com/{INPUT}" target="_blank" title="GitHub - {INPUT}"><img src="{IMAGES_URL}/fields/Github1.png" alt="GitHub - {INPUT}"></a>
and add your GitHub username into GitHub field Forum profile.
113
Archived fixes / Re: Fatal Error Profile-> Manage Account
« on August 31st, 2014, 06:59 AM »
Removed the entire app folder after that uploaded the folder app again.........everything seems to be okay
114
Archived fixes / Re: Fatal Error Profile-> Manage Account
« on August 21st, 2014, 11:30 AM »
The permissions of these files must be changed first then,doesn't seem to me the most logical way to solve this error.
115
Archived fixes / Fatal Error Profile-> Manage Account
« on August 21st, 2014, 09:41 AM »
Fatal error: Call to undefined function get_privacy_widget() in /home/onkecjfr/domains/phdforum.nl/public_html/mymug/wedge-master/gz/app/Profile.php on line 898
116
Development blog / Re: Alphababy!
« on July 12th, 2014, 09:23 PM »
Congratulations and give this little boy everything he needs (including all your attention and love) that is so much more important than the further development of Wedge at the moment.
Thank care
Thank care
117
The Pub / Re: Distributed Project Translation (Transifex)
« on June 6th, 2014, 05:39 PM »@Freñçh, it's odd that your 'contributors' section is being cut off in the middle, doesn't your browser support column-splitting CSS hints..?
in who.language.php,just the same as it is on wedge.org Website credits
119
The Pub / Re: Distributed Project Translation (Transifex)
« on June 3rd, 2014, 06:23 PM »@Freñçh, did you import SMF's Dutch language pack, or are you translating from scratch?
As you can see,didn't forgot to give credits to the original translators
120
Archived fixes / Re: More language bugs
« on May 29th, 2014, 10:00 AM »French (what an odd name for a Dutch person :P), why should language packs influence the project's release date? The more used it is, the more people are likely to help translate it...?
Also, I have my own personal timeline on this (i.e., I have a kid coming up in 6 weeks)
and I'd rather not rely on anyone else to follow it. A certain P**e systematically postponed the Wedge release date to add new "ballsy" features, and without him it'd have been out 3 years ago........