MantisBT - Site
View Issue Details
0001518Site[All Projects] Suggestionpublic2013-09-24 22:402015-07-24 09:40
Metal 
infurnus 
normalfeatureN/A
assignedopen 
MicrosoftWindowsXP/Vista/7
0001518: Like system for the forums
'http://community.mybb.com/thread-59652.html [^]'
No tags attached.
Issue History
2013-09-24 22:40MetalNew Issue
2013-09-26 20:06ToxicityNote Added: 0007282
2013-11-24 17:51infurnusNote Added: 0007596
2013-11-24 17:52infurnusAssigned To => infurnus
2013-11-24 17:52infurnusStatusnew => assigned
2013-11-28 04:02infurnusNote Added: 0007625
2013-11-28 05:44Blzut3Note Added: 0007626
2015-07-24 09:40CatastropheNote Added: 0013002

Notes
(0007282)
Toxicity   
2013-09-26 20:06   
I support this, I just hope it doesn't turn into a e-peen contest like Skulltag's reputation points did.
(0007596)
infurnus   
2013-11-24 17:51   
Will test this out on my local/test forums when I get the time.
(0007625)
infurnus   
2013-11-28 04:02   
Gives me the following:

SQL Error:
    42601 - ERROR: syntax error at or near "unsigned" LINE 2: tlid int unsigned NOT NULL auto_increment, ^
Query:
    CREATE TABLE fork_g33k_thankyoulike_thankyoulike ( tlid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default '0', uid int unsigned NOT NULL default '0', puid int unsigned NOT NULL default '0', dateline bigint(30) NOT NULL default '0', KEY pid (pid, uid), PRIMARY KEY (tlid) ) ENGINE=MyISAM ;
(0007626)
Blzut3   
2013-11-28 05:44   
If the issue is just in creating tables, that's a fairly easy to solve problem. Just use phppgadmin to create the tables manually and then delete the commands from the installer. The actual data manipulation commands are of more concern.
(0013002)
Catastrophe   
2015-07-24 09:40   
Sorry for the bump, but since it's been assigned for over a year now... Any progress?