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 24 of 24
Search took
0.00
seconds.
Search:
Posts Made By:
Tamtams
Forum:
Modification Graveyard
08-09-2010, 01:59 AM
Replies:
75
Chat Modifications -
Flashchat 4 Integration for vBulletin 3.8
Views:
18,728
Posted By
Tamtams
Any idea if this mod would work on VB4? All...
Any idea if this mod would work on VB4?
All the VB4 Flashchat integrations seem to be for Flashchat 5/6, both of which seem to quite buggy in comparison to the FlashChat 4.
Forum:
vBulletin 4.x Add-ons
05-05-2010, 10:11 PM
Replies:
2,845
Chat Modifications -
[DBTech] vBShout v6 (vB4) [AJAX]
Views:
502,950
Posted By
Tamtams
<a...
<a href="http://rottweilersonline.com/forum/forum.php" target="_blank">http://rottweilersonline.com/forum/forum.php</a>
I don't know if this is related, but I can't seem to enable the Shout sounds...
Forum:
vBulletin 4.x Add-ons
05-05-2010, 10:00 PM
Replies:
2,845
Chat Modifications -
[DBTech] vBShout v6 (vB4) [AJAX]
Views:
502,950
Posted By
Tamtams
I too am having sound problems - Quicktime plugin...
I too am having sound problems - Quicktime plugin is installed, sounds are selected / enabled through the admin control panel settings - the embed appears on the page :
<embed...
Forum:
vB4 General Discussions
01-28-2010, 02:34 AM
Replies:
2
NGINX Rewrite rules for SEO Friendly URLs?
Views:
2,928
Posted By
Tamtams
I found these NGINX rules elsewhere on the forum;...
I found these NGINX rules elsewhere on the forum; I don't know if they are 100% correct, but they should at least help anyone who find this thread in their journey :)
rewrite...
Forum:
vB4 General Discussions
01-26-2010, 05:46 PM
Replies:
2
NGINX Rewrite rules for SEO Friendly URLs?
Views:
2,928
Posted By
Tamtams
Hmm - I'm surprised no one else here uses NGINX!...
Hmm - I'm surprised no one else here uses NGINX! I've found its much faster / more efficient than Apache...
Forum:
Modification Requests/Questions (Unpaid)
01-25-2010, 03:17 PM
Replies:
4
Quick Navigation on v4 Modified
Views:
1,028
Posted By
Tamtams
Another vote for this feature!
Another vote for this feature!
Forum:
vB4 General Discussions
01-24-2010, 10:47 PM
Replies:
2
NGINX Rewrite rules for SEO Friendly URLs?
Views:
2,928
Posted By
Tamtams
NGINX Rewrite rules for SEO Friendly URLs?
Hi All -
Does anyone have a set of NGINX rewrite rules for the "advanced" SEO URLs in VB4? I see the mod_rewrite rules are built right in to VB, but I've never had much luck translating them to...
Forum:
vB4 General Discussions
01-11-2010, 07:06 PM
Replies:
2
Anyway to merge all users which have the same email account?
Views:
828
Posted By
Tamtams
For anyone finding this thread via search, the...
For anyone finding this thread via search, the following SQL command will find all users who have the same email address:
SELECT username, user.email
FROM user
INNER JOIN (
SELECT email...
Forum:
vB4 General Discussions
01-03-2010, 08:43 PM
Replies:
2
Anyway to merge all users which have the same email account?
Views:
828
Posted By
Tamtams
Anyway to merge all users which have the same email account?
I recently converted to SimpleMachines to Vbulletin, and during the Impex changeover made sure to associate users by email address. Nevertheless, I'm looking through my vbulletin user list and...
Forum:
vB4 General Discussions
01-03-2010, 08:21 PM
Replies:
2
Provide users with the ability to send message to moderator when registering?
Views:
363
Posted By
Tamtams
Wow, that seems like a simple and straightforward...
Wow, that seems like a simple and straightforward solution - I'll try that now, thanks!
Forum:
vB4 General Discussions
01-03-2010, 04:58 PM
Replies:
2
Provide users with the ability to send message to moderator when registering?
Views:
363
Posted By
Tamtams
Provide users with the ability to send message to moderator when registering?
Does anyone know of a mod which provides a text box for new registrants to "state their case" when registering?
My basic scenario is as follows: the forum is set to manual approval of all new...
Forum:
vB4 General Discussions
01-03-2010, 04:54 PM
Replies:
7
vBulletin 4.0 Advanced Registration?
Views:
1,489
Posted By
Tamtams
Maybe try changing your Captcha method to...
Maybe try changing your Captcha method to ReCaptcha? at least that way bots would be prevented from creating the accounts...
Forum:
vB4 Programming Discussions
01-03-2010, 03:04 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
OK - I FINALLY FIGURED IT OUT! :D It was a...
OK - I FINALLY FIGURED IT OUT! :D
It was a stupid mistake of course - on my end - basically, I didn't know you actually had to creat a custom template through the style manager - I thought you...
Forum:
vB4 Programming Discussions
01-03-2010, 01:01 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
Hah nope, I wasn't using {vb:raw custom_template...
Hah nope, I wasn't using {vb:raw custom_template }, I am using {vb:raw threadworks) . This issue has ben racking my head though! Consolegaming - could you just copy and paste the exact code your...
Forum:
vB4 Programming Discussions
01-02-2010, 07:56 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
Here's the exact code i'm using - hook location...
Here's the exact code i'm using - hook location is threadbit_display
$test_value = "It Works!";
$templater = vB_Template::create('threadworks'); ...
Forum:
vB4 Programming Discussions
01-01-2010, 05:14 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
I tried this, no go. Very strange that the...
I tried this, no go. Very strange that the template can't render, even though VBulletin is recognizing that it was created!
Forum:
vB4 Programming Discussions
01-01-2010, 04:31 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
I thought the problem with using hook...
I thought the problem with using hook parse_templates is the template will be loaded for every page load, even though it is only required for threadbit?
Either way, the problem has been narrowed...
Forum:
vB4 Programming Discussions
12-31-2009, 11:31 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
I am using the default VBulletin 4, without any...
I am using the default VBulletin 4, without any template changes.
I tried putting the word "hello" in the template, with no results - that's what caused me to start this thread in the first place......
Forum:
vB4 Programming Discussions
12-31-2009, 08:19 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
Well, I think I should be using templates in...
Well, I think I should be using templates in order to use the cache system, correct? I.e. if I just use pre-register no caching will occur, right?
--------------- Added 1262298647 at 1262298647...
Forum:
vB4 Programming Discussions
12-31-2009, 07:14 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
I'm a little mixed up - can I just use these two...
I'm a little mixed up - can I just use these two lines then, and insert whatever variable I want for $custom_template? I.e. is the 4 line version redundant, or do they both versions do the same thing?
Forum:
vB4 Programming Discussions
12-31-2009, 05:06 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
Hi Lynne - That is exactly what I did - I...
Hi Lynne - That is exactly what I did - I assigned the value "Test123" to the variable, so it looks like it is the pre-registering which isn't working...
For example -
$templater =...
Forum:
vB4 Programming Discussions
12-31-2009, 03:17 AM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
Thanks Lynne - I copied and pasted that code...
Thanks Lynne - I copied and pasted that code exactly though, and it still didn't work... I changed $my_var to "Test123" just to make sure it was a variable assignment error or anything, but still a...
Forum:
vB4 Programming Discussions
12-30-2009, 09:37 PM
Replies:
22
How to call a variable from within the Threadbit template?
Views:
1,489
Posted By
Tamtams
How to call a variable from within the Threadbit template?
I'm trying to convert over a vb3 product to vb4, and am running into an issue with the template system. Specifically, I am having trouble passing a variable to be outputted from within the template. ...
Forum:
vBulletin 3.7 Add-ons
12-30-2009, 05:09 PM
Replies:
24
Forum Display Enhancements -
ThreadWorks: Threaded Forum Display
Views:
10,494
Posted By
Tamtams
I think the installation instructions may need to...
I think the installation instructions may need to be slightly updated to be vb4 compatible - specifically with something like the following (doesn't work yet, still trying to figure out the right...
Showing results 1 to 24 of 24
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: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.01562 seconds
Memory Usage
2,023KB
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
(24)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(45)
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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(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(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
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
FULLTEXT Search
php_sapi_name(): fpm-fcgi