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 24 of 24
Search took
0.00
seconds.
Search:
Posts Made By:
ExcelFox
Forum:
vB4 General Discussions
08-20-2016, 04:38 AM
Replies:
17
Template location request: "{vb:raw messagearea}"
Views:
2,273
Posted By
ExcelFox
I don't know if anyone is still looking for this....
I don't know if anyone is still looking for this. But since I was, and I wanted to have the Advance editor available in the Quick Edit section, I modified the SHOWTHREAD.PHP and now I have the...
Forum:
vB4 Programming Discussions
05-11-2013, 09:12 PM
Replies:
9
Use $foruminfo[forumid] In_Array in BBCode
Views:
3,584
Posted By
ExcelFox
Strange. Though I don't know how GLOBALS and...
Strange. Though I don't know how GLOBALS and foruminfo are different, I was also under the impression that foruminfo should work. For some reason, <vb:if condition="$foruminfo[forumid]>0">yes</vb:if>...
Forum:
vB4 Programming Discussions
05-11-2013, 08:52 PM
Replies:
9
Use $foruminfo[forumid] In_Array in BBCode
Views:
3,584
Posted By
ExcelFox
Kevin, will try your code too. Again, to my point...
Kevin, will try your code too. Again, to my point above, there's a mod available here somewhere that allows you to use template tags in a bbcode. I can't seem to find it now. So yeah, if you check my...
Forum:
vB4 Programming Discussions
05-11-2013, 08:49 PM
Replies:
9
Use $foruminfo[forumid] In_Array in BBCode
Views:
3,584
Posted By
ExcelFox
nerbert, thanks for your reply.. Yes,...
nerbert, thanks for your reply..
Yes, normally you won't have any of the usual variables in the bbcode. having said that, there is a mod available here somewhere that allows usage of those...
Forum:
vB4 Programming Discussions
05-11-2013, 07:54 PM
Replies:
9
Use $foruminfo[forumid] In_Array in BBCode
Views:
3,584
Posted By
ExcelFox
Use $foruminfo[forumid] In_Array in BBCode
I am trying to use the following conditional in the BBCode
<vb:if condition="in_array($foruminfo[forumid], array(1,2)) AND $bbuserinfo[userid]">
If works fine if the $bbuserinfo[userid] is used...
Forum:
vB4 Programming Discussions
04-14-2013, 10:37 AM
Replies:
13
<vb:if condition="$bbuserinfo[userid]"> Not Working
Views:
1,853
Posted By
ExcelFox
Thanks Kevin. One last question on this topic...
Thanks Kevin. One last question on this topic though. Would this have worked even if I didn't install that MOD? Maybe I should be asking this question it the thread where I got the mod from, but if...
Forum:
vB4 Programming Discussions
04-14-2013, 07:28 AM
Replies:
13
<vb:if condition="$bbuserinfo[userid]"> Not Working
Views:
1,853
Posted By
ExcelFox
Thanks a lot everybody. It seems to be working in...
Thanks a lot everybody. It seems to be working in my forum now. I will try out the suggestions given above too. And ChrisTERis, you were right about my wrongly sequencing the conditional statement....
Forum:
vB4 Programming Discussions
04-13-2013, 06:51 PM
Replies:
13
<vb:if condition="$bbuserinfo[userid]"> Not Working
Views:
1,853
Posted By
ExcelFox
Could you please let me know how to disable...
Could you please let me know how to disable caching?
Forum:
vBulletin 3.6 Add-ons
04-13-2013, 02:34 PM
Replies:
27
Administrative and Maintenance Tools -
Advanced BBCode (Use conditionals in BBCodes)
Views:
10,993
Posted By
ExcelFox
If you can have a look at this.. would be great ...
If you can have a look at this.. would be great
https://vborg.vbsupport.ru/showthread.php?p=2416099
Forum:
vB4 Programming Discussions
04-13-2013, 12:26 PM
Replies:
13
<vb:if condition="$bbuserinfo[userid]"> Not Working
Views:
1,853
Posted By
ExcelFox
Thanks for your inputs. The mod that I installed...
Thanks for your inputs. The mod that I installed is https://vborg.vbsupport.ru/showthread.php?t=149107
My objective is to mask the contents within the code wrap unless the user is logged in (not a...
Forum:
vB4 Programming Discussions
04-13-2013, 07:55 AM
Replies:
13
<vb:if condition="$bbuserinfo[userid]"> Not Working
Views:
1,853
Posted By
ExcelFox
<vb:if condition="$bbuserinfo[userid]"> Not Working
I am trying to have my BBCODE contents not viewable unless the user is logged in. I found a hack from this forum that will allow conditionals in BBCODE. I've installed that too.
What I'm trying to...
Forum:
vBulletin 4.x Template Modifications
10-28-2012, 07:59 PM
Replies:
9
Mini Mods -
Guest Floating Banner for VB4
Views:
7,300
Posted By
ExcelFox
For those who are interested, here's how I solved...
For those who are interested, here's how I solved it
<vb:if condition="$show['guest']">
<script type="text/javascript">
var persistclose=0 //set to 0 or 1. 1 means once the bar is manually...
Forum:
vBulletin 4.x Template Modifications
10-28-2012, 11:29 AM
Replies:
9
Mini Mods -
Guest Floating Banner for VB4
Views:
7,300
Posted By
ExcelFox
You seem to have stopped it from disappearing...
You seem to have stopped it from disappearing below when the page is scrolled down. Can you tell us how you managed to do that?
Forum:
vB4 Programming Discussions
09-17-2011, 01:10 PM
Replies:
6
Contents of New Post or New Thread to be displayed only if user is an Admin
Views:
659
Posted By
ExcelFox
Thanks Lynne. I wasn't able to decipher the code,...
Thanks Lynne. I wasn't able to decipher the code, so I modified the notify phrase, and added the following line
if ($touser[username] = 'Admin ABC' OR $touser[username] = 'Mod DEF')
{
Here is...
Forum:
vB4 Programming Discussions
09-17-2011, 02:51 AM
Replies:
6
Contents of New Post or New Thread to be displayed only if user is an Admin
Views:
659
Posted By
ExcelFox
Lynne, thanks for reverting. I should have...
Lynne, thanks for reverting. I should have clarified my OP.
What I was looking for, is to have the new post email when there is a new post notification for a subscribed thread, to contain only the...
Forum:
vB4 Programming Discussions
09-16-2011, 07:04 PM
Replies:
6
Contents of New Post or New Thread to be displayed only if user is an Admin
Views:
659
Posted By
ExcelFox
Contents of New Post or New Thread to be displayed only if user is an Admin
Hi,
Could anybody help me with a code snippet that will only show the content of the new post/thread if the user is an Admin/Mod. For all other users, the new post/thread mail should only contain...
Forum:
vBulletin 4.x Add-ons
07-16-2011, 05:13 AM
Replies:
977
Miscellaneous Hacks -
More Share Options TNG by BOP5 (Facebook, Twitter, Google +1, AddThis) Share Buttons
Views:
166,844
Posted By
ExcelFox
Please let us know when you could upgrade it for...
Please let us know when you could upgrade it for 4.1.5 Beta
Forum:
vBulletin 4.x Add-ons
07-16-2011, 05:13 AM
Replies:
977
Miscellaneous Hacks -
More Share Options TNG by BOP5 (Facebook, Twitter, Google +1, AddThis) Share Buttons
Views:
166,844
Posted By
ExcelFox
BOP, thanks a lot for this mod. I think this is...
BOP, thanks a lot for this mod. I think this is going to be a great add-on. Keep up the excellent work....
Forum:
vBulletin 4.x Add-ons
05-15-2011, 08:07 PM
Replies:
3,814
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
922,161
Posted By
ExcelFox
Took me 3 hours to make my first ever...
Took me 3 hours to make my first ever modification in my life. And guess what! It's a success. Not sure how many eyebrows raise if this is a stupid way to make a modification, but hey, I got it all...
Forum:
vBulletin 4.x Add-ons
05-15-2011, 04:13 PM
Replies:
188
Miscellaneous Hacks -
IWT - Time Spent Online
Views:
41,040
Posted By
ExcelFox
A great mod, and I am already liking its use very...
A great mod, and I am already liking its use very much, and am thankful for developers like yourselves taking out time and effort, to provide us with such free modifications and add-ons.
With due...
Forum:
vBulletin 4.x Add-ons
05-15-2011, 03:47 PM
Replies:
3,814
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
922,161
Posted By
ExcelFox
A great mod, and I am already liking its use very...
A great mod, and I am already liking its use very much, and am thankful for developers like yourselves taking out time and effort, to provide us with such free modifications and add-ons.
With due...
Forum:
vBulletin 4.x Add-ons
05-15-2011, 12:34 PM
Replies:
71
Statistics Modifications -
Who Downloaded This Attachment
Views:
22,218
Posted By
ExcelFox
Any news on this yet? I have installed this...
Any news on this yet? I have installed this again, but still don't see anything happening even after I downloaded attachments after installing this.
Forum:
vBulletin 4.x Add-ons
04-29-2011, 03:52 PM
Replies:
71
Statistics Modifications -
Who Downloaded This Attachment
Views:
22,218
Posted By
ExcelFox
Not working for 4.1.3 Neither do I see any...
Not working for 4.1.3
Neither do I see any option in the acp. Please help
Forum:
vB4 General Discussions
04-27-2011, 06:53 AM
Replies:
0
Email Notification Of New Post Without The Post Content Being Sent
Views:
292
Posted By
ExcelFox
Email Notification Of New Post Without The Post Content Being Sent
How do I make vB send out email notifications of new posts without actually sending the contents of the post? Just a notification that X member has made a post in Y thread.
Showing results 1 to 24 of 24
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
02:27 PM
.
-- 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.03765 seconds
Memory Usage
2,028KB
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
(24)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(36)
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.0006
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi