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:
nerbert
Forum:
vBulletin 4.x Add-ons
05-21-2015, 07:44 PM
Replies:
57
Miscellaneous Hacks -
Thread & Forum Ignore System
Views:
41,876
Posted By
nerbert
As best I can recall I tried making it active in...
As best I can recall I tried making it active in Activity Stream but couldn't begin to figure out how to do it; I don't think there were hook locations available to modify the search. Kinda hard to...
Forum:
vB4 Programming Discussions
03-08-2015, 03:55 PM
Replies:
2
Vb if condition question
Views:
456
Posted By
nerbert
I don't understand exactly what you want but you...
I don't understand exactly what you want but you use "AND" and "OR" inside the quoted stuff in the conditional. For example:
<vb:if condition="$post['field5'] OR $post['field6'] OR...
Forum:
vB4 General Discussions
03-05-2015, 10:42 PM
Replies:
4
Update to MySQL 5.5.x. and the error wysiwyg
Views:
574
Posted By
nerbert
previewing posts Warning: preg_match():...
previewing posts
Warning: preg_match(): Compilation failed: invalid range in character class at offset 23 in ..../includes/class_wysiwygparser.php on line 481
includes/class_wysiwygparser.php
...
Forum:
vB4 Programming Discussions
02-26-2015, 08:41 PM
Replies:
9
console.log <- Vbulletin using this and it rustles me.
Views:
1,156
Posted By
nerbert
Only console.log()? Or console.warn() and...
Only console.log()? Or console.warn() and console.info() too?
I can do it with regular expression search and replace.
EDIT
One thing I'm not sure what to do with though:
...
Forum:
vB4 Design and Graphics Discussions
02-23-2015, 11:43 PM
Replies:
2
Custom page template not for guests accessable
Views:
442
Posted By
nerbert
It would have to be in the php file that calls...
It would have to be in the php file that calls the template. I think this would do it
if(!$show['member']
{
print_no_permission();
}
This should go right after...
Forum:
vB4 Design and Graphics Discussions
02-18-2015, 02:41 AM
Replies:
6
Can't Style Variable
Views:
631
Posted By
nerbert
What ozzy said. It's in the "header"...
What ozzy said. It's in the "header" group
Forum:
vB4 General Discussions
02-11-2015, 04:46 AM
Replies:
1
How to change path var IMGDIR_BUTTON
Views:
425
Posted By
nerbert
Style Manager >Style Variable Editor >...
Style Manager >Style Variable Editor > ImagePaths
Forum:
vB4 General Discussions
02-05-2015, 12:37 PM
Replies:
2
Thread Rating Conditional
Views:
342
Posted By
nerbert
Try this : <vb:if...
Try this :
<vb:if condition="$thread['rating'] >= 3">.....................................</vb:if>
Forum:
vBulletin.org Site Feedback
02-04-2015, 01:08 AM
Replies:
14
Cannot reply to threads in the paid request forum
Views:
1,293
Posted By
nerbert
It's always been that way. The reason, I assume,...
It's always been that way. The reason, I assume, is that negotiation of terms with the thread author should be by PM only.
Forum:
vB4 Programming Discussions
02-03-2015, 03:50 AM
Replies:
1
Getting a syntax error
Views:
259
Posted By
nerbert
this is what I have there ...
this is what I have there
unset($userarray, $userid, $username);
$parent_postids = fetch_post_parentlist($curpostid);
if (!$parent_postids)
{
$currentdepth = 0;
}
Forum:
vB4 General Discussions
02-02-2015, 10:29 PM
Replies:
2
If Condition = I posted this
Views:
305
Posted By
nerbert
<vb:if condition="$post['userid'] ==...
<vb:if condition="$post['userid'] == $vbulletin->userinfo['userid']">You made this post</vb:if>
Forum:
vB4 General Discussions
01-31-2015, 08:47 PM
Replies:
8
Error Message, How Can I Fix It?
Views:
582
Posted By
nerbert
This is strange. Line 9 of forumdisplay.php is...
This is strange. Line 9 of forumdisplay.php is part of a comment block at the top of the file.
<?php
/*======================================================================*\
||...
Forum:
vB4 General Discussions
01-31-2015, 03:12 AM
Replies:
6
New Thread -> Form
Views:
546
Posted By
nerbert
Yes I think you would have all the info from...
Yes I think you would have all the info from global.php. Either $vbulletin->foruminfo or $foruminfo should get all you would need. for the forum. And of course $vbulletin->userinfo
Forum:
vB4 General Discussions
01-31-2015, 02:54 AM
Replies:
6
New Thread -> Form
Views:
546
Posted By
nerbert
But I hate editing templates! It would work...
But I hate editing templates!
It would work though. It would be a bit messy for several forums, I don't remember if you can use in_array() in a template conditional.
Forum:
vB4 General Discussions
01-31-2015, 02:25 AM
Replies:
6
New Thread -> Form
Views:
546
Posted By
nerbert
What about a redirect in newthread.php that...
What about a redirect in newthread.php that redirects depending on the forum id?
Forum:
vB4 General Discussions
01-29-2015, 01:17 PM
Replies:
4
Unsubscribe link
Views:
502
Posted By
nerbert
If you mean you want members to be able to...
If you mean you want members to be able to terminate their membership maybe this is what you want (I don't use this, so I don't know much about it)
...
Forum:
vB4 General Discussions
01-29-2015, 07:07 AM
Replies:
5
AdminCP keeps on refreshing.. like there is some kind of bug
Views:
946
Posted By
nerbert
I have no idea what that could be but when things...
I have no idea what that could be but when things get really weird first thing to try is restarting your computer.
Forum:
Modification Graveyard
01-29-2015, 02:17 AM
Replies:
31
Forum Home Enhancements -
[OzzModz] Welcome Newest Member Username Markup
Views:
18,342
Posted By
nerbert
I've been looking at this too and I cannot...
I've been looking at this too and I cannot figure out where $vbulletin->userstats is updated. Surely somewhere in the required files for register.php the values for...
Forum:
vB4 General Discussions
01-28-2015, 01:22 PM
Replies:
28
Question about "Welcome to our newest member,"
Views:
2,294
Posted By
nerbert
I suppose big forums use completely automatic...
I suppose big forums use completely automatic member approval based various filtering methods. I manually approve every new member. I use this:
https://vborg.vbsupport.ru/showthread.php?t=268113...
Forum:
vB4 Design and Graphics Discussions
01-27-2015, 08:33 PM
Replies:
4
Change editor button images
Views:
807
Posted By
nerbert
If you look at the sprite image you'll see there...
If you look at the sprite image you'll see there are three versions of each image. The most faded corresponds to the disabled state for the button; I'm not sure about the intermediate one. So first...
Forum:
vB4 Design and Graphics Discussions
01-27-2015, 06:54 PM
Replies:
4
Change editor button images
Views:
807
Posted By
nerbert
All those button images are in...
All those button images are in images/editor/sprite.png. I verified the tree image is in there. It's odd that that one image you replaced is there by itself all lonely.
Forum:
vB4 General Discussions
01-27-2015, 04:30 PM
Replies:
1
Preview Post error
Views:
435
Posted By
nerbert
This is how I solved it. You can take it or leave...
This is how I solved it. You can take it or leave it.
Line 481 includes/class_wysiwygparser.php
if (preg_match('#attachment\.php\?attachmentid=(\d+)#si', $img_url, $matches) AND...
Forum:
vB4 General Discussions
01-27-2015, 04:04 PM
Replies:
12
vB 4.2.2 line breaks lost
Views:
1,160
Posted By
nerbert
If you like the WYSIWYG you can always use that...
If you like the WYSIWYG you can always use that for normal posts but always switch to standard when you edit that one post with the links. I'm not sure this is actually a problem with the CK Editor...
Forum:
vB4 Programming Discussions
01-26-2015, 09:10 PM
Replies:
15
Error message after using advanced editor
Views:
763
Posted By
nerbert
See Post #6. I did the same thing but kept both...
See Post #6. I did the same thing but kept both statements on the same line to preserve the original line numbering. Same goes for the contents of the next conditional.
Forum:
vB4 General Discussions
01-25-2015, 11:51 PM
Replies:
11
Slashes automatically appearing before apostrophes
Views:
990
Posted By
nerbert
Have you tried Maintenance > Diagnostics >...
Have you tried
Maintenance > Diagnostics > Suspect File Versions
to test for edited files?
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
06:23 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.02458 seconds
Memory Usage
2,076KB
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
(17)
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.0095
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
FULLTEXT Search
php_sapi_name(): fpm-fcgi