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

Showing results 1 to 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: MoB Dudditz MD
Forum: vBulletin 3.6 Template Modifications 09-09-2007, 07:26 PM
Replies: 27
Views: 10,323
Posted By MoB Dudditz MD
You could add an <else /> <if...

You could add an <else />


<if condition="$show['avatar'] AND $show['member']">
vb content here
<else />
You must register to view Signatures.
</if>
Forum: vB3 General Discussions 07-23-2007, 10:31 PM
Replies: 3
Views: 694
Posted By MoB Dudditz MD
Thank you to both replies. Since I was leaving...

Thank you to both replies.
Since I was leaving the forum anyway, I just used the merge option.
But I am definitely keeping the product in mind for the future.
Forum: vB3 General Discussions 07-21-2007, 03:17 PM
Replies: 3
Views: 694
Posted By MoB Dudditz MD
Thread Ownership

Is there a way to change the thread starter?

I used alot of admin-only html and BBC at a forum that I will no longer be managing.
Yet, if my usergroup id is changed, my posts will no longer be...
Forum: vBulletin 3.6 Add-ons 07-11-2007, 11:05 AM
Replies: 84
Add-On Releases - HS - Signature of the Week
Views: 31,398
Posted By MoB Dudditz MD
Thank you very much. By disabling the...

Thank you very much.



By disabling the plugin itself in the Plugin Manager, it will remove it from FORUMHOME but still show in the forums you assign in the template.
Plugins & Products -...
Forum: vBulletin 3.6 Add-ons 07-09-2007, 07:52 PM
Replies: 84
Add-On Releases - HS - Signature of the Week
Views: 31,398
Posted By MoB Dudditz MD
Very nice. Up until now, I was manually editing...

Very nice.
Up until now, I was manually editing the template.
Is there any way to make it forum specific?
I tried changing it to FORUMDISPLAY AND $forumid=x
but I failed. :(
Forum: vBulletin 3.8 Add-ons 06-21-2007, 05:12 PM
Replies: 370
Administrative and Maintenance Tools - Advanced BBCode Permissions
Views: 173,921
Posted By MoB Dudditz MD
I found that if the thread starter is by a user...

I found that if the thread starter is by a user without a certain BBC permission,
it will pass the restriction to anyone that replies.
For instance:
Registered Usergroup cannot use [IMG] BBC
...
Forum: vB3 General Discussions 05-29-2007, 01:53 AM
Replies: 9
Views: 1,523
Posted By MoB Dudditz MD
That explained alot.Thanks. I'll have to back...

That explained alot.Thanks.
I'll have to back track my amateur coding technique and fix some links.
TY
Forum: vB3 General Discussions 05-29-2007, 12:44 AM
Replies: 9
Views: 1,523
Posted By MoB Dudditz MD
Are there certain links required to have one? ...

Are there certain links required to have one?
Such as the login.php or the private.php?

I have had complications with certain login abilities on
non-forum pages, especially through vBadvanced,...
Forum: vB3 General Discussions 05-28-2007, 08:07 PM
Replies: 0
Views: 732
Posted By MoB Dudditz MD
Random Logout Issue

On various pages of my board, mainly custom templates and vBadvanced pages,
I will get a random logout.
In my custom links, I have been using the $vboptions[bburl] in front of urls
to get from...
Forum: vB3 General Discussions 05-28-2007, 07:56 PM
Replies: 9
Views: 1,523
Posted By MoB Dudditz MD
sessionurl question

Can anyone tell me the difference between
$session[sessionurl]
and
$session[sessionurl_q]
?

Or point me in the direction of any information regarding these.
I have had random logout issues...
Forum: vB3 General Discussions 05-19-2007, 07:31 PM
Replies: 6
Views: 1,131
Posted By MoB Dudditz MD
They are child forums. I have the depth of the...

They are child forums.
I have the depth of the forumhome setting to 2 so the child forums will display
below in the description as sub-forums:
Unfortunately, this will apply to every forum on the...
Forum: vB3 General Discussions 05-18-2007, 09:36 PM
Replies: 6
Views: 1,131
Posted By MoB Dudditz MD
Forum specific subforum display

Subforums are displayed on my forumhome but I only wish for them to display
in the News forum for different categories.
Does anyone know how to provide a conditional so that the subforums will only...
Forum: vBulletin 3.6 Template Modifications 05-18-2007, 12:20 PM
Replies: 20
Views: 8,240
Posted By MoB Dudditz MD
You can get the best of both worlds by copying...

You can get the best of both worlds by copying the news.php module
and naming it news2.php
Then edit lines 295 & 308 where the file fetches the template to call
to your modded remake (example:...
Forum: vBulletin 3.5 Add-ons 05-16-2007, 10:11 AM
Replies: 888
Views: 168,830
Posted By MoB Dudditz MD
When I use this as a vBa column 200px wide, the...

When I use this as a vBa column 200px wide, the text does not wrap and there is empty space on the left-nor will it interact with custom css
Any way to get the text to wrap?
Or to control the CSS...
Forum: vB3 General Discussions 05-15-2007, 12:46 AM
Replies: 0
Views: 691
Posted By MoB Dudditz MD
Posting Code Question

I have noticed that the license feature works when using the CODE BBC
but if I simply post text, it will display to unlicensed users.
My question is:
Are there policies and guidelines when posting...
Forum: vB3 General Discussions 05-14-2007, 09:45 PM
Replies: 3
Views: 804
Posted By MoB Dudditz MD
I use the following conditional only because it...

I use the following conditional only because it worked for me after trial and error.
There may be a better way to do it though.

<if condition="$show['member'] & THIS_SCRIPT != 'login'">


How...
Forum: vB3 General Discussions 05-11-2007, 09:08 AM
Replies: 3
Views: 882
Posted By MoB Dudditz MD
Thank you. I have done that after reading all...

Thank you.
I have done that after reading all 34 pages of this thread (https://vborg.vbsupport.ru/showthread.php?t=62164).

I have 3 problems which were not solved.
1.) no Style images or CSS are...
Forum: vB3 General Discussions 05-11-2007, 07:00 AM
Replies: 3
Views: 882
Posted By MoB Dudditz MD
Custom pages to domain root

After many attempts at providing a front end CMS bridge on the TLD,
I decided to create a custom setup.
My problem is that the vB rests in mydomain.net/forum/
and I wish to create a front end with...
Forum: vB3 General Discussions 04-20-2007, 08:43 PM
Replies: 5
Views: 1,091
Posted By MoB Dudditz MD
Youre correct. I was wrong in my original...

Youre correct.
I was wrong in my original update.
By removing the == all it did was allow things to happen without being dependant
on the selections.

Thank you very much. It works great now by...
Forum: vB3 General Discussions 04-20-2007, 08:12 PM
Replies: 5
Views: 1,091
Posted By MoB Dudditz MD
I have been trying different variations to no...

I have been trying different variations to no avail.
My exact profile field addition as follows: [field8]
Multiple-Selection Checkbox titled 'League Attendance' with 3 options as below.
MLG
WSVG...
Forum: vB3 General Discussions 04-20-2007, 06:39 PM
Replies: 5
Views: 1,091
Posted By MoB Dudditz MD
Profile Field Options

Does anyone know the values assigned to options
when using the multiple-selection checkbox option?

I was making a profile field of Attendance for Events.
Field: League Attendance:
Option 1...
Forum: vBulletin 3.6 Template Modifications 04-20-2007, 02:33 AM
Replies: 27
Views: 10,323
Posted By MoB Dudditz MD
Very nice - something so simple that I have...

Very nice - something so simple that I have overlooked but needed.
Cuts loading time and saves bandwidth of visitors.TY

I believe you can go one step further by combining both conditionals.
...
Forum: vBulletin 3.6 Add-ons 04-17-2007, 03:18 AM
Replies: 1,420
New Posting Features - Form Hack
Views: 521,621
Posted By MoB Dudditz MD
As with any area that allows for user input, does...

As with any area that allows for user input, does this hack validate input in any way?
I just want to make sure it is secure enough so that the average user cannot exploit it.
If not, is there a...
Forum: vB3 Programming Discussions 03-31-2007, 02:44 PM
Replies: 1
Views: 690
Posted By MoB Dudditz MD
adminCP menu XML question

I wanted to provide a webmail login for the staff at our board so I created
an XML menu that displays in the adminCP.
It was much easier to simply provide an external url for the email FAQ
but I...
Forum: vBulletin 3.6 Template Modifications 03-24-2007, 03:27 AM
Replies: 10
Views: 2,658
Posted By MoB Dudditz MD
Is there any difference from using: <if...

Is there any difference from using:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a></if>
<if condition="$show['modcplink']"><a...
Showing results 1 to 25 of 27

 
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.01556 seconds
  • Memory Usage 2,038KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (26)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