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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: 007
Forum: vB3 Programming Discussions 09-22-2014, 06:51 AM
Replies: 11
Views: 1,082
Posted By 007
You're likely not missing anything. :) I'm open...

You're likely not missing anything. :) I'm open to being completely wrong about the hook(s) I chose. If you recommend something different, I'm all ears.

I know I need to save this somehow, but I'm...
Forum: vB3 Programming Discussions 09-22-2014, 05:26 AM
Replies: 11
Views: 1,082
Posted By 007
I'll be the only one editing it and users won't...

I'll be the only one editing it and users won't even see it. I plan to add some conditions in the appropriate editor templates so others can't see it. It's just a display field that will show up when...
Forum: vB3 Programming Discussions 09-22-2014, 05:12 AM
Replies: 11
Views: 1,082
Posted By 007
It'll appear in the SHOWTHREAD template. It would...

It'll appear in the SHOWTHREAD template. It would hold custom text of varying characters. Just an extra field I'm creating for SEO purposes in some meta tags.

Thanks in advance for any ideas!
Forum: vB3 Programming Discussions 09-22-2014, 04:58 AM
Replies: 11
Views: 1,082
Posted By 007
Oh, sorry. I'm adding an extra text field to...

Oh, sorry. I'm adding an extra text field to threads for my own internal use and I want to be able to use apostrophes in it. I thought it would be simple (and it probably is), but I'm a little rusty...
Forum: vB3 Programming Discussions 09-22-2014, 03:51 AM
Replies: 11
Views: 1,082
Posted By 007
Thanks for the tip Dave. I'm not using this code...

Thanks for the tip Dave. I'm not using this code in a life environment yet since I'm still testing it. I'll make sure to escape it properly before going live.

tbworld, part of the problem is the...
Forum: vB3 Programming Discussions 09-21-2014, 05:13 PM
Replies: 11
Views: 1,082
Posted By 007
Apostrophe and special characters in validfields?

What is wrong with this code I'm using?

$this->validfields['customfield'] = array(TYPE_STR, REQ_NO);

I am having issues with text that contains an apostrophe. This is being used in a few...
Forum: vB3 Programming Discussions 08-30-2013, 03:58 AM
Replies: 1
Views: 885
Posted By 007
Parse HTML in just certain posts

Hi,

I have a question that seems simple enough but I can't find which hooks to use. I have HTML disabled sitewide, but would like to enable it for select posts only, based on some conditions I can...
Forum: vB3 Programming Discussions 12-22-2011, 06:14 PM
Replies: 3
Views: 613
Posted By 007
I thought that too but either something I have...

I thought that too but either something I have installed is messing with it or it's not working properly. On my site, ignored posts are definitely showing the postbit_legacy template, just without...
Forum: vB3 Programming Discussions 12-22-2011, 05:26 PM
Replies: 3
Views: 613
Posted By 007
Condition for if user is ignored?

I noticed that by default, ignoring a post doesn't hide things like the avatar of the user, just the message. I'd like to modify this but am unsure where to begin.

Is there a condition that I can...
Forum: vB3 Programming Discussions 12-20-2011, 05:07 AM
Replies: 4
Views: 824
Posted By 007
Thanks but I tried that prior to my regex idea....

Thanks but I tried that prior to my regex idea. This is a non-standard vB plugin that I've coded and it doesn't recognize that function.
Forum: vB3 Programming Discussions 12-20-2011, 04:39 AM
Replies: 4
Views: 824
Posted By 007
Regular Expressions to Replace Quoted Text

I'd like to remove quoted text from thread previews.

Basically I want to remove anything that is either [ quote=xxxx ]text here[ /quote ] or [ quote ]text here[ /quote ] (without spaces in the...
Forum: vBulletin.org Site Feedback 07-03-2009, 09:20 PM
Replies: 6
Views: 2,221
Posted By 007
How else would you suggest we search for certain...

How else would you suggest we search for certain things like this? Is it impossible? I was looking for some PM related hacks just a minute ago and realized that's another term that doesn't work.
Forum: vBulletin.org Site Feedback 07-03-2009, 08:36 PM
Replies: 6
Views: 2,221
Posted By 007
Search terms that are too short

Some common search words such as IP, ban, etc can't be searched for due to them not having 4 characters. Is it possible to get such terms added to the search list so they can be searched for anyway?...
Forum: vB3 Programming Discussions 01-19-2009, 05:49 PM
Replies: 11
Views: 1,719
Posted By 007
What is the benefit of integration anyway? I...

What is the benefit of integration anyway? I mean, I'm not an idiot when it comes to pasting Google Adsense code. I already have it in several places and have had it since the early 2.x days of VB...
Forum: vB3 Programming Discussions 01-18-2009, 09:06 PM
Replies: 11
Views: 1,719
Posted By 007
Adsense ID Pre-Coded into VB?

I was looking at init.php and noticed towards the top:

// Add AdSense if present
$vbulletin->adsense_pub_id = '';
$vbulletin->adsense_host_id = 'pub-2606800903002383';


What's the adsense...
Forum: vB3 Programming Discussions 01-17-2009, 05:33 PM
Replies: 5
Views: 1,324
Posted By 007
Also, changing hook locations isn't necessary now...

Also, changing hook locations isn't necessary now that I think about it.

The main problem is that it's putting posts in twice in the first place which has nothing to do with that hack.
Forum: vB3 Programming Discussions 01-17-2009, 05:28 PM
Replies: 5
Views: 1,324
Posted By 007
I remember that being an option but for the life...

I remember that being an option but for the life of me I can't find it. (Checking for duplicate posts). Do you remember off the top of your head where it is in standard VB?
Forum: vB3 Programming Discussions 01-17-2009, 05:05 PM
Replies: 5
Views: 1,324
Posted By 007
Duplicate Posts By Accident

Has anybody else run into this on 3.8.0?

I didn't have this problem before but now that I have upgraded to 3.8.0 my members are noticing that sometimes when using the quick reply their post shows...
Forum: vB3 Programming Discussions 12-27-2008, 10:41 PM
Replies: 9
Views: 1,088
Posted By 007
I found the problem. PHP MySQL libraries did not...

I found the problem. PHP MySQL libraries did not match the version of MySQL installed. Reverting to the versions I had used before fixed this issue. Weird.
Forum: vB3 Programming Discussions 12-27-2008, 05:32 PM
Replies: 9
Views: 1,088
Posted By 007
How could it not be server config related though?...

How could it not be server config related though? It worked fine on the old server and not on the new server, with zero changes besides moving to the new server. I am all ears though. By support...
Forum: vB3 Programming Discussions 12-27-2008, 04:16 PM
Replies: 9
Views: 1,088
Posted By 007
I know about those plugins. The problem is this...

I know about those plugins. The problem is this doesn't work across VB, not just in plugins.

For example, profile.php?do=editsignature usually would show "Editing Signature" in Who's Online but...
Forum: vB3 Programming Discussions 12-27-2008, 03:44 AM
Replies: 9
Views: 1,088
Posted By 007
Dynamic Who's Online Info Broken

Some products here such as the arcade hack and others have code that displays extra information in Who's Online about a user's actions.

i.e. If a user is on /file.php?action=testing

I can add...
Forum: vB3 Programming Discussions 12-15-2008, 02:28 PM
Replies: 2
Views: 998
Posted By 007
Edit: Nevermind. Got it. Thanks!

Edit: Nevermind. Got it.

Thanks!
Forum: vB3 Programming Discussions 12-15-2008, 02:20 PM
Replies: 2
Views: 998
Posted By 007
Loading global.php to non-vb file

I'm trying to load global.php into a directory a few levels up.

i.e. domain.com/a/b/c/d/file.php

What is the correct syntax to use for the line of code to include global.php into file.php...
Forum: Forum and Server Management 11-24-2008, 05:07 PM
Replies: 4
Views: 2,651
Posted By 007
By "all the time" I mean every few days, but when...

By "all the time" I mean every few days, but when it happens it happens for 90% of posts, so I get about 200 emails about this (the auto emails) along with a few threads from members complaining.
...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 09:12 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.04259 seconds
  • Memory Usage 2,078KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (16)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