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 25 of 25
Search took
0.00
seconds.
Search:
Posts Made By:
Snakehill
Forum:
vB3 General Discussions
12-12-2012, 11:28 AM
Replies:
4
vBulletin Javascript issue in IE
Views:
1,172
Posted By
Snakehill
No luck. :( Thanks a lot for trying to help...
No luck. :( Thanks a lot for trying to help though.
I ended up adding getBoundingClientRect for whichever browser and device supports that instead of the above code. Works like a charm and no...
Forum:
vB3 General Discussions
12-11-2012, 05:20 PM
Replies:
4
vBulletin Javascript issue in IE
Views:
1,172
Posted By
Snakehill
Nah, the flaw definitely is not in the...
Nah, the flaw definitely is not in the getElementById, unfortunately. :(
Let me show you an example. This is on vB:
Link has been removed
Scroll to get to see the bunch of alerts with the...
Forum:
vB3 General Discussions
12-11-2012, 01:33 PM
Replies:
4
vBulletin Javascript issue in IE
Views:
1,172
Posted By
Snakehill
vBulletin Javascript issue in IE
This is a piece of code I created as a cross-brower/cross-platform solution for fixing/locking a div on a custom vB page (so that it scrolls along with the page scrolling). However, when adding it,...
Forum:
vB3 General Discussions
11-22-2011, 08:27 AM
Replies:
4
How to...
Views:
572
Posted By
Snakehill
Yes, that is what I said. Add Child Forum to the...
Yes, that is what I said. Add Child Forum to the sections you would like to have them in. This will show up as Sub-Forums.
Admin CP -> Forums & Moderators -> Forum Manager -> Add Child Forum (in...
Forum:
vB3 General Discussions
11-21-2011, 10:00 PM
Replies:
0
Temporary usergroup promotion?
Views:
356
Posted By
Snakehill
Temporary usergroup promotion?
My board has a store in which registered members get discounts on all products (the same page is used for non-registered members but these just won't see the discount links and prices). The only...
Forum:
vB3 General Discussions
11-21-2011, 09:54 PM
Replies:
4
How to...
Views:
572
Posted By
Snakehill
It's possible that I misunderstood the problem,...
It's possible that I misunderstood the problem, but isn't it just adding a child forum to the related forum in the Forum Manager? :)
Forum:
vB3 General Discussions
08-15-2011, 04:09 PM
Replies:
1
Switching forum from url.com/forum to forum.url.com
Views:
389
Posted By
Snakehill
Without losing data, sure. But Google will have...
Without losing data, sure. But Google will have to re-index your pages (and related links).
You will need to move all data from the url.com/forum folder to forum.url.com. Since the database is on...
Forum:
vB3 General Discussions
08-15-2011, 04:04 PM
Replies:
0
Double Dropdown Arrow?
Views:
469
Posted By
Snakehill
Double Dropdown Arrow?
Whenever I am on the homepage or in a thread of my board, the menu looks all fine (http://img26.imageshack.us/img26/160/messageboard.png), but whenever I enter a subforum, suddenly a second arrow...
Forum:
vB3 Programming Discussions
02-08-2011, 08:21 AM
Replies:
5
Equal space between menu items
Views:
1,281
Posted By
Snakehill
Hmm.. the problem is that because one menu item...
Hmm.. the problem is that because one menu item is bigger than another.. there isn't an equal space between them when having them put in similar blocks. There is supposed to be as much black between...
Forum:
vB3 Programming Discussions
02-07-2011, 09:56 PM
Replies:
5
Equal space between menu items
Views:
1,281
Posted By
Snakehill
I forgot to mention that when being a member, the...
I forgot to mention that when being a member, the menu contains 8 rather than 6 items. :erm:
Thank you for the help though.
Forum:
vB3 Programming Discussions
02-07-2011, 08:57 PM
Replies:
5
Equal space between menu items
Views:
1,281
Posted By
Snakehill
Equal space between menu items
The title speaks for itself. I just can't figure out how to get an equal space between all menu items at http://magiciansthegathering.com (vB 3.8).
Any help would be very much appreciated! Thank...
Forum:
vB3 General Discussions
10-07-2010, 12:51 PM
Replies:
2
List padding/margin
Views:
653
Posted By
Snakehill
Where exactly should I add it? In the bbcode_list...
Where exactly should I add it? In the bbcode_list phase?
And how?
EDIT: I figured that putting the following code in the Additional CSS Definitions solved it:
ul {list-style: inside;...
Forum:
vB3 General Discussions
10-07-2010, 12:33 PM
Replies:
2
List padding/margin
Views:
653
Posted By
Snakehill
List padding/margin
I really don't like the padding/margin on the list bbcode (or perhaps the lack of this because it just shows the browser standard).
like that it jumps to the right instead of just positions at the...
Forum:
vB3 Programming Discussions
03-08-2010, 11:45 AM
Replies:
5
How to put this in the menu
Views:
738
Posted By
Snakehill
Okay, wait, I'm getting slightly confused now, so...
Okay, wait, I'm getting slightly confused now, so let me answer the questions.
Both sites are owned by me but they are not hosted on the same server. The chat (mtgstream.com) is hosted on a...
Forum:
vB3 Programming Discussions
03-08-2010, 09:29 AM
Replies:
5
How to put this in the menu
Views:
738
Posted By
Snakehill
It's just a number which changes when there are...
It's just a number which changes when there are more people in the chat room.
This is the original PHP (http://mtgstream.com/online.php) (the php in question...
Forum:
vB3 Programming Discussions
03-07-2010, 07:41 AM
Replies:
5
How to put this in the menu
Views:
738
Posted By
Snakehill
How to put this in the menu
I made this little screen scrape to see how many users there are in my (external) Videochat:
<?php
$url = 'http://www.mtgstream.com/online_amount.php';
$output = file_get_contents($url);
echo...
Forum:
vB3 Programming Discussions
03-05-2010, 04:24 PM
Replies:
2
Login to external website
Views:
695
Posted By
Snakehill
Well, I don't think this would work with the...
Well, I don't think this would work with the database/MySQL as that one isn't shared between the two of them.
All it needs to check for is if the person is a member of the forums, if he's...
Forum:
vB3 Programming Discussions
03-05-2010, 09:11 AM
Replies:
2
Login to external website
Views:
695
Posted By
Snakehill
Login to external website
I got a vBulletin forum on let's say aaa.com/forum and a chatroom on bbb.com. Would it be possible to add a login check to bbb.com so that only people who are logged in to the forum (aaa.com/forum)...
Forum:
vB3 General Discussions
02-23-2010, 08:13 AM
Replies:
0
Link Profile picture & Avatar?
Views:
426
Posted By
Snakehill
Link Profile picture & Avatar?
Is it possible to turn members' profile pictures automatically into their avatars? So that they only need to upload one picture instead of two?
Thanks!
Forum:
vB3 General Discussions
02-17-2010, 06:08 PM
Replies:
6
Costum page error
Views:
693
Posted By
Snakehill
Okay, I FINALLY figured it all out. The only...
Okay, I FINALLY figured it all out.
The only problem was the BOM which Notepad added to the PHP. I used Ultra Edit to save the exact same file without the BOM ('UTF-8 NO BOM' is this case, but...
Forum:
vB3 General Discussions
02-10-2010, 04:04 PM
Replies:
6
Costum page error
Views:
693
Posted By
Snakehill
The file doesn't contain any modifications on its...
The file doesn't contain any modifications on its own and I have tried it out with an emptied file as well (template only), still resulting into that error. The original file only contains an iFrame...
Forum:
vB3 General Discussions
02-09-2010, 02:20 PM
Replies:
6
Costum page error
Views:
693
Posted By
Snakehill
Thanks a lot for your help but none of it worked....
Thanks a lot for your help but none of it worked. :(
"Unable to add cookies, header already sent.
File: /home/vhosts/magiciansthegathering.com/httpdocs/forums/chat.php
Line: 1"
I did exactly...
Forum:
vB3 General Discussions
02-09-2010, 10:40 AM
Replies:
6
Costum page error
Views:
693
Posted By
Snakehill
Anyone please? :rolleyes: It's the very only...
Anyone please? :rolleyes:
It's the very only bug I have to deal with at the moment but it's not quite a nice one.:(
Thanks.
Forum:
vB3 General Discussions
02-07-2010, 07:58 AM
Replies:
6
Costum page error
Views:
693
Posted By
Snakehill
Costum page error
Whenever someone is not logged in/registered to the forums there is an "Unable to add cookies, header already sent." error on the costum page.
I just did exactly what was told in the first section...
Forum:
Modification Graveyard
02-06-2010, 04:19 PM
Replies:
51
Chat Modifications -
Members who are chatting in Flashchat 5 or 6
Views:
13,781
Posted By
Snakehill
Awesome work on this mod. It's even compatible...
Awesome work on this mod. It's even compatible with Flashchat 6!
Thanks!!!
Showing results 1 to 25 of 25
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:13 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.02574 seconds
Memory Usage
2,025KB
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
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(3)
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.0016
(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(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(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(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(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(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
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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