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 15 of 15
Search took
0.01
seconds.
Search:
Posts Made By:
Logician
Forum:
vB4 General Discussions
09-04-2020, 10:47 AM
Replies:
5
Admin receive e-mail from forum user, but wrong recipient when i reply
Views:
1,815
Posted By
Logician
Reporting user email is not used by vbulletin...
Reporting user email is not used by vbulletin because according to your settings, reporting user might not have an email. (eg. when you enable reporting for guests).
But if you are determined to...
Forum:
vBulletin 4.x Add-ons
06-26-2017, 05:38 PM
Replies:
340
Portal Software -
WebTemplates 4.x: VB Integrated CMS (Content Management System)
Views:
69,679
Posted By
Logician
It parses embed HTML. Eg. this works: //...
It parses embed HTML. Eg. this works:
// This is a TEST PHP Code to demonstrate webtemplates hack PHP parsing feature:
echo "Time now is $today<br><br>";
echo "You registered <b>this</b>...
Forum:
Modification Requests/Questions (Unpaid)
05-09-2017, 04:32 AM
Replies:
16
[Request] : Search Log hack !
Views:
2,448
Posted By
Logician
In vb2 and vb3, database was keeping searched...
In vb2 and vb3, database was keeping searched words in a simple structure where you could easily read with a single query. Hence the hacks above were easy to come up with.
In vb4, searching got...
Forum:
vBulletin 4.x Add-ons
04-11-2016, 08:04 AM
Replies:
340
Portal Software -
WebTemplates 4.x: VB Integrated CMS (Content Management System)
Views:
69,679
Posted By
Logician
I think easiest will be if you pm me your admin...
I think easiest will be if you pm me your admin cp details.
Forum:
vBulletin 3.7 Add-ons
03-01-2014, 08:13 AM
Replies:
682
Portal Software -
WebTemplates 3.7.x: VB Integrated CMS (Content Management System)
Views:
148,342
Posted By
Logician
I guess you upgraded your PHP. Use the...
I guess you upgraded your PHP.
Use the attached view.php
Forum:
vBulletin 4.x Add-ons
01-04-2013, 10:21 PM
Replies:
340
Portal Software -
WebTemplates 4.x: VB Integrated CMS (Content Management System)
Views:
69,679
Posted By
Logician
I believe this should work: SELECT threadid,...
I believe this should work:
SELECT threadid, LEFT(title, 20) as title, dateline
FROM thread
WHERE sticky=0 AND visible=1 AND forumid=6
ORDER BY dateline DESC
LIMIT 5
Forum:
vBulletin 4.x Add-ons
09-12-2012, 01:17 PM
Replies:
340
Portal Software -
WebTemplates 4.x: VB Integrated CMS (Content Management System)
Views:
69,679
Posted By
Logician
I believe this should work: SELECT...
I believe this should work:
SELECT t.threadid, t.title, t.firstpostid, t.lastpost, t.replycount, t.postusername, t.postuserid, t.lastposter, t.dateline, t.views, p.pagetext
FROM " . TABLE_PREFIX...
Forum:
vBulletin 4.x Add-ons
08-09-2012, 09:08 AM
Replies:
340
Portal Software -
WebTemplates 4.x: VB Integrated CMS (Content Management System)
Views:
69,679
Posted By
Logician
I haven't tested it but I believe what you need...
I haven't tested it but I believe what you need to do is to edit "view.php", find:
print_output($templater->render());
and before that add:
$templater->register('sidebarext', $sidebarext);...
Forum:
vBulletin 4.x Add-ons
06-27-2012, 03:56 PM
Replies:
340
Portal Software -
WebTemplates 4.x: VB Integrated CMS (Content Management System)
Views:
69,679
Posted By
Logician
Make your webtemplate "HTML", then use default...
Make your webtemplate "HTML", then use default html tags:
Forum:
Modification Graveyard
05-04-2012, 08:49 AM
Replies:
3,112
Major Additions -
8WayRun.Com - Media Library
Views:
706,741
Posted By
Logician
I'm not sure if dev is still monitoring the...
I'm not sure if dev is still monitoring the thread but I wanted to give a bug report, regarding:
This is not limited to Valter's VSA modifications hack. For some reason it happens to show up without...
Forum:
vBulletin 3.7 Add-ons
03-16-2012, 07:42 AM
Replies:
682
Portal Software -
WebTemplates 3.7.x: VB Integrated CMS (Content Management System)
Views:
148,342
Posted By
Logician
Webqueries result row section does not support...
Webqueries result row section does not support template condiditionals.
You can do what you want by hacking view.php. Find this line:
@eval("\$birikenrow .=...
Forum:
vBulletin 4.x Add-ons
01-21-2012, 09:16 PM
Replies:
340
Portal Software -
WebTemplates 4.x: VB Integrated CMS (Content Management System)
Views:
69,679
Posted By
Logician
Hack does not create navbar buttons...
Hack does not create navbar buttons automatically. It has a sample webtemplate that lists all webtemplates automatically though for easy navigation.
And yes it works with all 4.x including last...
Forum:
vBulletin 4.x Add-ons
09-08-2010, 10:00 PM
Replies:
340
Portal Software -
WebTemplates 4.x: VB Integrated CMS (Content Management System)
Views:
69,679
Posted By
Logician
WebTemplates 4.x: VB Integrated CMS (Content Management System)
(This hack is for vb version 4.x and above. For vb 3.x, version see my profile for relevant threads.)
"WebTemplates" is a vBulletin integrated Content Management System which allows you to...
Forum:
vBulletin 4.x Add-ons
12-23-2009, 10:00 PM
Replies:
53
Show Thread Enhancements -
Download Forum Thread To Your Computer (vB 4.x)
Views:
23,130
Posted By
Logician
Download Forum Thread To Your Computer (vB 4.x)
Here is the vb 4.x version of my Download Forum Thread To Your Computer hack. This hacks allows you to download a forum thread into your computer (desktop etc.) as a text file with one click. (vb...
Forum:
vBulletin 3.7 Add-ons
07-28-2008, 10:00 PM
Replies:
682
Portal Software -
WebTemplates 3.7.x: VB Integrated CMS (Content Management System)
Views:
148,342
Posted By
Logician
WebTemplates 3.7.x: VB Integrated CMS (Content Management System)
(This hack is for vb version 3.7.x & 3.8.x ONLY. For vb 3.6.x, 3.5.x, 3.0.x and 2.x see my profile for relevant threads.)
"WebTemplates" is a vBulletin integrated Content Management System which...
Showing results 1 to 15 of 15
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:17 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.01510 seconds
Memory Usage
1,986KB
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
(15)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(41)
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.0005
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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