Show Posts

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.

Messages - Jurien
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>
108
Bug reports / Re: Shorten Subjects in Stats
« on September 27th, 2014, 04:29 PM »
Changed stats.php
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>'?>
Now it looks much better


Changed Shortening subjects Top Liked Post into 20 letters
Code: [Select]
<?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 »
Quote from Nao
Done, but it doesn't look that good to me
I agree with you,it doesn't look very neat 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]
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

If the system is vulnerable, the output will be:
Quote
vulnerable
this is a test
An unaffected (or patched) system will output:
Quote
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]
<a href="https://github.com/{INPUT}" target="_blank" title="GitHub - {INPUT}"><img src="{IMAGES_URL}/fields/Github1.png" alt="GitHub - {INPUT}"></a>
Select your privacy under Who can see and edit this field

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
117
The Pub / Re: Distributed Project Translation (Transifex)
« on June 6th, 2014, 05:39 PM »
Quote from Nao on June 6th, 2014, 12:41 AM
@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..?
No it isn't odd Nao,when adding the line List of people who have made more than a token contribution to this translation.
in who.language.php,just the same as it is on wedge.org Website credits
118
The Pub / Re: Distributed Project Translation (Transifex)
« on June 5th, 2014, 05:05 PM »
119
The Pub / Re: Distributed Project Translation (Transifex)
« on June 3rd, 2014, 06:23 PM »
Quote from Aaron on June 2nd, 2014, 12:38 AM
@Freñçh, did you import SMF's Dutch language pack, or are you translating from scratch?
Uploaded only the SMF language packs which are useful to fitted into the Wedge structure,the rest for so far translated 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 »
Quote from Nao
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...?
i know just liked your country,its a kind of homage to your country :)...........Well it isn't,but when all the translatted language packets will be available it might be easier to get started with for new users.....i guess but i could be wrong of course.
Quote from Nao
Also, I have my own personal timeline on this (i.e., I have a kid coming up in 6 weeks)
I understand. Congratulations to both of you........ having a baby as couple is the must wonderful time of your lives,just enjoy it.
Quote from Nao
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........
You have got a point.........it must have been very disappointing just keep on going everything gonna be alright