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 3
1
2
3
>
Showing results 1 to 25 of 60
Search took
0.00
seconds.
Search:
Posts Made By:
NoKSouLz
Forum:
vB4 Programming Discussions
10-12-2011, 09:39 AM
Replies:
1
Whats going on box gone weird after upgrading.
Views:
401
Posted By
NoKSouLz
Whats going on box gone weird after upgrading.
I upgraded my vbulletin forum from 4.17 to the latest and now for some reason the WGO box is displaying funny.
All of the data like posts threads list downwards rather than across.. and also it...
Forum:
vBulletin 4.x Add-ons
11-29-2010, 10:29 AM
Replies:
1,238
New Posting Features -
[DBTech] Advanced User Tagging v3 (vB4)
Views:
295,004
Posted By
NoKSouLz
Thanks, Although the notifications seem to...
Thanks,
Although the notifications seem to appear, there are no actual mentions retrieved into the mention log. Any assistance?
Forum:
vBulletin 4.x Add-ons
11-28-2010, 08:12 PM
Replies:
1,238
New Posting Features -
[DBTech] Advanced User Tagging v3 (vB4)
Views:
295,004
Posted By
NoKSouLz
Warning:...
Warning: require_once([path]/dbtech/usertag/hooks/cache_templates.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(1269) :...
Forum:
vB4 Programming Discussions
10-01-2010, 02:13 PM
Replies:
3
Repuatation Description?
Views:
445
Posted By
NoKSouLz
Fixed the shadow thing thanks, Any idea what...
Fixed the shadow thing thanks,
Any idea what mod there is?
Ive looked at extended Reputation and ER Display but those only make it so you can limit points and adds stars that you gain.
All i...
Forum:
vB4 Programming Discussions
10-01-2010, 09:09 AM
Replies:
3
Repuatation Description?
Views:
445
Posted By
NoKSouLz
Repuatation Description?
Anyone got any idea on how to make the description that goes with the repuation level appear in the post bit?
At the moment mine just says
*Green Box* (If highlighted it says the level your on)...
Forum:
vB4 Programming Discussions
04-14-2010, 05:12 PM
Replies:
2
Adding code into header thats outside the forum width
Views:
464
Posted By
NoKSouLz
Thats the thing tho.. My div coding which is...
Thats the thing tho..
My div coding which is what displays the bar and text and the links is inside the header..
At the very top above everything
Yet it still appears inside the forums width
Forum:
vB3 Design and Graphics Discussions
04-14-2010, 11:28 AM
Replies:
9
Fluid Rounded Corners and Borders
Views:
2,782
Posted By
NoKSouLz
ah fair enough.. what seems to be the...
ah fair enough..
what seems to be the problem?
Forum:
vB3 Design and Graphics Discussions
04-14-2010, 10:26 AM
Replies:
9
Fluid Rounded Corners and Borders
Views:
2,782
Posted By
NoKSouLz
If your using IE then fluid rounded...
If your using IE then fluid rounded corners/borders dont really work.
There is a piece of code which can be added into css to round corners but only works with updated browsers such as FF,...
Forum:
vB4 Design and Graphics Discussions
04-14-2010, 10:24 AM
Replies:
2
Postbit info editing
Views:
474
Posted By
NoKSouLz
Edit the postbit template file in your style. ...
Edit the postbit template file in your style.
Either add them into a table each profile field and customize the table or enwrap them into div coding and style the divs.
Forum:
vB3 Programming Discussions
04-14-2010, 10:23 AM
Replies:
2
SQL Error (Modification?)
Views:
555
Posted By
NoKSouLz
Like marco said.. The error seems to be...
Like marco said..
The error seems to be around your MGCChatbox..
I suggest checking into that. Maybe your mqsql database cant handle the amount of connections required.
Do the errors happen...
Forum:
vB3 General Discussions
04-14-2010, 10:19 AM
Replies:
2
TOS page
Views:
547
Posted By
NoKSouLz
in your accept page you would need to add the...
in your accept page you would need to add the following:
<?php setcookie("TOS", Yes, time()+36000, "/"); ?>
This then sets a cookie to say that they have accepted..
Then on your TOS page...
Forum:
vB3 General Discussions
04-14-2010, 10:12 AM
Replies:
1
Ads to show in navbar in forums
Views:
512
Posted By
NoKSouLz
Add it into the navbar template below or above...
Add it into the navbar template below or above the navbar?
Forum:
vB4 General Discussions
04-14-2010, 10:07 AM
Replies:
61
Show us your VB 4.0 beta site!
Views:
7,176
Posted By
NoKSouLz
<a href="http://www.decerto.net"...
<a href="http://www.decerto.net" target="_blank">www.decerto.net</a>
Still in the making but getting there
Forum:
vB4 General Discussions
04-14-2010, 10:04 AM
Replies:
2
Custom user cp field appears under avatar
Views:
568
Posted By
NoKSouLz
<vb:if...
<vb:if condition="$post['field#']"><dt>{vb:rawphrase car_perm}</dt> <dd>{vb:raw post.field#}</dd></vb:if>
car_perm = what ever you want it to be called
This section of code should be posted...
Forum:
vB4 Programming Discussions
04-14-2010, 09:53 AM
Replies:
3
Buddy / Contact / Friend list Management
Views:
828
Posted By
NoKSouLz
Im not quite sure what your trying to do.. ...
Im not quite sure what your trying to do..
Logic?:
2 Groups..
Members of each group can only add friends in there group?
Forum:
vB4 Programming Discussions
04-14-2010, 09:51 AM
Replies:
2
Forum/Thread Counter Issue
Views:
492
Posted By
NoKSouLz
Try doing a repair on the maintenance section in...
Try doing a repair on the maintenance section in the admincp.
Also rebuild your statistics incase some sort of error occured,
Admincp > Maintenance > Repair/Optimize Tables - *Check all - Run
...
Forum:
vB4 Programming Discussions
04-14-2010, 09:45 AM
Replies:
1
Editing user profile fields in postbit legacy
Views:
761
Posted By
NoKSouLz
was gonna say edit: <vb:if...
was gonna say edit:
<vb:if condition="$post['field5']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field5}</dd></vb:if>
location_perm = what ever you want it to be called
Forum:
vB4 Programming Discussions
04-14-2010, 09:43 AM
Replies:
3
Simple Help : Check this query
Views:
468
Posted By
NoKSouLz
Yeah same as above you either have used an...
Yeah same as above you either have used an incorrect prefix or forgot to include the post table.
Forum:
vB4 Programming Discussions
04-14-2010, 09:27 AM
Replies:
2
Adding code into header thats outside the forum width
Views:
464
Posted By
NoKSouLz
Adding code into header thats outside the forum width
Basically i have a forum thats got a funky background that goes down each side of the forum. The forum is set to a specific width so that the images are displayed down the sides as a background.
I...
Forum:
vB3 General Discussions
01-09-2010, 09:37 PM
Replies:
5
Products not showing on forum home
Views:
759
Posted By
NoKSouLz
I also did that for the stats page where it said...
I also did that for the stats page where it said if the automatic feature doesnt work then add the following tag to make it show:
$gxboxstats
and it still doesnt show :\
Forum:
vB3 General Discussions
01-09-2010, 09:14 PM
Replies:
5
Products not showing on forum home
Views:
759
Posted By
NoKSouLz
I have plugins enabled and it is set to yes in...
I have plugins enabled and it is set to yes in the vB options : Plugin / Hook section.
Forum:
vB3 General Discussions
01-09-2010, 03:49 PM
Replies:
5
Products not showing on forum home
Views:
759
Posted By
NoKSouLz
Products not showing on forum home
I have installed a few products which all work on the forum home for example;
Members who have visited today - Installed
On the forum home it does not show, i have checked the settings twice...
Forum:
vBulletin 3.8 Add-ons
01-09-2010, 03:37 PM
Replies:
1,264
Add-On Releases -
gXboxLive - Xbox Live Leaderboard
Views:
304,924
Posted By
NoKSouLz
Stats aint appearing on the bottom of the forum...
Stats aint appearing on the bottom of the forum home with all options set right and even custom tag line put into the footer..
www.gowforum.co.uk/gxboxlive.php
works.. tested with multiple...
Forum:
vBulletin 3.8 Add-ons
10-15-2009, 03:00 PM
Replies:
723
Chat Modifications -
Cyb - ChatBox
Views:
185,454
Posted By
NoKSouLz
Not working at all for me.. doesnt display,...
Not working at all for me..
doesnt display, i have tried using the '$cybchatbox' command added into custom templates aswell as the forum home and below navbar...
Not loading at all, i have...
Forum:
vB3 Programming Discussions
10-12-2009, 09:49 PM
Replies:
5
Security Token Missing?
Views:
1,326
Posted By
NoKSouLz
Just created the very basic vBulletin skin with...
Just created the very basic vBulletin skin with defaults for everything and still recieve the same error message when creating an article.
You can view, click new and fill stuff in but cannot...
Showing results 1 to 25 of 60
Page 1 of 3
1
2
3
>
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
07:00 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.01678 seconds
Memory Usage
2,035KB
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
(15)
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.0012
(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(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi