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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 79
Search took
0.00
seconds.
Search:
Posts Made By:
NovoCiv
Forum:
vB5 Programming Discussions
01-15-2021, 11:17 PM
Replies:
4
How to add variable from user table to template
Views:
419
Posted By
NovoCiv
https://i.imgur.com/nfzko2J.png I want to...
https://i.imgur.com/nfzko2J.png
I want to just put a line below posts: #
I found the template conversation_userinfo and i can put static text there, but not the variable that shows the points...
Forum:
vB5 Programming Discussions
01-15-2021, 06:59 AM
Replies:
4
How to add variable from user table to template
Views:
419
Posted By
NovoCiv
The ucash column of the user table. I can't make...
The ucash column of the user table. I can't make screenshots of the old system because it became unusable when PHP was updated, and now the forums are on 5.6.4.
Ucash is just a float value.
Forum:
vB5 Programming Discussions
01-14-2021, 09:52 PM
Replies:
4
How to add variable from user table to template
Views:
419
Posted By
NovoCiv
How to add variable from user table to template
Today I had to upgrade from vBulletin 4.0.5 to the latest 5.6.4 due to the server forcing me into the modern world with PHP 7.4.
All of my 10+ years of custom code and modifications is lost. I...
Forum:
vBulletin.org Site Feedback
04-18-2016, 07:15 AM
Replies:
7
Misc/Other - Account hijack attempt on your site
Views:
1,897
Posted By
NovoCiv
There is also a bot attacking from...
There is also a bot attacking from 202.100.167.169
This IP comes up in a lot of spam reports so it's also safe to block.
Forum:
vB4 Programming Discussions
12-15-2014, 10:12 PM
Replies:
6
report_send_complete hook isn't working
Views:
583
Posted By
NovoCiv
I'm back on 4.0.5. I do extensive...
I'm back on 4.0.5.
I do extensive modification to the base code and a lot of the mods I use are not updated for newer revisions. It seems easier to just apply security patches than to try to find...
Forum:
vB4 Programming Discussions
12-15-2014, 09:56 PM
Replies:
6
report_send_complete hook isn't working
Views:
583
Posted By
NovoCiv
You know, this explains a lot. There...
You know, this explains a lot.
There is no such hook. The hooks that I have are:
report_form_start
report_send_complete
report_send_email
report_send_process
report_start
Forum:
vB4 Programming Discussions
12-15-2014, 09:13 PM
Replies:
6
report_send_complete hook isn't working
Views:
583
Posted By
NovoCiv
report_send_complete hook isn't working
Nothing happens when I make a plugin for that hook. I looked into plugins from addons that I've installed and they're not firing on the hook either.
For example, with Digital Point Spy there...
Forum:
vB4 Programming Discussions
08-23-2012, 07:02 PM
Replies:
0
Hiding a specific forum from WOL
Views:
395
Posted By
NovoCiv
Hiding a specific forum from WOL
I've been searching these forums and trying a bunch of things, but I can't seem to find a solution.
I have a specific forum which forces an Anonymous stylesheet so users can post in secrecy....
Forum:
vBulletin 4.x Add-ons
07-23-2011, 04:17 AM
Replies:
224
Forum Display Enhancements -
All Topic - Master Forums - Shows threads from multiple forums in one forum
Views:
44,993
Posted By
NovoCiv
I discovered the error was because of the...
I discovered the error was because of the template edit option. Disabling the option and manually editing the templates worked. Now the product works as desired. Thanks and 5 stars :)
Forum:
vBulletin 4.x Add-ons
07-20-2011, 07:23 PM
Replies:
224
Forum Display Enhancements -
All Topic - Master Forums - Shows threads from multiple forums in one forum
Views:
44,993
Posted By
NovoCiv
When I do this it also gives the cookie error.
When I do this it also gives the cookie error.
Forum:
vBulletin 4.x Add-ons
07-20-2011, 02:53 PM
Replies:
224
Forum Display Enhancements -
All Topic - Master Forums - Shows threads from multiple forums in one forum
Views:
44,993
Posted By
NovoCiv
I'm on 4.0.5 still and the forumdisplay.php edit...
I'm on 4.0.5 still and the forumdisplay.php edit isn't possible. The original appears as:
($hook = vBulletinHook::fetch_hook('forumdisplay_query_threadscount')) ? eval($hook) : false;
# Include...
Forum:
vB4 Programming Discussions
06-11-2011, 10:18 PM
Replies:
0
Authentication users on an external website?
Views:
588
Posted By
NovoCiv
Authentication users on an external website?
I have two different servers located at novociv.com and novociv.org
I want to make a page on novociv.com that is closed to random viewers, but that users logged into my forums at novociv.org can...
Forum:
vBulletin 4.x Add-ons
06-09-2011, 06:08 PM
Replies:
2,881
Miscellaneous Hacks -
Rotating Banner System
Views:
558,211
Posted By
NovoCiv
I can't get this to work at all. I just want...
I can't get this to work at all.
I just want to show random images somewhere that an ad would normally go and no matter what I do I can't get any of the images to show up.
I don't understand...
Forum:
vB4 Programming Discussions
06-06-2011, 03:08 AM
Replies:
6
Trying to disable color tags for some users
Views:
560
Posted By
NovoCiv
That's totally worth it unless someone has an...
That's totally worth it unless someone has an easy fix.
Forum:
vB4 Programming Discussions
06-06-2011, 01:04 AM
Replies:
6
Trying to disable color tags for some users
Views:
560
Posted By
NovoCiv
Hey that worked great! Thanks!
Hey that worked great! Thanks!
Forum:
vB4 Programming Discussions
06-06-2011, 12:21 AM
Replies:
6
Trying to disable color tags for some users
Views:
560
Posted By
NovoCiv
Sorry forgot to mention this is in a plugin at...
Sorry forgot to mention this is in a plugin at the postbit_display_complete hook.
A new style is not a viable option.
Forum:
vBulletin 4.x Add-ons
06-05-2011, 11:47 PM
Replies:
135
Add-On Releases -
dmActivityStream - Facebook-like news feed for your forum!
Views:
32,214
Posted By
NovoCiv
Is it possible to exclude certain forums from the...
Is it possible to exclude certain forums from the stream?
(Ex, friends of moderators can't see that they posted in a moderator forum)
Edit: I realize you've done this but what I also needed was...
Forum:
vB4 Programming Discussions
06-05-2011, 08:09 PM
Replies:
6
Trying to disable color tags for some users
Views:
560
Posted By
NovoCiv
Trying to disable color tags for some users
My members have requested the ability to disable color tags just as they can disable images. I created a profile field for this and have been trying to determine the correct hook and code to make...
Forum:
vBulletin 4.x Add-ons
06-05-2011, 06:33 PM
Replies:
2,287
Major Additions -
Tournaments, Ladders & Leagues Manager v4.x
Views:
346,280
Posted By
NovoCiv
What is the status of the script exploit I...
What is the status of the script exploit I messaged you about?
Forum:
vBulletin 3.8 Add-ons
04-22-2011, 08:32 PM
Replies:
1,242
Miscellaneous Hacks -
Live Topic
Views:
266,885
Posted By
NovoCiv
I'm beginning to doubt they did anything. Seems...
I'm beginning to doubt they did anything. Seems like it was all just a way to get traffic on their site to increase their sales.
Forum:
vBulletin 4.x Add-ons
04-17-2011, 03:10 AM
Replies:
2,287
Major Additions -
Tournaments, Ladders & Leagues Manager v4.x
Views:
346,280
Posted By
NovoCiv
Well I disabled the mod and the errors continue,...
Well I disabled the mod and the errors continue, so the two are not related. Nothing to worry about :)
Forum:
vBulletin 4.x Add-ons
04-16-2011, 02:19 PM
Replies:
2,287
Major Additions -
Tournaments, Ladders & Leagues Manager v4.x
Views:
346,280
Posted By
NovoCiv
I have been trying to troubleshoot server errors...
I have been trying to troubleshoot server errors that I've had since around the time this mod was installed. I don't suspect this mod has anything to do with it but I've hit a dead end. Has anyone...
Forum:
Modification Graveyard
03-15-2011, 03:19 PM
Replies:
2,223
Major Additions -
Point Market System 3.1x
Views:
360,247
Posted By
NovoCiv
Yeah I sent you a PM about it.
Yeah I sent you a PM about it.
Forum:
Modification Graveyard
03-15-2011, 12:46 AM
Replies:
2,223
Major Additions -
Point Market System 3.1x
Views:
360,247
Posted By
NovoCiv
Ok so, it says there's an images forum market...
Ok so, it says there's an images forum market category but I don't see it in the market or in the admincp. How do I add these?
Edit: Btw I upgraded from 3.0.0 RC 3
Edit2: I fixed it by...
Forum:
Modification Graveyard
03-14-2011, 11:19 PM
Replies:
2,223
Major Additions -
Point Market System 3.1x
Views:
360,247
Posted By
NovoCiv
Edit: Spoke too soon, found what I was looking...
Edit: Spoke too soon, found what I was looking for.
Showing results 1 to 25 of 79
Page 1 of 4
1
2
3
>
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
12:58 AM
.
-- 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.01773 seconds
Memory Usage
2,044KB
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
(36)
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.0015
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(224, 0, 1,''); -> cached fperms for forum 224
(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(224, 0, 1,''); -> cached fperms for forum 224
FULLTEXT Search
php_sapi_name(): fpm-fcgi