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

Showing results 1 to 25 of 129
Search took 0.00 seconds.
Search: Posts Made By: telc
Forum: vBulletin 3.8 Add-ons 01-01-2008, 11:50 PM
Replies: 490
Moderators Functions - One-touch Spam Ban and Cleanup
Views: 166,465
Posted By telc
Can you please fix the addon so it will work with...

Can you please fix the addon so it will work with MySQL > 4.0.16 the same as VBulletin requirements?
Forum: Big Board Discussions 09-06-2007, 08:42 PM
Replies: 6
Views: 1,406
Posted By telc
I will try when I get home, but it should be: ...

I will try when I get home, but it should be:

if(count($requiredposts) > 0) {

not

if(count($requiredposts > 0)) {
Forum: Big Board Discussions 09-06-2007, 07:36 PM
Replies: 6
Views: 1,406
Posted By telc
Wayne said this is the query:...

Wayne said this is the query: https://vborg.vbsupport.ru/showpost.php?p=1332575&postcount=4

I think it would be an easy Add-on:

Search.php: Line1296


$post_query_logic[] = "post.postid IN("...
Forum: Big Board Discussions 09-06-2007, 07:05 PM
Replies: 6
Views: 1,406
Posted By telc
I think this could really help us bigboards if VB or a VB.org implemented this

http://www.vbulletin.com/forum/showthread.php?t=242202

My forum is very large, and when I enabled the slow_query log in mysql. I noticed that searches that match a large # of posts could take a...
Forum: vBulletin 3.6 Add-ons 09-06-2007, 07:02 PM
Replies: 35
Integration with vBulletin - Invalid (Too Short) Search Keyword Remover
Views: 9,829
Posted By telc
nice add-on

nice add-on
Forum: vB3 General Discussions 09-05-2007, 02:07 AM
Replies: 6
Views: 984
Posted By telc
Thanks again Wayne.

Thanks again Wayne.
Forum: vB3 General Discussions 09-05-2007, 12:37 AM
Replies: 6
Views: 984
Posted By telc
Thanks Wayne, I have the limit # of results...

Thanks Wayne,

I have the limit # of results set to 500 in the Admincp.

I just counted the # of postid's in that IN clause and there was 44,486 postids.

I am not sure dropping that 500 down...
Forum: vB3 General Discussions 09-05-2007, 12:02 AM
Replies: 6
Views: 984
Posted By telc
I don't have any plug-ins, I am just trying to...

I don't have any plug-ins, I am just trying to locate where in the VB code this query is. It is a very large forum, any only occasionally this query is slow.

They query may be formatted...
Forum: vB3 General Discussions 09-04-2007, 11:11 PM
Replies: 6
Views: 984
Posted By telc
Anyone know where they query is called from in vb3.6.x

I was looking at my slow query log and found several queries similiar to this one:



I had to cut out the postids because the query was over 350,000 characters and too large to post here.
Forum: vBulletin 3.5 Add-ons 07-14-2007, 01:12 PM
Replies: 90
Views: 36,785
Posted By telc
Anyway I can do this? Thanks

Anyway I can do this?

Thanks
Forum: vB3 General Discussions 03-20-2007, 05:31 PM
Replies: 13
Views: 1,131
Posted By telc
I would love this mod also.

I would love this mod also.
Forum: vBulletin 3.6 Add-ons 02-19-2007, 06:34 PM
Replies: 84
Administrative and Maintenance Tools - Auto Delete/Move Thread After X days
Views: 35,063
Posted By telc
Great add-on, could you add the option to and...

Great add-on, could you add the option to and have it configurable on a per-forum basis?

Ignore Stickies [yes no]
Ignore Closed Threads [yes no]
Move threads where the last reply is atleast X...
Forum: vBulletin 3.5 Add-ons 02-13-2007, 09:33 PM
Replies: 110
Views: 21,729
Posted By telc
Im not sure why its not in admincp seems out of...

Im not sure why its not in admincp seems out of place in usercp.
Forum: vBulletin 3.5 Add-ons 02-13-2007, 05:43 PM
Replies: 110
Views: 21,729
Posted By telc
3.6 has an option to find and delete all "soft...

3.6 has an option to find and delete all "soft deleted POSTS", They put it in UserCP not AdminCP

User Control Panel -> Moderation -> Deleted posts
...
Forum: Modification Graveyard 02-03-2007, 02:19 AM
Replies: 69
Moderators Functions - Archive Thread v1.2
Views: 22,078
Posted By telc
Does this plugin remove cleanly? Will it leave...

Does this plugin remove cleanly? Will it leave vb phrases in the database after it is removed.
Forum: Modification Graveyard 01-30-2007, 03:23 PM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,725
Posted By telc
Works fine for me in 3.6.x I have over 70,000...

Works fine for me in 3.6.x I have over 70,000 users.
Forum: Modification Graveyard 01-27-2007, 11:38 PM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,725
Posted By telc
Your problem is related to 'SecurePHPx ' whatever...

Your problem is related to 'SecurePHPx ' whatever that is.
Forum: vBulletin 3.5 Add-ons 01-27-2007, 01:23 AM
Replies: 90
Views: 36,785
Posted By telc
Does anyone know the function to move a thread? ...

Does anyone know the function to move a thread? I rather have it move all the threads to a dedicated forum, then I can manually prune that single forum when my server is offline, since pruning is...
Forum: Modification Graveyard 01-27-2007, 01:13 AM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,725
Posted By telc
Do you know what is new? 2.0.1 has been working...

Do you know what is new? 2.0.1 has been working good for me.
Forum: vB3 Programming Discussions 01-26-2007, 10:48 PM
Replies: 5
Views: 1,024
Posted By telc
That won't work, the hook it far above the...

That won't work, the hook it far above the location in the file I want to edit.
Forum: vB3 Programming Discussions 01-25-2007, 05:04 PM
Replies: 5
Views: 1,024
Posted By telc
The hook location is far above the code I want to...

The hook location is far above the code I want to edit. So would I need to duplicate all that extra code in the plugin?
Forum: vB3 Programming Discussions 01-25-2007, 03:37 PM
Replies: 5
Views: 1,024
Posted By telc
How would I implement this code hack as a plugin

In my file includes/class_dm_threadpost.php I wrapped an IF statement around the post count incrementor.

I made if so post counts are not incremented if the thread has certain text in the title.
...
Forum: vBulletin 3.6 Add-ons 01-14-2007, 06:12 PM
Replies: 156
End-User Options - Selective Forum Filter
Views: 64,553
Posted By telc
Is the xml file going to be updated to change the...

Is the xml file going to be updated to change the varchar to mediumtext to support larger forums.
Forum: vBulletin 3.6 Add-ons 01-10-2007, 06:20 PM
Replies: 156
End-User Options - Selective Forum Filter
Views: 64,553
Posted By telc
What exactly does "enable excludability" and...

What exactly does "enable excludability" and "disable excludability" do? Is it needed to run this query?

Also I have around 250+ forums, is the xml file going to be updated to change the varchar...
Forum: Big Board Discussions 11-03-2006, 01:26 PM
Replies: 37
Views: 6,425
Posted By telc
I would like to know exactly what query hits we...

I would like to know exactly what query hits we would save on by using the memcache. Would it just save from a single select statement to the datastore table? vBulletin does not give much...
Showing results 1 to 25 of 129

 
Forum Jump

All times are GMT. The time now is 06:57 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.04065 seconds
  • Memory Usage 2,045KB
  • 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
  • (44)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