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 - Arantor
421
Off-topic / Re: json_decode and arrays
« on June 3rd, 2013, 09:25 PM »
I wasn't sure that strtotime would parse that format you have ;)
422
Off-topic / Re: json_decode and arrays
« on June 3rd, 2013, 09:16 PM »
Either a regex to scrape the content or something like http://uk3.php.net/manual/en/datetime.createfromformat.php to process it.
423
Off-topic / Re: json_decode and arrays
« on June 3rd, 2013, 08:34 PM »
The cache script doesn't have permission to write to wherever it's trying to write to.
Quote
2013/06/03 20:29:40 error 6002#0: *55092 FastCGI sent in stderr: "PHP message: PHP Warning:  file_put_contents(/var/www/multiformeingegno.it/htdocs/wp-content/themes/multiformeingegno/dailymile_json/7c51bf1c050135a03bde30dda21a977a2e0ed5c8.json): failed to open stream: Permission denied in /var/www/multiformeingegno.it/htdocs/wp-content/themes/multiformeingegno/runs.php on line 11
OT: The tags you're seeing are because the tag closing tool is looking to match bbcode but the opening 'error' bbcode doesn't have a closing tag.

Also, I'm seeing a weird %NEW% indicator in the list of posts here (/do/post2/ showing the post history with an unread post)
424
Off-topic / Re: json_decode and arrays
« on June 3rd, 2013, 08:27 PM »
I don't know, what is wrong with it?
425
Archived fixes / Re: Updated CSS code is buggy
« on June 3rd, 2013, 08:26 PM »
But I provided you with the actual FTP details which should work (they work for me in FileZilla)
426
Archived fixes / Re: Updated CSS code is buggy
« on June 3rd, 2013, 04:07 PM »
They haven't removed it yet. I see why they think I don't have a site, I put everything in /forum/ rather than public_html but that was for a reason.

I can see why users have trouble with FTP details... the FTP details have no correlation to the account that I use to sign in...
427
Bug reports / Re: display name vs username in pretty urls
« on June 3rd, 2013, 03:06 PM »
Well, if you saw the hooooooge post about permissions, I talked about taking groups out of the members table and putting them in their own table; that'd be 3 columns gone (two numeric, one textual)

So yeah the vanity URL That Cannot Be Changed (except by administrator) seems like a reasonable way to do it.
428
Plugins / [Plugin] Re: User Mentions v1.0 (9th March 2013)
« on June 3rd, 2013, 02:28 PM »
And this is where it gets thoroughly ugly :(
429
Bug reports / Re: display name vs username in pretty urls
« on June 3rd, 2013, 12:23 AM »
Could always do what FB did which that it doesn't give you a vanity URL until you apply for it, but once you do it's permanent.

It's not like you *have* to use profile links in Pretty URLs, it can be done separately to boards/topics.
430
Archived fixes / Re: Updated CSS code is buggy
« on June 2nd, 2013, 11:50 PM »
Yay for free hosting?
431
Bug reports / Re: display name vs username in pretty urls
« on June 2nd, 2013, 10:43 PM »
Yup and as such it is preferable that it uses the username over display name for this... but there are other concerns as mentioned.
432
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 2nd, 2013, 10:20 PM »
By the time we're done, I suspect there won't be that much original SMF code left!
433
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 2nd, 2013, 10:17 PM »
I got no problem with that provided that the UI is usable :)
434
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 2nd, 2013, 10:11 PM »
Why not just rewrite the current page that already covers existing subscriptions to boards/topics?
435
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 2nd, 2013, 10:07 PM »
Yeah, I figured about that much - but my concern is still there: how does the user see what they have subscribed to and optionally unsubscribe to those? That's what the old Profile > Notifications is for, giving you somewhere to review your subscriptions and to remove them - and right now we either have to figure out how to present the two separate notifications pages or fuse the list of things you're subscribed to into the notifications settings page...