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

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: drew010
Forum: vBulletin 3.8 Add-ons 01-26-2008, 09:06 PM
Replies: 2,396
Show Thread Enhancements - [AJAX] Post Thank You Hack
Views: 883,470
Posted By drew010
one of my mods found that if they copy the thanks...

one of my mods found that if they copy the thanks link for a given post and put it in an image tag in the thread, then anyone who views the thread will automatically thank that post.

as a bypass...
Forum: vBulletin 3.6 Add-ons 11-01-2007, 08:28 PM
Replies: 97
Views: 31,010
Posted By drew010
I tried several things, including changing the...

I tried several things, including changing the z-index of the dropdown box to be one of the highest values possible, but for some reason IE has an error drawing it on that dynamic window that gets...
Forum: vBulletin 3.6 Add-ons 10-18-2007, 04:02 AM
Replies: 97
Views: 31,010
Posted By drew010
two dropdown elements are created, one invisible,...

two dropdown elements are created, one invisible, and an automatic template edit inserts javascript to toggle between the two sets of dropdowns when each one is clicked.
Forum: vBulletin 3.6 Add-ons 10-10-2007, 07:25 PM
Replies: 97
Views: 31,010
Posted By drew010
Yea you can do that. In the "Generate HTML...

Yea you can do that. In the "Generate HTML Dropdown" plugin, make the following change:


// change
$negrepdd .= "<option value=\"$i\">$i</option>";

// to
$negrepdd .= "<option...
Forum: vBulletin 3.6 Add-ons 10-05-2007, 05:54 AM
Replies: 127
Show Thread Enhancements - Google Adsense Postbit Integration
Views: 44,239
Posted By drew010
In the "Usergroups ID can use Google Adsense"...

In the "Usergroups ID can use Google Adsense" field, put only "1" which is the usergroup id for unregistered users.
Forum: vBulletin 3.6 Add-ons 10-05-2007, 04:29 AM
Replies: 97
Views: 31,010
Posted By drew010
An update has been released to address several...

An update has been released to address several issues found by users who have posted in this thread.
Forum: vBulletin 3.6 Add-ons 05-08-2007, 03:16 AM
Replies: 97
Views: 31,010
Posted By drew010
the only code related to modifying templates are...

the only code related to modifying templates are these two things:
on showing the reputation form i look for the vb phrase your_comments_on_this_post and i insert a tr in the row just before it...
Forum: vBulletin 3.6 Add-ons 05-04-2007, 10:39 PM
Replies: 97
Views: 31,010
Posted By drew010
yeah just waiting to see if anyone has any issues...

yeah just waiting to see if anyone has any issues with it before i call it a release. maybe see if there are any suggestions for it as well so i can add a feature or two before doing that.
Forum: vBulletin 3.6 Add-ons 05-04-2007, 06:44 PM
Replies: 97
Views: 31,010
Posted By drew010
Right now the mod only supports a dropdown. I...

Right now the mod only supports a dropdown. I was able to switch to a textbox using a Firefox addon that has the option of converting all form <select> boxes into text boxes. It is called Web...
Forum: vBulletin 3.6 Add-ons 05-04-2007, 06:19 PM
Replies: 97
Views: 31,010
Posted By drew010
That's just a screenshot of the User Reputation...

That's just a screenshot of the User Reputation Manager showing it gave 5 points, instead of the 10 it would have. It is found under "User Reputations" => "View Reputation Comments"
All this mod...
Forum: vBulletin 3.6 Add-ons 05-03-2007, 10:00 PM
Replies: 97
Views: 31,010
Posted By drew010
Let user choose how many reputation points to give (up to their limit).

This modification gives the user the option to choose how many reputation points to give or take when posting reputation on a post. They cannot give or take more than the number of points they have...
Forum: vBulletin 3.6 Add-ons 03-07-2007, 08:55 AM
Replies: 339
Administrative and Maintenance Tools - Admin Log In As User
Views: 129,749
Posted By drew010
i found this one bug by accident, but if i log in...

i found this one bug by accident, but if i log in as a user and then delete them from the admin cp, if i go back to the forum without logging out everything is backwards (right to left reading) and...
Forum: vB3 Programming Discussions 07-03-2006, 01:15 AM
Replies: 3
Views: 800
Posted By drew010
Can NO-ONE help?

Can NO-ONE help?
Forum: vB3 Programming Discussions 06-29-2006, 03:12 AM
Replies: 3
Views: 800
Posted By drew010
I've done so - I still have the same problem. ...

I've done so - I still have the same problem.

Here's my updated code:

if ($foruminfo['forumid'] == 38)
{
$thread = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "thread WHERE...
Forum: vB3 Programming Discussions 06-27-2006, 07:47 PM
Replies: 0
Views: 714
Posted By drew010
Updating the cache so all user ranks appear?

if ($foruminfo['forumid'] == 38)
{
require_once(DIR . '/includes/functions_user.php');
require_once(DIR . '/includes/functions_databuild.php');
$userdm =& datamanager_init('User',...
Forum: vB3 Programming Discussions 06-26-2006, 07:23 AM
Replies: 3
Views: 800
Posted By drew010
Make a user's ranks update? Plugin help.

if ($foruminfo['forumid'] == 38)
{
$splitvotes = explode('|||', $pollinfo['votes']);
if ($splitvotes[0] >= 1)
{
$user = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "user...
Forum: vB3 Programming Discussions 06-15-2006, 08:20 AM
Replies: 2
Views: 915
Posted By drew010
Yes, through PHP. I'm not that dim ;)

Yes, through PHP. I'm not that dim ;)
Forum: vB3 Programming Discussions 06-15-2006, 07:18 AM
Replies: 2
Views: 915
Posted By drew010
Editing thread if you know thread ID?

I have the thread ID and I want to edit the first post, any tips on how to do so?
Forum: Modification Requests/Questions (Unpaid) 06-12-2006, 03:24 AM
Replies: 0
Views: 714
Posted By drew010
Small reputation modification.

Basically I'd like a plugin/product which allows me to define how much reputation to give, from -max to max. Any help is much appreciated!
Forum: vB3 General Discussions 06-06-2006, 06:40 AM
Replies: 4
Views: 1,048
Posted By drew010
Change the host in config.php?

Change the host in config.php?
Forum: vB3 General Discussions 06-06-2006, 06:19 AM
Replies: 3
Views: 781
Posted By drew010
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=94041&highlight=Inactive+User+Management" target="_blank">https://vborg.vbsupport.ru/showt...ser+Management</a>
Forum: vB3 General Discussions 03-18-2006, 02:20 AM
Replies: 0
Views: 566
Posted By drew010
weird search issue

I've searched around the bugs area a bit and tried many things on my board but I'm having a weird issue.
I have a few private forums and categories, one is accessable to only admins, the other to...
Forum: Big Board Discussions 03-18-2006, 12:45 AM
Replies: 59
Views: 21,379
Posted By drew010
wow , mind sharing some of the my.cnf file? ive...

wow , mind sharing some of the my.cnf file? ive been getting deadlocks every few days it seems and i usually only have 50-60 members online at once. and the forum is the only major site on the...
Forum: Modification Graveyard 12-10-2005, 08:36 AM
Replies: 522
Major Additions - Talker Bot v2.0.2
Views: 125,462
Posted By drew010
I think that means he is programming a new...

I think that means he is programming a new version but he won't make it 3.0 compatable unless there is high demand for it.
Forum: vBulletin 3.5 Add-ons 11-29-2005, 09:19 PM
Replies: 3,330
Views: 1,065,820
Posted By drew010
When I use this with Aria (and presumably other...

When I use this with Aria (and presumably other skins) the background of the title for the shoutbox is the default styles one, not Aria's. Any help on fixing this?
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT. The time now is 06:30 AM.


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.03193 seconds
  • Memory Usage 2,028KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (45)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete