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 2
1
2
>
Showing results 1 to 25 of 34
Search took
0.00
seconds.
Search:
Posts Made By:
vaskies
Forum:
vB3 Programming Discussions
02-02-2010, 08:23 PM
Replies:
4
Where is $post['reputation'] defined?
Views:
823
Posted By
vaskies
I did, and $post['reputation'] is nowhere to be...
I did, and $post['reputation'] is nowhere to be found. I'm new to PHP so it's very possible I'm missing something here.
I'm currently going through reputation.php line-by-line, but if someone more...
Forum:
vB3 General Discussions
02-02-2010, 03:36 AM
Replies:
10
Blocking any particular domain
Views:
807
Posted By
vaskies
In the admin control panel: Vbulletin...
In the admin control panel:
Vbulletin Options > Censorship Options
Then add the URL to the censored word list and save.
Forum:
vB3 Programming Discussions
02-01-2010, 10:46 PM
Replies:
4
Where is $post['reputation'] defined?
Views:
823
Posted By
vaskies
Where is $post['reputation'] defined?
Since I didn't get much luck here (https://vborg.vbsupport.ru/showpost.php?p=1972209&postcount=1) (at least, not yet :p), I decided to try and code this myself by using SELECT distinct.
To do...
Forum:
vB4 General Discussions
02-01-2010, 05:18 PM
Replies:
5
How do I center forum titles on forumhome?
Views:
410
Posted By
vaskies
From the admin control panel: Styles &...
From the admin control panel:
Styles & Templates > Style Manager
In the top right you should see a drop-down menu "All Style Options" - Within the drop-down menu, select "Edit Templates"
...
Forum:
vB4 General Discussions
02-01-2010, 02:44 PM
Replies:
5
How do I center forum titles on forumhome?
Views:
410
Posted By
vaskies
I'm no expert, but I would try this: In...
I'm no expert, but I would try this:
In forumbits.css find:
.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
font-weight:bold;...
Forum:
vB4 General Discussions
02-01-2010, 02:14 PM
Replies:
0
Display Unique Reputation in Postbit?
Views:
371
Posted By
vaskies
Display Unique Reputation in Postbit?
Does vbulletin have a variable that displays unique reputation? For example, if I were to be repped five times by the same person, it would only count as one.
If not, is there a mod for this? I...
Forum:
ibProArcade Archive
01-23-2010, 10:50 AM
Replies:
2
Leaderboard on Forumhome?
Views:
1,267
Posted By
vaskies
To use your site as a reference, I've been trying...
To use your site as a reference, I've been trying to get this:
http://www.next-level-arcade.com/ibproarcade/league.html
and limit it to the top 10, to be used on forumhome.
The current problem I...
Forum:
ibProArcade Archive
01-22-2010, 08:45 PM
Replies:
2
Leaderboard on Forumhome?
Views:
1,267
Posted By
vaskies
Leaderboard on Forumhome?
I tried using the code directly from the league module, but had no luck because the tables being queried don't exist.
$league = $DB->query("SELECT l.mid, l.gid, AVG(l.position) AS position,...
Forum:
ibProArcade Archive
01-15-2010, 03:19 PM
Replies:
0
[HELP] How to Edit vB4 Template for ibProArcade?
Views:
1,122
Posted By
vaskies
[HELP] How to Edit vB4 Template for ibProArcade?
I'm new to ibProarcade so forgive my noobness. I recently installed ibProArcade v2.7.0+ on my vB4 Gold Patch Level 1 forum. I followed the instructions to the letter, but I'm still having problems....
Forum:
vB4 Programming Discussions
01-12-2010, 06:18 AM
Replies:
2
Moving $notices from Navbar Template to Header Template
Views:
591
Posted By
vaskies
Oh sorry, I thought that was implied. Yeah I've...
Oh sorry, I thought that was implied. Yeah I've tried it, and it didn't work unfortunately.
Edit: Doh! $notices was already available to me. The plugin wasn't even required. The problem had to...
Forum:
vB4 Programming Discussions
01-11-2010, 01:44 PM
Replies:
2
Moving $notices from Navbar Template to Header Template
Views:
591
Posted By
vaskies
Moving $notices from Navbar Template to Header Template
This is very similar to a previous thread I made, but the goal has changed considerably (and has since become clearer), and I think it makes more sense to keep this separate. Here's what I have so...
Forum:
vB4 Programming Discussions
12-27-2009, 12:17 PM
Replies:
1
FORUMDISPLAY CSS Class Duplicated? What?
Views:
915
Posted By
vaskies
FORUMDISPLAY CSS Class Duplicated? What?
.above_threadlist_controls {
margin-top: {vb:math {vb:stylevar padding}/2};
float: {vb:stylevar right};
clear: both;
}
.above_threadlist_controls {
display:block;
width: 100%;...
Forum:
vB4 Programming Discussions
12-26-2009, 04:14 PM
Replies:
1
Styling Last Forumrow in FORUMHOME
Views:
724
Posted By
vaskies
Styling Last Forumrow in FORUMHOME
https://vborg.vbsupport.ru/external/2009/12/31.jpg
I've been trying to get rounded corners on the last forumrow of each category. After a search, I came across this nifty guide...
Forum:
vB4 Programming Discussions
12-24-2009, 02:51 AM
Replies:
3
Pushing Existing Variable From Other Template
Views:
1,286
Posted By
vaskies
err sorry, I meant $forumjump! Edit: I'm...
err sorry, I meant $forumjump!
Edit: I'm currently trying to find where forumjump is defined so I can redefine it inside the plugin. I guess I'll just start opening up php files and search away....
Forum:
vB4 Programming Discussions
12-24-2009, 02:24 AM
Replies:
3
Pushing Existing Variable From Other Template
Views:
1,286
Posted By
vaskies
Pushing Existing Variable From Other Template
How do I pass the $pagenav variable into FORUMHOME? I tried via plugin:
vB_Template::preRegister('FORUMHOME',array('pagenav' => $pagenav));
But no luck. I believe $pagenav is defined inside...
Forum:
vB4 General Discussions
12-17-2009, 03:23 PM
Replies:
2
RESOLVED: Navbar CSS?
Views:
1,390
Posted By
vaskies
Just what I needed. Thanks again. :)
Just what I needed. Thanks again. :)
Forum:
vB4 General Discussions
12-17-2009, 02:26 PM
Replies:
2
RESOLVED: Navbar CSS?
Views:
1,390
Posted By
vaskies
RESOLVED: Navbar CSS?
I'm trying to remove the round corners on the navbar.
So from this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=107663&stc=1&d=1261067072
I want to make like this:...
Forum:
vB4 Programming Discussions
12-17-2009, 06:24 AM
Replies:
5
date_format
Views:
1,212
Posted By
vaskies
Are you sure gig.date is a valid date? This...
Are you sure gig.date is a valid date? This might be useful: http://www.w3schools.com/SQL/func_date_format.asp Scroll to the bottom for examples. Otherwise I'd guess your error lies somewhere else...
Forum:
vB4 Programming Discussions
12-17-2009, 05:52 AM
Replies:
7
RESOLVED: Calling a Variable from Plugin in VB4
Views:
1,599
Posted By
vaskies
Ah, thank you. I was unaware keys were...
Ah, thank you. I was unaware keys were necessary. I'm new to PHP and never have had the occasion to use a key value pair. Good to know! Also, $array works as a variable. Bad practice though. ;)...
Forum:
vB4 Programming Discussions
12-17-2009, 03:53 AM
Replies:
7
RESOLVED: Calling a Variable from Plugin in VB4
Views:
1,599
Posted By
vaskies
I pre-register the variables I'm using in the...
I pre-register the variables I'm using in the stock template inside the plugin itself, correct? For instance, I have an array named $array that I'm trying to use in the FORUMHOME template.
In...
Forum:
vB4 Programming Discussions
12-17-2009, 02:11 AM
Replies:
7
RESOLVED: Calling a Variable from Plugin in VB4
Views:
1,599
Posted By
vaskies
RESOLVED: Calling a Variable from Plugin in VB4
I'm trying to call a variable from a plugin in a stock template. Is it necessary I render the variable in its own custom template first, then call it inside the stock template using {vb:raw...
Forum:
vB3 Programming Discussions
12-15-2009, 01:57 PM
Replies:
24
RESOLVED: Vbulletin Variable / Array names in Javascript?
Views:
2,102
Posted By
vaskies
:D Aweeesome. I was not aware of this newline...
:D Aweeesome. I was not aware of this newline character. Interesting.
Well, it took over a week but we did it! Thanks so much for your time and help. You have no idea. :)
Thankfully the...
Forum:
vB3 Programming Discussions
12-15-2009, 01:01 PM
Replies:
24
RESOLVED: Vbulletin Variable / Array names in Javascript?
Views:
2,102
Posted By
vaskies
-Phew- First of all, thanks for pointing me to...
-Phew- First of all, thanks for pointing me to functions.php. It's really helping me to begin understanding how vbulletin works.
After a lot of learning (particularly noteworthy is the php...
Forum:
vB3 Programming Discussions
12-12-2009, 04:38 PM
Replies:
24
RESOLVED: Vbulletin Variable / Array names in Javascript?
Views:
2,102
Posted By
vaskies
strip_quotes(); htmlspecialchars_uni(); ...
strip_quotes();
htmlspecialchars_uni();
fetch_censored_text();
strip_bbcode();
Those are all vbulletin functions, yeah? For simple testing, I tried using just the strip_quotes function on its...
Forum:
vB3 Programming Discussions
12-12-2009, 01:47 PM
Replies:
24
RESOLVED: Vbulletin Variable / Array names in Javascript?
Views:
2,102
Posted By
vaskies
Good news! JOIN clause worked marvelously! Well,...
Good news! JOIN clause worked marvelously! Well, sort of. The first posts of each thread are properly linked to their thread, which was the hardest part.
$lastxdevels1 = $db->query_read("
...
Showing results 1 to 25 of 34
Page 1 of 2
1
2
>
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:16 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.02653 seconds
Memory Usage
2,042KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(14)
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.0009
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi