Custom Post Reputation

← News & Stuff — Started 26 Aug, 2010

Tomm
26 Aug, 2010, 10:30 pm (This post was last modified: 26 Aug, 2010 11:12 pm by Tomm.)
Last week, intenso proposed a cool idea for a new feature for MyNetwork - Custom Post Reputation.

This feature lets you provide post reputation icons that you want to add, not just + or - buttons tacked onto posts. You can set which usergroups can use which tags, and in which forums, and you can even decide whether guests can vote too. All using nice inline javascript. Of course, it still works for those without javascript too.

For more information on this feature, it's available at the Custom Post Reputation Support page. Please note that this is the first premium feature available, and you will need a premium Gecko ID to download it. Get one today and be ready for the next big thing to hit MyBB - full Facebook integration!

You can see Custom Post Reputation in action in this post here. Hover over the text in the post to reveal the voting options, and click awaaaay!...

Custom Post Reputation is available for download. There are just two issues; "Hello world" (what a classic) is still the default text in the ACP tab descriptions, and the other is malformed voting counts - which probably will never happen. If it does, please let know!

Tomm

Edit: An ACP Screenshot
3  
leesester
27 Aug, 2010, 3:13 pm (This post was last modified: 27 Aug, 2010 3:19 pm by leesester.)
Looks neat - I shall install - will be especially good for my first posts in X threads Smile

Also, just a small thing, but in my browser (FF3.6) the rate post buttons in this thread are hiding behind the report post buttons and what not.....

I just rated your post with the little heart - it had x2 showing - now it is showing only x1 and my post has it too..... I mean my post is loveable, but I did not want to rate it as such myself...
[Image: leelink.gif]
( Loves Opera 11.50)
0  
Yeah, that's the malformed votes I was worried about. I wouldn't install this just yet - I'll have a look at it on Tuesday to fix it up (if my hangover isn't too bad!).

Strange, because it worked perfectly well when testing it on localhost... Undecided
-1  
owww looking good! Shame of the issues hope you are able to get them fixed soon.
WOOOO love xekko Heart
1  
I think the malformed votes are OK now. The serialized arrays are looking good, and it seems to display properly here too.

Feel free to have a blast and let me know how things are going. Smile

@"leesester", obviously this is just a beta, so we'll need to add-in the firstpost capabilities of xThreads. And I'm pretty sure it only affects the normal postbit (not the classic postbit) but I'll add that in when I get back at work!
0  
OPD (OMG xd) This is really really cool and cute ^^
0  
Looks great! Another module to install once you're done with the upcoming modules Tongue
But why don't you change the "Hello World" to something else?
0  
xomp
30 Aug, 2010, 6:06 pm (This post was last modified: 30 Aug, 2010 6:06 pm by xomp.)
I truly cannot thank Tomm enough for this Smile

I too have the issue (on this website) of seeing the post rank buttons slightly hidden behind the Quote > Report buttons but think that's just a CSS issue likely. I have managed to work out the CSS for this feature over at my forums back when the request for this was initially made. If you want to take a looksy just head on over to My Forums
0  
JonP
30 Aug, 2010, 11:09 pm (This post was last modified: 30 Aug, 2010 11:14 pm by JonP.)
Hmm for some reason it's not showing up in the configuration section, i uploaded the file to admin/modules/network also this is showing up /home/erikk/public_html/inc/network/languages/english/admin/limitpm.lang.php does not exist and many other plugin files for languages says that, when i delete one another says that.
0  
xomp
31 Aug, 2010, 12:38 am (This post was last modified: 31 Aug, 2010 1:12 am by xomp.)
Ok, finally got it installed. If you want to prevent the hidden rank images from appearing behind the Quote/Report buttons or just to keep it from changing the dimensions of a post add this bit of code to the post_tags.css

.posttags
{
float: right;
font-size: 11px;
}

.posttags span.postbit_tagbit
{
margin-right: 5px;
}

.posttags_vote
{
float: right;
visibility: hidden;
}

.posttags img,
.posttags_vote img
{
vertical-align: bottom;
}

.post_content:hover .posttags_vote
{
display: block;
visibility: visible;
border:0px;

}

One question though, is there any way to disable to message about "Thank's for voting on users post" message when you actually rank a post? Much like how it's used here would be ideal Smile On a side note, are rankings stored by IP address in the db? Reason I asked is because me and my fiance moderate our forums and I was showing her the new system and everything said "Rated!" for her even though she didn't rank any posts lol. Is there a way around this by chance?

Also, when I go into AdminCP > Plugins I get the error:
/inc/network/languages/english/admin/DisablePortal_plugin_admin.lang.php does not exist

However I cannot locate a DisablePortal_plugin_admin.lang.php in the package anywhere.
0  

User(s) browsing this thread: 1 Guest(s)