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

Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: Tom Kagan
Forum: vBulletin 4.x Add-ons 04-05-2011, 12:08 PM
Replies: 38
Private Messages Enhancements - Sound Notification
Views: 14,177
Posted By Tom Kagan
Perhaps because you and others are too lazy to do...

Perhaps because you and others are too lazy to do the work and prefer to wait for a hack, then have fun throwing peanuts at it from the gallery?
Forum: Modification Graveyard 03-30-2011, 02:45 AM
Replies: 161
Views: 24,464
Posted By Tom Kagan
I see your point of view. The flip side is not...

I see your point of view. The flip side is not making so easy for people to make mistakes. Admins already have the power within the admin control panel whereupon it becomes a very conscious...
Forum: Modification Graveyard 03-27-2011, 01:30 AM
Replies: 161
Views: 24,464
Posted By Tom Kagan
I think you misunderstood me, or perhaps I was...

I think you misunderstood me, or perhaps I was not clear.

I know where the options for the hack are located. However, there does not appear to be a way to say NO ONE should be able to delete (or...
Forum: vBulletin 4.x Add-ons 03-27-2011, 01:23 AM
Replies: 1,325
Views: 219,000
Posted By Tom Kagan
You are welcome. I help out a friend who runs a...

You are welcome. I help out a friend who runs a large site on a shoestring. I take my code audits seriously. :) Especially considering some of the other hacks I've looked at, I was impressed by...
Forum: Modification Graveyard 03-25-2011, 03:23 PM
Replies: 161
Views: 24,464
Posted By Tom Kagan
As with all of Paul M's hacks, this works well. ...

As with all of Paul M's hacks, this works well. However, there does not appear to be a way to unselect everyone from the rights to delete/see username, or only allow a superadminstrator such rights....
Forum: vBulletin 4.x Add-ons 03-23-2011, 03:45 PM
Replies: 1,325
Views: 219,000
Posted By Tom Kagan
Nice product - well coded. Kudos! A couple...

Nice product - well coded. Kudos!

A couple of nitpicks:


Still some usage of '&' in some urls instead of '&'
No need for './' when specifying href in anchor elements
Hardcoded...
Forum: vBulletin 4.x Add-ons 12-12-2009, 01:37 PM
Replies: 683
Views: 156,795
Posted By Tom Kagan
Just as a mention: my original comments were...

Just as a mention: my original comments were based off of the 0.1 version. Since I did not examine the code but was going off of an example of what this mod does which darkimortal originally had in...
Forum: vBulletin 4.x Add-ons 12-09-2009, 11:56 AM
Replies: 683
Views: 156,795
Posted By Tom Kagan
It's already designed to concatenate the css. I...

It's already designed to concatenate the css. I know you'll stop using the FastCGI, but big deal - studies show the bigger problem for the user is the latency involved with multiple HTTP requests. I...
Forum: vBulletin 4.x Add-ons 12-08-2009, 05:30 PM
Replies: 683
Views: 156,795
Posted By Tom Kagan
While this does eliminate the execution of the...

While this does eliminate the execution of the php code which generates the correct stylesheet sets, I can't see how this improves the user experience. The number of individual http requests is...
Forum: vBulletin 3.8 Template Modifications 10-13-2009, 01:17 PM
Replies: 23
Profile Enhancements - Add "Reply" to Visitor Message CLEAN!
Views: 5,586
Posted By Tom Kagan
As stated above,...

As stated above, $vbphrase[memberinfo_visitormessage_reply] does not seem to exist in the phrases. You created an anchor without a string. Replace $vbphrase[memberinfo_visitormessage_reply] with...
Forum: vBulletin 3.8 Template Modifications 10-09-2009, 02:33 PM
Replies: 23
Profile Enhancements - Add "Reply" to Visitor Message CLEAN!
Views: 5,586
Posted By Tom Kagan
"$vbphrase[memberinfo_visitormessage_reply]" does...

"$vbphrase[memberinfo_visitormessage_reply]" does not appear to be in the phrases by default.
Forum: vBulletin 3.7 Add-ons 10-09-2009, 01:30 PM
Replies: 535
Views: 119,923
Posted By Tom Kagan
No, no, no. If it's so easy, why do...

No, no, no.



If it's so easy, why do you write a tutorial article? :) Regardless, the inline ajax update feature is what makes addon different than displaying a custom profile field.
Forum: vBulletin 3.8 Template Modifications 10-07-2009, 08:16 PM
Replies: 36
Views: 10,296
Posted By Tom Kagan
Installed. I moved the link to be before the...

Installed.

I moved the link to be before the </if> for consistency. Additionally, I replaced the use of & in the url with &amp; to allow it to validate XHTML.

Also, the code to insert has a...
Forum: vBulletin 3.8 Template Modifications 10-07-2009, 07:43 PM
Replies: 22
Social Group and Album Enhancements - Add Last Poster to Social Groups list
Views: 7,753
Posted By Tom Kagan
Installed. I suppose others might also want...

Installed.

I suppose others might also want to go all the way with this formatting idea and make it exactly match the other areas with similar info. Instead of the above, try the following:
...
Forum: vBulletin 3.7 Add-ons 09-16-2009, 03:10 PM
Replies: 535
Views: 119,923
Posted By Tom Kagan
A nice hack. However ... This plugin...

A nice hack.

However ...

This plugin does not use vbulletin's standard popup and ajax javascript code, instead preferring to use it's own homespun versions. Additionally, the HTML is not...
Forum: vBulletin 3.8 Add-ons 04-15-2009, 05:30 PM
Replies: 1,702
Views: 415,420
Posted By Tom Kagan
Uh ... no, they are not the same. Look again and...

Uh ... no, they are not the same. Look again and you will see a difference in the name of the function being checked for existence.
Forum: vBulletin 3.8 Add-ons 04-02-2009, 05:39 PM
Replies: 1,702
Views: 415,420
Posted By Tom Kagan
There is a coding bug in ame_bbcode.php. This...

There is a coding bug in ame_bbcode.php. This bug affects all remote web page extraction of information when the server where this plugin is running has the php parameter 'allow_url_fopen' set to...
Forum: vBulletin 3.8 Add-ons 03-14-2009, 02:49 AM
Replies: 1,702
Views: 415,420
Posted By Tom Kagan
I spotted two problems: 1. The post...

I spotted two problems:

1. The post conversion tools cannot take a timeout of zero. It will countdown to negative maxint. The javascript which controls needs a tweak.

2. If you enter a url...
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT. The time now is 12:06 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.02173 seconds
  • Memory Usage 1,987KB
  • 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
  • (18)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (54)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