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 2
1
2
>
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
Hide Avatars & Signatures from Guests
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
Thread Ownership
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
Thread Ownership
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
sessionurl question
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
sessionurl question
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
Random Logout Issue
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
sessionurl question
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
Forum specific subforum display
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
Forum specific subforum display
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
[vBadvanced CMPS v2.2.1] News - 2 Columns
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
AboutToday - Bring RSS Feeds and Daily Events to Your Site!
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
Posting Code Question
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
Login Code
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
Custom pages to domain root
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
Custom pages to domain root
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
Profile Field Options
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
Profile Field Options
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
Profile Field Options
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
Hide Avatars & Signatures from Guests
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
adminCP menu XML question
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
Mini Mods -
[Naxon] ACP And MCP Links On Navbar
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
Page 1 of 2
1
2
>
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.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
Messages:
time to check permissions: 0.0006
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
FULLTEXT Search
php_sapi_name(): fpm-fcgi