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 9
1
2
3
>
Last
»
Showing results 1 to 25 of 208
Search took
0.01
seconds.
Search:
Posts Made By:
Brother Malachi
Forum:
vBulletin 4.x Add-ons
01-14-2010, 05:34 AM
Replies:
63
Add-On Releases -
CMS Disabler
Views:
15,349
Posted By
Brother Malachi
Ok, to fix the template replace <vb:if...
Ok, to fix the template replace
<vb:if condition="is_member_of($vbulletin->userinfo, $vbulletin->options['cms_disabler_usergroups'])">
with:
<vb:if condition="$cms_disabler">
then add a new...
Forum:
vBulletin 4.x Add-ons
01-14-2010, 05:24 AM
Replies:
63
Add-On Releases -
CMS Disabler
Views:
15,349
Posted By
Brother Malachi
No problem. ...i've actually been trying to...
No problem.
...i've actually been trying to figure out how to make the change to the template lol.
I guess with the new vb version you can't put in_array($bbuserinfo[usergroupid], $some_array) in...
Forum:
vBulletin 4.x Add-ons
01-14-2010, 04:43 AM
Replies:
63
Add-On Releases -
CMS Disabler
Views:
15,349
Posted By
Brother Malachi
Oh by the way, this mod doesn't work correctly. ...
Oh by the way, this mod doesn't work correctly.
In the adminCP options page for this mod it says:
"Enter user groups that you want to have access to your CMS.
Separate usergroups with a comma....
Forum:
vBulletin 4.x Add-ons
01-14-2010, 04:00 AM
Replies:
63
Add-On Releases -
CMS Disabler
Views:
15,349
Posted By
Brother Malachi
Do you understand the PURPOSE of this mod? As...
Do you understand the PURPOSE of this mod?
As of right now when the CMS is enabled EVERYONE sees it.
The purpose of this mod is to allow the admin to pick only CERTAIN USERGROUPS to see it...hence...
Forum:
vB4 General Discussions
01-02-2010, 07:39 AM
Replies:
2
So are these bugs or what?
Views:
419
Posted By
Brother Malachi
Hahah, good eye
Hahah, good eye
Forum:
vB4 General Discussions
01-01-2010, 09:56 PM
Replies:
5
Displaying breadcrumb in showthreads
Views:
1,356
Posted By
Brother Malachi
Lynne, that article doesn't explain whether we...
Lynne, that article doesn't explain whether we need to register an already registered(or rather..predefined) vbulletin variable.
I'm trying to use a pre-defined vbulletin variable in a non-custom...
Forum:
vB4 General Discussions
01-01-2010, 08:16 PM
Replies:
5
Displaying breadcrumb in showthreads
Views:
1,356
Posted By
Brother Malachi
Alright. Just for future reference though,...
Alright.
Just for future reference though, how would I preRegister already defined variables?
If I was to simply paste {vb:raw navbits.breadcrumb} into SHOWTHREADS, is that how we are suppose to...
Forum:
vB4 General Discussions
01-01-2010, 06:22 PM
Replies:
4
Invite friends from Yahoo, gmail etc. on first login
Views:
2,028
Posted By
Brother Malachi
Any mod asking for your password from any other...
Any mod asking for your password from any other site is shouldn't be trustworthy IMO.
It is a big difference between trusting twitter/facebook and trusting some random vb site with your e-mail...
Forum:
vB4 General Discussions
01-01-2010, 06:14 PM
Replies:
5
Displaying breadcrumb in showthreads
Views:
1,356
Posted By
Brother Malachi
Displaying breadcrumb in showthreads
I'm trying to add the breadcrumb to the bottom of every thread.
I added {vb:raw navbits.breadcrumb} in the showthreads template, but I'm guessing I have to register the variable??
...
Forum:
vBulletin 4 Articles
01-01-2010, 11:23 AM
Replies:
14
[HOW TO - VB4] Adding Stylesheets to Your vB4 Mod via Plugins
Views:
5,183
Posted By
Brother Malachi
How do you assign a template to a product?
How do you assign a template to a product?
Forum:
vBulletin 4.x Template Modifications
01-01-2010, 08:30 AM
Replies:
12
Mini Mods -
Default avatar
Views:
6,512
Posted By
Brother Malachi
Hey Allan, I'm a bit confused. Doesn't...
Hey Allan, I'm a bit confused.
Doesn't $show[avatar] check to see whether the user has chosen to display or hide avatars through his/her userCP?
Meaning, if I were to go to my userCP and uncheck...
Forum:
vBulletin 4.x Template Modifications
01-01-2010, 08:05 AM
Replies:
17
Forum Display Enhancements -
Move announcements back to above threads
Views:
6,746
Posted By
Brother Malachi
Although I agree, don't you think the default vb4...
Although I agree, don't you think the default vb4 placement draws more attention to it? Makes it more...err..important so to speak.
Forum:
General Articles
12-29-2009, 10:06 AM
Replies:
25
HOW TO Find what Stylevar you need to edit
Views:
208,086
Posted By
Brother Malachi
The stylevar dictionary is also very helpful: ...
The stylevar dictionary is also very helpful:
http://www.vbulletin.com/forum/entry.php?2398-StyleVar-Visual-Dictionary-for-Forum-Blog-and-CMS-%28PDF-Documents%29
Forum:
vB3 General Discussions
11-08-2009, 09:24 PM
Replies:
4
datamanager question
Views:
1,068
Posted By
Brother Malachi
Never mind. I decided to use a simple query to...
Never mind. I decided to use a simple query to take care of the problem.
Forum:
vB3 General Discussions
11-08-2009, 06:45 PM
Replies:
4
datamanager question
Views:
1,068
Posted By
Brother Malachi
Adding the validfields php to the...
Adding the validfields php to the threadfpdata_start hook.
I also tried threaddata_start but it seems like threadfp one is the right one.
When I set it to REQ_YES instead of REQ_NO, it won't let me...
Forum:
vB3 General Discussions
11-08-2009, 09:39 AM
Replies:
4
How to change vBulletin logo?
Views:
4,424
Posted By
Brother Malachi
Yes, because the template system will be changing...
Yes, because the template system will be changing from tables to CSS in the new version and you would have to re-learn it.
Forum:
vB3 General Discussions
11-08-2009, 09:01 AM
Replies:
2
Help - All my mods not showing up
Views:
797
Posted By
Brother Malachi
You probably have to go through vboptions and...
You probably have to go through vboptions and reset all the paths since windows and linux paths differ.
By paths I mean you would need to change C:/apache/webserver/blah to...
Forum:
vB3 General Discussions
11-08-2009, 06:44 AM
Replies:
2
Urgent Help Needed regarding Portal - Help me
Views:
650
Posted By
Brother Malachi
And this is urgent because...?
And this is urgent because...?
Forum:
vB3 General Discussions
11-08-2009, 05:59 AM
Replies:
4
datamanager question
Views:
1,068
Posted By
Brother Malachi
datamanager question
So, I'm trying to add a new thread via a plugin I wrote:
$threadman =& datamanager_init('Thread', $vbulletin, ERRTYPE_STANDARD, 'threadpost');
$threadman->set_existing($threadinfo); ...
Forum:
Modification Requests/Questions (Unpaid)
11-05-2009, 06:37 PM
Replies:
213
Facebook style chat
Views:
53,776
Posted By
Brother Malachi
Do you guys realize that this will require a...
Do you guys realize that this will require a ridiculous amount of bandwidth?
Forum:
vB3 General Discussions
11-03-2009, 08:26 AM
Replies:
1
Is there a way or a mod for this?
Views:
469
Posted By
Brother Malachi
You can run a query...but that would be tedious...
You can run a query...but that would be tedious as it would require a query per user.
Forum:
vB3 General Discussions
11-03-2009, 08:24 AM
Replies:
3
How Do I Add a Custom Checkbox To The Registration Page?
Views:
721
Posted By
Brother Malachi
Hahahaa, I like it. Look in your register.php...
Hahahaa, I like it.
Look in your register.php file.
Find where it checks to see if the first checkbox is checked and add the other $_POST['checkbox_name'] as well.
Forum:
vB3 General Discussions
11-03-2009, 08:22 AM
Replies:
1
How can I give my users an option to display their user profile pictures or an avatar
Views:
495
Posted By
Brother Malachi
Add a custom profile field ...a checkbox...
Add a custom profile field ...a checkbox preferably. When users check it then the profile pic will be displayed instead of the avatar.
Then in your postbit use something like this
<if...
Forum:
vB3 General Discussions
11-03-2009, 08:20 AM
Replies:
3
DJ Schedules
Views:
525
Posted By
Brother Malachi
Do you want this to be global? On the forum home...
Do you want this to be global? On the forum home page?
Why not use Notices?
Forum:
vB3 General Discussions
11-03-2009, 08:18 AM
Replies:
1
Do I need to cache these templates?
Views:
428
Posted By
Brother Malachi
Why would you need to cache those? You only...
Why would you need to cache those?
You only cache custom made templates to be able to user $template_name in your templates.
Showing results 1 to 25 of 208
Page 1 of 9
1
2
3
>
Last
»
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:03 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.01963 seconds
Memory Usage
2,054KB
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
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(24)
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.0031
(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(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(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(189, 0, 1,''); -> cached fperms for forum 189
(unspecified) fetch_permissions(189, 0, 1,''); -> cached fperms for forum 189
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi