Is there a way to disable comment points? There's really no use for it that I can see in our install - so I'd rather just clean up the visuals and disable it entirely.
Thanks, Sue
Is there a way to disable comment points? There's really no use for it that I can see in our install - so I'd rather just clean up the visuals and disable it entirely.
Thanks, Sue |
It's better to leave the php code untouched So just open templates/base/css/cmts.css FIND
div.cmt-rate {
font-size:11px;
position:absolute;
right:6px;
text-decoration:none;
text-transform:lowercase;
top:2px;
z-index:7;
}
REPLACE WITH
div.cmt-rate {
display:none;
font-size:11px;
position:absolute;
right:6px;
text-decoration:none;
text-transform:lowercase;
top:2px;
z-index:7;
}
Web Development, Multimedia Design and Social Media. |
Thanks! |
It's better to leave the php code untouched So just open templates/base/css/cmts.css FIND
div.cmt-rate {
font-size:11px;
position:absolute;
right:6px;
text-decoration:none;
text-transform:lowercase;
top:2px;
z-index:7;
}
REPLACE WITH
div.cmt-rate {
display:none;
font-size:11px;
position:absolute;
right:6px;
text-decoration:none;
text-transform:lowercase;
top:2px;
z-index:7;
}
Yobilab? Is there anyway to modify the star points to enable voting per member and not voting per IP address?
Respectfully, Jeff |
It's better to leave the php code untouched So just open templates/base/css/cmts.css FIND
div.cmt-rate {
font-size:11px;
position:absolute;
right:6px;
text-decoration:none;
text-transform:lowercase;
top:2px;
z-index:7;
}
REPLACE WITH
div.cmt-rate {
display:none;
font-size:11px;
position:absolute;
right:6px;
text-decoration:none;
text-transform:lowercase;
top:2px;
z-index:7;
}
Yobilab? Is there anyway to modify the star points to enable voting per member and not voting per IP address?
Respectfully, Jeff It's not easy man! Post your request to Job section. Maybe somebody of developers can help you PS: If possible do not write me personally, please try to ask on the forum first |
I hope voting per member option will be added to dolphin default install - so siteadmin can select in backend if voting will be ip or user based - I think most siteadmins choose votes per user |
Yes Sahae is right, that's a little more difficult than just changing a css. Post a job, or contact me, but I am not totally sure what is your intention. Let me know Web Development, Multimedia Design and Social Media. |
Yes Sahae is right, that's a little more difficult than just changing a css. Post a job, or contact me, but I am not totally sure what is your intention. Let me know I need an honest voting system that allows votes from every single member of a site and perhaps even from every single visitor. It is difficult when voting allowed is per IP address. Members in 1 household for example rarely owns multiple computers with unique IP addresses. People using Library computers or community computers will also have the same problem. It's just not a fair voting system. Either make this thing work or get rid of it completely. I would love to keep it as long as it works right. I don't really want to copy Facebook. It would be nice if you would work with BOONEX to resolve this nagging issue besides the Video Recording issue and everything else around here. I really am not sure I could afford your services.
Respectfully, Jeff |
I hope voting per member option will be added to dolphin default install - so siteadmin can select in backend if voting will be ip or user based - I think most siteadmins choose votes per user We share the same sentiment. All I can do now is just wait and see. Respecfully, Jeff |