vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - User Powered Moderation System Lite (Post Management System) (https://vborg.vbsupport.ru/showthread.php?t=145075)

tazB.ca 04-28-2007 03:45 AM

greatt :D I've been waiting forever for this

theaonline 04-28-2007 06:39 PM

The icons really jazz it up. If nothing else it makes it so that you can actually hit up or down.

subnet_rx 06-06-2007 10:19 PM

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.

Brew 08-14-2007 02:38 AM

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 :)

sickstrings 08-15-2007 11:02 PM

Quote:

Originally Posted by abramelin (Post 1236299)
you can use these icons from digg, they are not copyrighted to digg. there are lots of known sites that uses these icons.

Great Mod! Can someone provide instructions on how to make the mod use these "thumb" icons? I already downloaded the images... no what?

Brew 08-25-2007 10:59 PM

Quote:

Originally Posted by sickstrings (Post 1318505)
Great Mod! Can someone provide instructions on how to make the mod use these "thumb" icons? I already downloaded the images... no what?

Go to Manage Products.

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&amp;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&amp;p=$post[postid]&ratingvalue=negative" onclick="upms_process('$post[postid]', 'negative'); return false;"><img src="images/down.png" border="0"></a></span>
Copy/paste the above into notepad or something to edit it.

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

Brew 08-26-2007 03:41 PM

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
  • Page Generation 0.01159 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete