PDA

View Full Version : how to develop a "Like" button system ?


u z e r
11-06-2013, 06:13 AM
Hi there , i am new to php and mysql programming

i want to create a "Like" button to threads by my own without using any 3rd party mods or hacks

and i don't know where to start

any hint ?

I really appreciate any help you can provide.

tbworld
11-06-2013, 06:51 AM
Hi there , i am new to php and mysql programming

i want to create a "Like" button to threads by my own without using any 3rd party mods or hacks and i don't know where to start any hint ?
I really appreciate any help you can provide.

Start by looking at someone else's "Like" system and the coding they used to accomplish it. I would suggest you start with a very simple project with vbulletin and just concentrate on learning HTML, CSS, with PHP. You can hold off on the "mysql" until you need it.

Have fun :)

u z e r
11-06-2013, 07:06 AM
Start by looking at someone else's "Like" system and the coding they used to accomplish it. I would suggest you start with a very simple project with vbulletin and just concentrate on learning HTML, CSS, with PHP. You can hold off on the "mysql" until you need it.

Have fun :)

thanks for your reply

i am good enough with HTML and CSS , my problem is that i don't know how to create a table in database to store likes and retrieve user id , so when someone click Like button , thread OP gets a notification about "USER_X liked your X_POST"

:erm:

tbworld
11-06-2013, 07:37 AM
Observing other plugins and products interacting with vbulletin is pretty much how everyone has learned the core code. Step through other similar plugins to get a feel for what you are doing. Many of the plugins out there will implement the type of code you are needing examples of. You can get a lot of help with your code here if you don't have any problems with posting it and asking "specific" questions.

Were not going anywhere ... So start looking at examples, get coding and ask questions as you go along. :)

Max Taxable
11-06-2013, 01:51 PM
Hi there , i am new to php and mysql programming

i want to create a "Like" button to threads by my own without using any 3rd party mods or hacks

and i don't know where to start

any hint ?

I really appreciate any help you can provide.Complete tutorial:

https://vborg.vbsupport.ru/showthread.php?t=266358

u z e r
11-10-2013, 05:00 AM
thanks for help