Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 39 users online :: 0 Registered, 0 Hidden and 39 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
Reputation - Like Button
Page 1 of 1 • Share
Hello!
I'm glad I found this forum! I'm hoping you can assist me.
I added javascript and CSS to my forum to have the Reputation/Likes button added. I followed instructions from another forumotion, and everything was fine. I decided I didn't want the Thanks button, so I disabled it. The Like button was functioning, the vote count was adding as it should be, the Thanks button was removed. I only wanted a positive vote count, no negative votes. The Like button was positioned in the user's posts under the topic.
Several days later, the Like button disappeared, a bar to the right of the posts appeared, with a +/-. I didn't change anything.
I have tried several times over and over to re install as I initially did, however it won't work. I can't remove the +- bar to the right of the posts. I don't know where it is to remove. I'm not proficient in CSS/Java but I certainly don't see it in the scripts.
I am hoping you can direct me to a link where I can fix these issue and reinstall the Like button. I would like it next to the quote multi quote buttons, if possible. Either a thumbs up icon, or a Like button such as the one you have here. From what I read in order to show the names of who liked the post a database has to be created. I will focus on that later. For now I would like the Like/Vote button back.
phpBB2
http://www.bachandbachettefans.net/
Thank You!
I'm glad I found this forum! I'm hoping you can assist me.
I added javascript and CSS to my forum to have the Reputation/Likes button added. I followed instructions from another forumotion, and everything was fine. I decided I didn't want the Thanks button, so I disabled it. The Like button was functioning, the vote count was adding as it should be, the Thanks button was removed. I only wanted a positive vote count, no negative votes. The Like button was positioned in the user's posts under the topic.
Several days later, the Like button disappeared, a bar to the right of the posts appeared, with a +/-. I didn't change anything.
I have tried several times over and over to re install as I initially did, however it won't work. I can't remove the +- bar to the right of the posts. I don't know where it is to remove. I'm not proficient in CSS/Java but I certainly don't see it in the scripts.
I am hoping you can direct me to a link where I can fix these issue and reinstall the Like button. I would like it next to the quote multi quote buttons, if possible. Either a thumbs up icon, or a Like button such as the one you have here. From what I read in order to show the names of who liked the post a database has to be created. I will focus on that later. For now I would like the Like/Vote button back.
phpBB2
http://www.bachandbachettefans.net/
Thank You!
Hey,
Looking at the link you provided, I can tell right off that bat that it's version is phpbb3. Change the 2 to a 3 in the like version and it should work correctly.
The database project makes use of a topic to store data, and if you want the data stored for public use, it requires a number of changes which renders normal Moderators with little power. So, if you have a big community, I don't really recommend using this type of data storing method, because it also has limitations in the amount of data that can be stored. ( message character limit )
Maybe if Forumotion provided us with a way of storing simple data, we could write some more advanced plugins, without having to jury rig a topic.
Looking at the link you provided, I can tell right off that bat that it's version is phpbb3. Change the 2 to a 3 in the like version and it should work correctly.
The database project makes use of a topic to store data, and if you want the data stored for public use, it requires a number of changes which renders normal Moderators with little power. So, if you have a big community, I don't really recommend using this type of data storing method, because it also has limitations in the amount of data that can be stored. ( message character limit )
Maybe if Forumotion provided us with a way of storing simple data, we could write some more advanced plugins, without having to jury rig a topic.
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum