Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
Views: 419
Posted By Brother Malachi
Hahah, good eye

Hahah, good eye
Forum: vB4 General Discussions 01-01-2010, 09:56 PM
Replies: 5
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 07:03 AM.


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