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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.01
seconds.
Search:
Posts Made By:
TigerC10
Forum:
vBulletin 4.x Add-ons
04-13-2011, 08:14 PM
Replies:
351
Calendar Enhancements -
Farcaster's Event Attendance v3 (for vb4)
Views:
79,013
Posted By
TigerC10
Read this: 2178868
Read this:
2178868
Forum:
vBulletin 4.x Add-ons
04-08-2011, 02:47 AM
Replies:
351
Calendar Enhancements -
Farcaster's Event Attendance v3 (for vb4)
Views:
79,013
Posted By
TigerC10
Sorry, no. I think there was some older stuff...
Sorry, no. I think there was some older stuff from 3.5 that did it, but I don't know of anything for 4.0+.
No, because there are no template hooks in the calendar templates. Nothing has...
Forum:
vBulletin 4.x Add-ons
04-02-2011, 12:21 AM
Replies:
351
Calendar Enhancements -
Farcaster's Event Attendance v3 (for vb4)
Views:
79,013
Posted By
TigerC10
Yeah, actually the avatar stuff in Farcaster's...
Yeah, actually the avatar stuff in Farcaster's mod is more complicated than it needs to be.
Open your AdminCP, go to the Plugins Manager, and open up the GETDAY_EVENT: Add RSVPs and Form to Event...
Forum:
vBulletin 4.x Add-ons
04-01-2011, 02:48 PM
Replies:
351
Calendar Enhancements -
Farcaster's Event Attendance v3 (for vb4)
Views:
79,013
Posted By
TigerC10
This mod doesn't do that. All this mod does is...
This mod doesn't do that. All this mod does is add an RSVP to an event.
Forum:
vBulletin 4.x Add-ons
03-29-2011, 09:21 PM
Replies:
351
Calendar Enhancements -
Farcaster's Event Attendance v3 (for vb4)
Views:
79,013
Posted By
TigerC10
Open your style, open up your templates, and find...
Open your style, open up your templates, and find your Calendar Templates. Find the "calendar_rsvp_bit" template and edit it.
At the bottom, replace:
{rsvp:var rsvp.comment}
With:
...
Forum:
vB4 General Discussions
03-23-2011, 05:01 PM
Replies:
6
Adding User Rank to Profile
Views:
1,258
Posted By
TigerC10
For anyone else out there that hasn't figured...
For anyone else out there that hasn't figured this one out...
Open your MEMBERINFO template.
Find:
<vb:if condition="$prepared['usertitle']">
<br />
<span...
Forum:
vB3 Programming Discussions
04-07-2010, 03:30 AM
Replies:
14
SQL synax problem
Views:
947
Posted By
TigerC10
Well, close down the tab or the browser and then...
Well, close down the tab or the browser and then bring it up again after a few minutes (just in case).
Forum:
vB3 Programming Discussions
04-07-2010, 02:46 AM
Replies:
14
SQL synax problem
Views:
947
Posted By
TigerC10
Well it might have to do with the IF NOT EXISTS...
Well it might have to do with the IF NOT EXISTS that you gave it. If you ran this code with the wrong syntax then it may have created an empty table. Then when you ran it a second time the empty...
Forum:
vB3 Programming Discussions
04-07-2010, 02:33 AM
Replies:
14
SQL synax problem
Views:
947
Posted By
TigerC10
There's nothing wrong with the backticks in a...
There's nothing wrong with the backticks in a MySQL command. I know of many .SQL files that use them. Using the ` operator can be confusing in Perl though. It's not required, so why put them in?
Forum:
vB3 Programming Discussions
04-07-2010, 02:27 AM
Replies:
14
SQL synax problem
Views:
947
Posted By
TigerC10
You're still missing a closing parenthesis (from...
You're still missing a closing parenthesis (from right after the dbhVictims), and you may also want to get rid of the ` symbol. In Perl the `operator performs a system command and PHP is supposed to...
Forum:
vB4 General Discussions
04-07-2010, 02:02 AM
Replies:
15
Someone copied our exact design + layout, can I do anything about it?
Views:
1,068
Posted By
TigerC10
In order to look at a website, you have to...
In order to look at a website, you have to download the images and style information of the website to your computer. it normally gets stuffed into a "temporary internet files" folder somewhere. ...
Forum:
vB4 General Discussions
04-06-2010, 09:23 PM
Replies:
15
Someone copied our exact design + layout, can I do anything about it?
Views:
1,068
Posted By
TigerC10
Turkey is a little more difficult, because you...
Turkey is a little more difficult, because you need to apply for copyright protection separately - but they do have international copyright agreements.
...
Forum:
vB4 General Discussions
04-06-2010, 09:00 PM
Replies:
15
Someone copied our exact design + layout, can I do anything about it?
Views:
1,068
Posted By
TigerC10
@Jaxel - German laws protect foreign copyright. ...
@Jaxel - German laws protect foreign copyright.
German copyright laws published on 9 September 1965, as last amended on 8 May 1998...
http://www.iuscomp.org/gla/statutes/UrhG.htm
I think...
Forum:
vB4 Programming Discussions
04-06-2010, 05:37 PM
Replies:
5
Registration process: Allow user to select user group?
Views:
1,225
Posted By
TigerC10
There was a mod for this in 3.7 ...
There was a mod for this in 3.7
https://vborg.vbsupport.ru/showthread.php?t=186076
You could ask the developer to upgrade the mod for 4.0 compatibility.
Forum:
vB4 Programming Discussions
04-06-2010, 05:33 PM
Replies:
2
Template hook
Views:
861
Posted By
TigerC10
In the SHOWTHREAD template there's the hook...
In the SHOWTHREAD template there's the hook {vb:raw template_hook.showthread_above_posts} right above the reply button.
However, if a template hook is missing you can always add one in. Just go...
Forum:
vB4 Programming Discussions
04-06-2010, 05:25 PM
Replies:
3
Protecting a subdirectory 3rd party app
Views:
461
Posted By
TigerC10
There are two versions of vb4...
There are two versions of vb4 (http://www.vbulletin.com/order/index.php?do=step1), there's the forums classic version and the publishing suite. The publishing suite has this type of functionality...
Forum:
vB4 Programming Discussions
04-06-2010, 09:17 AM
Replies:
2
External Script w/ vB Login + Usergroup
Views:
528
Posted By
TigerC10
What you're looking for is called an External API...
What you're looking for is called an External API modification. Most of the time we use these types of services offered through Facebook for our own sites. You want to offer it to other people.
...
Forum:
vB4 General Discussions
04-06-2010, 09:02 AM
Replies:
8
How to echo the URL on the page?
Views:
655
Posted By
TigerC10
Glad to help. Kinda surprised it took this long...
Glad to help. Kinda surprised it took this long for you to get a response about it, though. C'est la vie, no?
Forum:
vB4 General Discussions
04-06-2010, 08:40 AM
Replies:
8
How to echo the URL on the page?
Views:
655
Posted By
TigerC10
Oh! Sorry, that was my mistake. I was using the...
Oh! Sorry, that was my mistake. I was using the old 3.x standard. Use this instead:
http://{vb:raw $_SERVER['SERVER_NAME']}{vb:raw $_SERVER['REQUEST_URI']}
Just tested, it worked fine for...
Forum:
vB4 Programming Discussions
04-06-2010, 08:25 AM
Replies:
3
Protecting a subdirectory 3rd party app
Views:
461
Posted By
TigerC10
If you're using vBulletin 4.0 Suite then you can...
If you're using vBulletin 4.0 Suite then you can use the CMS. The vBulletin CMS has different "sections" you can post. You could create a "subscriptionpics" section. Then in the "permissions"...
Forum:
vB4 Programming Discussions
04-06-2010, 08:18 AM
Replies:
5
lost in VB4 templates. is there any help out there?
Views:
532
Posted By
TigerC10
Personally I don't like using CSS because of the...
Personally I don't like using CSS because of the various ways that different browsers render CSS (some do it right, some don't - both Firefox and Internet Explorer are guilty of extending the CSS...
Forum:
vB4 General Discussions
04-06-2010, 08:03 AM
Replies:
15
Someone copied our exact design + layout, can I do anything about it?
Views:
1,068
Posted By
TigerC10
Or... Don't warn them at all. Inform the host...
Or... Don't warn them at all. Inform the host of your intent to bring litigation if they don't refuse to remove the copyrighted content. The host will, in turn, shut down the website. When the...
Forum:
vB4 General Discussions
04-06-2010, 07:55 AM
Replies:
8
How to echo the URL on the page?
Views:
655
Posted By
TigerC10
In your AdminCP open up your style and go to edit...
In your AdminCP open up your style and go to edit templates. Put the following text in there where you want it to display:
http://$_SERVER['SERVER_NAME']$_SERVER['REQUEST_URI']
That should...
Forum:
Modification Requests/Questions (Unpaid)
04-06-2010, 07:45 AM
Replies:
1
RPG for Vbulletin, anyone?
Views:
555
Posted By
TigerC10
Well, there's the old (crazy old)...
Well, there's the old (crazy old) https://vborg.vbsupport.ru/showthread.php?t=103792
Later they began to release things as [ITech]. https://vborg.vbsupport.ru/showthread.php?t=146990
The...
Forum:
vB4 Design and Graphics Discussions
04-05-2010, 09:40 PM
Replies:
1
[Navbar] change tab height without affecting floatcontainer height below it.
Views:
2,357
Posted By
TigerC10
That's not the "float container" you're talking...
That's not the "float container" you're talking about, I believe that's the selected tab's "subtab set". The float container is the drop down menu (for notifications and the like), is it not?
...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
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
11:06 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.02196 seconds
Memory Usage
2,085KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(31)
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.0074
(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
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(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(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(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(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
FULLTEXT Search
php_sapi_name(): fpm-fcgi