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...
Showing results 1 to 17 of 17
Search took
0.00
seconds.
Search:
Posts Made By:
Mr Happy
Forum:
vB4 Programming Discussions
06-06-2010, 01:20 AM
Replies:
8
PHP question
Views:
701
Posted By
Mr Happy
Sorry I know that is -> OOP isn't custom to...
Sorry I know that is -> OOP isn't custom to vBulletin. I was refering to the whole $vbulletin->GPC command. As I said I'm not great at explaining things and was trying to explain it in simple...
Forum:
vB4 Programming Discussions
06-06-2010, 01:14 AM
Replies:
3
Mods?
Views:
728
Posted By
Mr Happy
you really must be desperate to know...
you really must be desperate to know https://vborg.vbsupport.ru/showthread.php?t=243898
ya their are different types of mods. Some mods have lots of files. Others have only one.
If the mod has...
Forum:
vB4 Programming Discussions
06-06-2010, 01:01 AM
Replies:
4
$forum['forumid'] in showthread
Views:
1,083
Posted By
Mr Happy
$forum['forumid'] in showthread
So after a lot of head scratching I found out that $forum['forumid'] isn't registered in showthread.php and it's only in forumdisplay.
<vb:if condition="in_array($foruminfo['forumid'],...
Forum:
vB4 Programming Discussions
06-06-2010, 12:41 AM
Replies:
8
PHP question
Views:
701
Posted By
Mr Happy
I'm not the best at explaining but these are...
I'm not the best at explaining but these are sorta custom vBulletin commands.
-> sorta means this or next
So in the example you gave it's vbulletin this GCP
GCP is like a clean function so...
Forum:
vB3 Programming Discussions
06-03-2010, 12:54 PM
Replies:
3
add search field
Views:
911
Posted By
Mr Happy
Not sure if your still looking for an answer as I...
Not sure if your still looking for an answer as I just stumped across this looking from something else but downloadsII isn't using search.php. It uses downloads.php?do=search so unless you do lots of...
Forum:
vB4 Programming Discussions
06-03-2010, 12:27 PM
Replies:
2
HTML Code help
Views:
572
Posted By
Mr Happy
You could just modify the bottom like so: <tr>...
You could just modify the bottom like so:
<tr>
<td>NGG</td>
<td>1</td>
</tr>
<tr>
<td>NGG</td>
<td>1</td>
</tr>
<tr>
Forum:
vB4 Programming Discussions
05-28-2010, 06:49 PM
Replies:
3
Different title image for one forum?
Views:
575
Posted By
Mr Happy
If you viewing a topic or post then the...
If you viewing a topic or post then the $foruminfo[forumid] isn't registered so any if condition involving the forumid won't work. I nearly went bald discovering this recently.
Their might be a...
Forum:
vB4 Programming Discussions
05-28-2010, 06:39 PM
Replies:
1
Is their a Hook for Custom Search fields?
Views:
540
Posted By
Mr Happy
Is their a Hook for Custom Search fields?
I made a plugin that adds an extra field to posts on my site which works fine. It's like a site rating system.
I want to add an extra search field to the search area so I can add the additional...
Forum:
vB4 Design and Graphics Discussions
05-28-2010, 06:00 PM
Replies:
12
Google Custom Search in the navbar
Views:
1,727
Posted By
Mr Happy
A bit of a bump I know but i came across this in...
A bit of a bump I know but i came across this in Google while looking for something else.
Just so you know I made a tutorial on how to do this if anyone else finds this post through Google...
Forum:
vB4 General Discussions
05-18-2010, 02:43 PM
Replies:
0
Prune & Delete Old Private Messages PM
Views:
1,025
Posted By
Mr Happy
Prune & Delete Old Private Messages PM
Anyone know if it's possible to delete old private messages to reduce the size of the database and speed it up a bit. eg. delete all private messages that are older than two months old. I know it's...
Forum:
vB4 Programming Discussions
05-12-2010, 01:02 AM
Replies:
1
Link to the forum your in while viewing thread
Views:
452
Posted By
Mr Happy
Anybody with any idea? It's being a few days and...
Anybody with any idea? It's being a few days and I've still no idea.
Forum:
vB4 Programming Discussions
05-07-2010, 12:54 PM
Replies:
1
Link to the forum your in while viewing thread
Views:
452
Posted By
Mr Happy
Link to the forum your in while viewing thread
I want to make a link to the forum I'm currently in while viewing a thread.
It exists in the breadcrumb but I want to add another copy.
For example, while your viewing this thread it's in vB4...
Forum:
vB4 Programming Discussions
05-07-2010, 12:43 PM
Replies:
2
Permanent forum-link in breadcrumb
Views:
555
Posted By
Mr Happy
By forum-link you mean a link back to the main...
By forum-link you mean a link back to the main home page?
If so that already exists. It's only a small image though at the moment which is https://vborg.vbsupport.ru/external/2010/05/55.png
If...
Forum:
vB4 Programming Discussions
04-28-2010, 09:56 AM
Replies:
10
Help converting a short template mod to VB4
Views:
729
Posted By
Mr Happy
<vb:if condition="THIS_SCRIPT == 'showthread'"> ...
<vb:if condition="THIS_SCRIPT == 'showthread'">
<vb:if condition="$jointime > 1825"><img src="{vb:stylevar imgdir_editor}/goldstar.png"/></vb:if>
<vb:if condition="$jointime > 3285"><img...
Forum:
vB4 Programming Discussions
04-26-2010, 12:33 AM
Replies:
3
[SOLVED] How to get the Current URL Page Location
Views:
5,743
Posted By
Mr Happy
[SOLVED] How to get the Current URL Page Location
Basically what I had on a vBulletin 3 skin was:
href="$_SERVER[PHP_SELF]?<vb:if condition="$_SERVER['QUERY_STRING']">$_SERVER[QUERY_STRING]&</vb:if>styleid=1
and it was a quick link that would...
Forum:
vB4 Programming Discussions
04-09-2010, 07:17 PM
Replies:
3
Which is best - $vbulletin->db->query_read OR $db->query_read
Views:
1,696
Posted By
Mr Happy
Excellent, thanks for that Paul M and for the...
Excellent, thanks for that Paul M and for the fast reply.
This can be closed if you want as it's answered :D
Forum:
vB4 Programming Discussions
04-09-2010, 03:39 PM
Replies:
3
Which is best - $vbulletin->db->query_read OR $db->query_read
Views:
1,696
Posted By
Mr Happy
Which is best - $vbulletin->db->query_read OR $db->query_read
Just a very quick question.
I'm wondering what's the difference between
$vbulletin->db->query_read(Select bla bla bla .....
and
$db->query_read(Select bla bla bla .....
Showing results 1 to 17 of 17
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
08:55 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.01537 seconds
Memory Usage
1,978KB
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)
post_thanks_navbar_search
(1)
search_results
(17)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(4)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi