The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 20
1
2
3
11
>
Last
»
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
Apostrophe and special characters in validfields?
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
Apostrophe and special characters in validfields?
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
Apostrophe and special characters in validfields?
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
Apostrophe and special characters in validfields?
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
Apostrophe and special characters in validfields?
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
Apostrophe and special characters in validfields?
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
Parse HTML in just certain posts
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
Condition for if user is ignored?
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
Condition for if user is ignored?
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
Regular Expressions to Replace Quoted Text
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
Regular Expressions to Replace Quoted Text
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
Search terms that are too short
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
Search terms that are too short
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
Adsense ID Pre-Coded into VB?
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
Adsense ID Pre-Coded into VB?
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
Duplicate Posts By Accident
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
Duplicate Posts By Accident
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
Duplicate Posts By Accident
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
Dynamic Who's Online Info Broken
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
Dynamic Who's Online Info Broken
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
Dynamic Who's Online Info Broken
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
Dynamic Who's Online Info Broken
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
Loading global.php to non-vb file
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
Loading global.php to non-vb file
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
MySQL Error : Table 'xxxxxx' is read only
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
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
09:12 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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
Messages:
time to check permissions: 0.0136
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
FULLTEXT Search
php_sapi_name(): fpm-fcgi