![]() |
greatt :D I've been waiting forever for this
|
The icons really jazz it up. If nothing else it makes it so that you can actually hit up or down.
|
Nice hack, I'd love to see this one develop with even more features. I have tried to implement this somewhat using the rep system, but it has never worked out with rep power varying so much from user to user.
|
After installing this I lost sigs.
Running vB 3.6.8 EDIT: I think the problem is the hack I installed that puts the sigs at the bottom of posts. It may be either the CSS for this or the <span tag. Picture below: EDIT: Nevermind. I was using span tags that messed up the tables....all OK now :) |
Quote:
|
Quote:
Edit the product called "EWT - User Powered Moderation System Lite" Go to "Styles & Templates" and select the Edit link for the template "ewt_upms_postlinks". This is where the html is for displaying info. Here's the code I use for my set up. You can probably adjust it to fit how you want to set it up. Also don't forget to upload the images found elsewhere in this thread. Code:
<span id="post_$post[postid]_hidden" $spanstyle class="smallfont">Post by $post[username] below threshold </span><a href="#post$post[postid]" onclick="alterpostdisplay('post_$post[postid]'); return false;" class="smallfont">Toggle</a> ($post[rating]) <span id="upms_$post[postid]"><a href="misc.php?do=upms_non_ajax&p=$post[postid]&ratingvalue=positive" onclick="upms_process('$post[postid]', 'positive'); return false;"><img src="images/up.png" border="0"></a> <a href="misc.php?do=upms_non_ajax&p=$post[postid]&ratingvalue=negative" onclick="upms_process('$post[postid]', 'negative'); return false;"><img src="images/down.png" border="0"></a></span> You can see the img src tags in there. The images are in the ./images folder for my set up. I also added parenthesis around the score and took out the brackets ("[ ]"). You'll need to play with it to get it to work for you. I hope this helps! You can see it running at http://www.politicalforums.net |
The total number of the score is not updated with AJAX.
Is this ability only in the pro version? |
All times are GMT. The time now is 04:56 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|