MyBB Community Forums

Full Version: [IN DEV] Status update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
first DEv you can download here https://mybboard.pl/watek-mybb-status-up...#pid267764 "Pobierz"
Yes. Please.

I have a forum with a million posts ready to test this.

Suggestion:
- like status!
- compatibility with myalerts
- a way to directly link to a single status & it's comments
- easily embeddable, so I can add X's user's latest status to X's profile page or mini profile

I put your dev version up! Working great so far! It's a hit already! Your English files however made many smile. Smile Sorry! I can give you my English updates to your language files if you'd like.
I know, it is a lot too do
but I d'ont have some much time
(2015-10-14, 03:52 PM)Supryk Wrote: [ -> ]I know, it is a lot too do
but I d'ont have some much time

This is a plugin I would be willing  to even pay for.
(2015-10-14, 08:00 PM)ashkir Wrote: [ -> ]
(2015-10-14, 03:52 PM)Supryk Wrote: [ -> ]I know, it is a lot too do
but I d'ont have some much time

This is a plugin I would be willing  to even pay for.



always good to see donates
(2015-10-14, 08:48 PM)Supryk Wrote: [ -> ]
(2015-10-14, 08:00 PM)ashkir Wrote: [ -> ]
(2015-10-14, 03:52 PM)Supryk Wrote: [ -> ]I know, it is a lot too do
but I d'ont have some much time

This is a plugin I would be willing  to even pay for.



always good to see donates
I seriously see this going well as a premium plugin. If you need help testing any features please let me know. I honestly was looking to buy this plugin exclusively! But, it's great and you took it in a great direction.
Hi! Bug report!
			"ipaddress" => $session->packedip,
That line was causing several members to have SQL errors.

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?','0')' at line 3
Query:
INSERT INTO mybb_statusupdate (`sid`,`uid`,`text`,`dateline`,`lastedituid`,`lasteditdate`,`ipaddress`,`totalcomments`) VALUES ('NULL',49,'hi',1444967888,49,1444967888,'&y�Ž<Ս'�','0')

I nulled that line to be a 1. Also looking at my database every single ip recorded is gibberish. http://i.imgur.com/dhZruCt.png
That's because the packed IP is binary so the column needs to be a blob column.
(2015-10-16, 04:20 AM)ashkir Wrote: [ -> ]Hi! Bug report!
			"ipaddress" => $session->packedip,
That line was causing several members to have SQL errors.

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?','0')' at line 3
Query:
INSERT INTO mybb_statusupdate (`sid`,`uid`,`text`,`dateline`,`lastedituid`,`lasteditdate`,`ipaddress`,`totalcomments`) VALUES ('NULL',49,'hi',1444967888,49,1444967888,'&y�Ž<Ս'�','0')

I nulled that line to be a 1. Also looking at my database every single ip recorded is gibberish. http://i.imgur.com/dhZruCt.png
http://i.imgur.com/dhZruCt.png
That lookok
You still have this problem or one time?

(2015-10-16, 06:34 AM)Euan T Wrote: [ -> ]That's because the packed IP is binary so the column needs to be a blob column.

column is VARBINARY
`ipaddress` VARBINARY(16) NOT NULL DEFAULT '',
I ran this on my localhost, its very nice Smile Is it also on github? I have a small suggestion for the statusupdate.php file to make it either redirect to index or show an error no permission in case of direct access. The templates need a bit of love too.
Pages: 1 2 3 4 5 6