Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 162
Search took 0.01 seconds.
Search: Posts Made By: FullyTested
Forum: Official vB.com Announcements 10-14-2009, 08:16 AM
Replies: 125
Views: 18,795
Posted By FullyTested
Has anyone from Internet Brands finished business...

Has anyone from Internet Brands finished business school? Did they even attend?
They seem to screw up every website/product they purchase.
Forum: Modification Graveyard 03-28-2009, 11:36 AM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Because it saves creating a table entry for every...

Because it saves creating a table entry for every user.



No such option at the moment I'm afraid :(
Forum: Modification Graveyard 03-21-2009, 09:59 AM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
pete_brady, if you have MySQL 4.1.0 or...

pete_brady,

if you have MySQL 4.1.0 or higher:

INSERT INTO postrank_useroptions (userid, highlight_post, hide_post) SELECT userid,1,1 FROM user ON DUPLICATE KEY UPDATE highlight_post = 1,...
Forum: Modification Graveyard 03-21-2009, 02:54 AM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Yes, you can run this SQL query to set both hide...

Yes, you can run this SQL query to set both hide and highlight on for all users:

for both:
UPDATE postrank_useroptions SET highlight_post = 1, hide_post = 1

for collapse/hide:
UPDATE...
Forum: Modification Graveyard 03-20-2009, 03:19 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Yes it is easy... Since everything is phrased...

Yes it is easy...
Since everything is phrased you can either change it in the product itself if you open it in a text editor and then re-import it, or simply search all phrases via the admin control...
Forum: Modification Graveyard 03-20-2009, 03:43 AM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Version 2.5 Fixed small bug with the stats...

Version 2.5
Fixed small bug with the stats page.
Added the ability to have the score and rank images display in a separate line when default setting is to not have the thread title in every post.
...
Forum: Modification Graveyard 03-19-2009, 10:14 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
That mod is overwriting the hook thus not...

That mod is overwriting the hook thus not allowing anyone else to add code to it
They should have used $hook_query_fields .= $hook_query_joins .=
note the (.=)



As for the images not...
Forum: Modification Graveyard 03-08-2009, 02:47 AM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Done! :) Just follow the same upgrade procedure...

Done! :)
Just follow the same upgrade procedure as 2.3



I am glad to hear you are taking care of animals in need. It is such important work. We all thank you!
Forum: Modification Graveyard 03-07-2009, 10:15 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Yes that is the way but I just have to find the...

Yes that is the way but I just have to find the time to do that.



Thanks for letting me know. Version 2.3 should fix that.



Thank you for the offer but rather than donating to myself, I...
Forum: Modification Graveyard 03-07-2009, 06:09 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
I'll have a look at it all later. I have to go...

I'll have a look at it all later. I have to go out now for a while (we get breaks too once in a while :eek:).

Thanks for the suggestions and feedback.
Forum: Modification Graveyard 03-07-2009, 06:03 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
maidos, you will have to rearrange the template...

maidos, you will have to rearrange the template to do what you want which means moving around the <if> statements logic around.
I'm afraid I do not have the time to do this for you.
Forum: Modification Graveyard 03-07-2009, 05:59 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Teresa, the only way I see that happening without...

Teresa, the only way I see that happening without putting a load on the server is to have each user's totals calculated once a day which means what you see in the postbit will be a little off.
This...
Forum: Modification Graveyard 03-07-2009, 05:53 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
maidos, you will have to edit the...

maidos, you will have to edit the 'postrank_postrank' template somewhere towards the bottom, just rearrange the values.
Forum: Modification Graveyard 03-07-2009, 05:25 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Per post you can.

Per post you can.
Forum: Modification Graveyard 03-07-2009, 05:17 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Your best bet is probably to create a duplicte...

Your best bet is probably to create a duplicte postbit and slightly modify it. Then you must change the code to call that new template instead of trying to highlight certain sections of the old...
Forum: Modification Graveyard 03-06-2009, 10:42 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Sorry about that. I've just amended the product...

Sorry about that. I've just amended the product so please downloaded it again.
All links to the stats page should now point to postrankstats.php
Forum: Modification Graveyard 03-06-2009, 10:18 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Abysmal ranked posts are only soft deleted and...

Abysmal ranked posts are only soft deleted and not physically deleted. That means that admins and mods can still see it in a collapsed state and can then undelete it if so desired.
Forum: Modification Graveyard 03-06-2009, 09:59 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Version 2.2 Added the following features: -...

Version 2.2
Added the following features:
- Added ability to set a cut-off date (in days). Posts older than x number of days cannot be ranked.
- Added the ability to limit the statistics page to...
Forum: Modification Graveyard 03-05-2009, 10:43 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
I am currently working on the next upgrade. ...

I am currently working on the next upgrade.

Is anyone else having IE issues?
Using IE:
1). Does the score toggle still not work?
2). Does the phrase 'You have voted Up' not show when voting?...
Forum: Modification Graveyard 03-05-2009, 11:31 AM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
When do you get the error? When installing or...

When do you get the error? When installing or when voting?
Forum: Modification Graveyard 03-05-2009, 04:29 AM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Teresa, I've just changed the score of 0...

Teresa,

I've just changed the score of 0 (+0/-0) to just 0 so that it looks better.
Just download again and re-import product.
Forum: Modification Graveyard 03-05-2009, 02:53 AM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Hello Folks, I will try and find the time to...

Hello Folks,

I will try and find the time to add features to this mod, however, while some features are relatively easy to incorporate, others are code heavy and require a lot more time to write...
Forum: Modification Graveyard 03-03-2009, 10:19 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
I think I know why this is. The value for minimum...

I think I know why this is. The value for minimum posts ranked by the user is currently compared against the total 'up' votes and total 'down' votes separately instead of the combined total. Will try...
Forum: Modification Graveyard 03-03-2009, 04:57 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
Teresa, you still need to re-upload all the files...

Teresa, you still need to re-upload all the files (not images) to your server.
Forum: Modification Graveyard 03-03-2009, 04:49 PM
Replies: 290
Show Thread Enhancements - Post Ranking System
Views: 58,866
Posted By FullyTested
You will. You don't have to uninstall but is...

You will.
You don't have to uninstall but is recommended if one has changed the 'Abysmal Rank' (auto delete) settings.
Showing results 1 to 25 of 162

 
Forum Jump

All times are GMT. The time now is 01:53 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.02239 seconds
  • Memory Usage 2,053KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (75)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete