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 12
1
2
3
11
>
Last
»
Showing results 1 to 25 of 295
Search took
0.01
seconds.
Search:
Posts Made By:
testebr
Forum:
vBulletin 4 Articles
11-18-2009, 07:54 PM
Replies:
307
[HOW TO - vB4] Rendering templates and registering variables - a short guide
Views:
108,670
Posted By
testebr
I figure out how to solve it: hook:...
I figure out how to solve it:
hook: process_templates_complete
code: $footer .= 'text added to footer';
No idea if was the best solution, but that worked very well.
Forum:
vBulletin 4 Articles
11-18-2009, 06:17 PM
Replies:
307
[HOW TO - vB4] Rendering templates and registering variables - a short guide
Views:
108,670
Posted By
testebr
hi cellarius, I don't want to call the var...
hi cellarius, I don't want to call the var manually, I just want to inject code like my old example for 3.x:
hook: parse_templates
code: $vbulletin->templatecache['footer'] .= 'text added to...
Forum:
vBulletin 4 Articles
11-18-2009, 09:52 AM
Replies:
307
[HOW TO - vB4] Rendering templates and registering variables - a short guide
Views:
108,670
Posted By
testebr
Can you give us a simple example of how to insert...
Can you give us a simple example of how to insert code to footer without fech from other template?
Forum:
vB4 Programming Discussions
11-17-2009, 09:37 AM
Replies:
4
Insert content on footer
Views:
1,720
Posted By
testebr
I tried... $ad_location[ad_footer_end] .=...
I tried...
$ad_location[ad_footer_end] .= 'this insert text fail';
And the article is about fech template to insert in other or add var manually. Sorry if I'm wrong, but it still a little hard...
Forum:
vB4 Programming Discussions
11-16-2009, 08:06 PM
Replies:
4
Insert content on footer
Views:
1,720
Posted By
testebr
Insert content on footer
hook: parse_templates
code: $vbulletin->templatecache['footer'] .= 'content added to footer';
Work fine on 3.x, how to I can do same on 4.x?
Thanks
Forum:
vBulletin 3.8 Add-ons
10-24-2009, 10:53 PM
Replies:
2,086
Add-On Releases -
DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest...
Views:
506,106
Posted By
testebr
Can you add support for www.dotsub.com ? ...
Can you add support for www.dotsub.com ?
Thanks
---------->
ok, here is attached my own definition for dotsub.com
I hope Digital Jedi insert it in master xml file.
Forum:
vBulletin 3.8 Add-ons
09-16-2009, 10:04 PM
Replies:
2,086
Add-On Releases -
DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest...
Views:
506,106
Posted By
testebr
You forget/ignored my fix report for...
You forget/ignored my fix report for slideshare.com definition from this post (https://vborg.vbsupport.ru/showpost.php?p=1874715&postcount=790).
Or you will update the master xml later?
Forum:
vBulletin 3.8 Add-ons
09-04-2009, 10:27 PM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,630
Posted By
testebr
You already reported this 'issue' on vb.com board?
You already reported this 'issue' on vb.com board?
Forum:
vBulletin 3.8 Add-ons
08-26-2009, 12:33 PM
Replies:
2,086
Add-On Releases -
DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest...
Views:
506,106
Posted By
testebr
SlideShare need to be update, fail on my test. ...
SlideShare need to be update, fail on my test.
UPDATE
Here my fix:
Change the regex rule
from
Forum:
vBulletin 3.8 Add-ons
08-24-2009, 11:23 AM
Replies:
1,702
Major Additions -
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Views:
415,326
Posted By
testebr
http://www.youtube.com/watch?v=gc9GgqcfoQo ...
http://www.youtube.com/watch?v=gc9GgqcfoQo
Thanks[/QUOTE]
If possible check for it in next release ;)
Ps: ISO-8859-1 charset on my board .
Forum:
vBulletin 3.7 Add-ons
08-23-2009, 04:22 PM
Replies:
72
Integration with vBulletin -
Enhanced Jabber (XMPP) Integration
Views:
17,619
Posted By
testebr
WOW! Much better! I would like to see option...
WOW! Much better!
I would like to see option to customize the notification message.
I will try integrate to my personal addons, if you have some hints share here.
Thanks
Forum:
vBulletin 3.7 Add-ons
08-22-2009, 04:58 PM
Replies:
72
Integration with vBulletin -
Enhanced Jabber (XMPP) Integration
Views:
17,619
Posted By
testebr
Great product, but after message received on my...
Great product, but after message received on my gtalk the page still loading by more 10 seconds... this is killing my patience.
Maybe bad host? Or how to I can improve it?
Thanks
Forum:
vBulletin 3.8 Add-ons
08-17-2009, 12:52 PM
Replies:
17
End-User Options -
Login by username or email product edition
Views:
6,218
Posted By
testebr
First update was released: Changelog: ...
First update was released:
Changelog:
v0.2 Fixed problem with auto-login.
Forum:
vBulletin 3.8 Add-ons
08-16-2009, 03:55 AM
Replies:
85
Administrative and Maintenance Tools -
Fix-it: Template Edition
Views:
31,488
Posted By
testebr
Can you make a diagnostic edition where alert...
Can you make a diagnostic edition where alert user instead to fix?
Forum:
vBulletin 3.8 Add-ons
08-15-2009, 10:00 PM
Replies:
17
End-User Options -
Login by username or email product edition
Views:
6,218
Posted By
testebr
Login by username or email product edition
This mod allow user to login on board by email or username.
The logic will check by email only if login by username fail.
Important:
Before to install, check if you have any plugin that use...
Forum:
vBulletin 3.8 Add-ons
08-13-2009, 12:14 PM
Replies:
1,702
Major Additions -
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Views:
415,326
Posted By
testebr
How to fix accentuation fail on title? ...
How to fix accentuation fail on title?
Example:
http://www.youtube.com/watch?v=gc9GgqcfoQo
Thanks
Forum:
vBulletin 3.8 Add-ons
08-10-2009, 11:20 PM
Replies:
9
Integration with vBulletin -
Hotwords Support
Views:
4,457
Posted By
testebr
Fique a vontade para distribuir amigo ;)
Fique a vontade para distribuir amigo ;)
Forum:
vBulletin 3.8 Add-ons
08-05-2009, 10:00 PM
Replies:
9
Integration with vBulletin -
Hotwords Support
Views:
4,457
Posted By
testebr
Hotwords Support
HOTWOrds (http://www.hotwords.com.br/) is a company that offers contextual revenue link for webmasters based on keywords.
This small product insert the code for the service HOTWords automatically...
Forum:
vBulletin 3 Articles
08-05-2009, 10:53 AM
Replies:
24
[vBulletin|PHP|HTML]Automatic Template Edits
Views:
8,906
Posted By
testebr
Nothing is good if it is hosted external, just...
Nothing is good if it is hosted external, just send the article here at vb.org
And plus request register to see code in your board...
'Unregistered users can not view codes.Please register.'
Forum:
ibProArcade Archive
07-30-2009, 12:05 PM
Replies:
1
use game from other url
Views:
1,893
Posted By
testebr
I same same question, any idea? An how to...
I same same question, any idea?
An how to will be good. Example, uses amazon cloud host.
Forum:
vBulletin 3.8 Add-ons
07-22-2009, 10:21 AM
Replies:
846
Add-On Releases -
v3 Arcade - Professional vBulletin Gaming
Views:
225,362
Posted By
testebr
Sorry, I can't help you this time. Wait for...
Sorry, I can't help you this time. Wait for developer or try post at v3arcade.com boards.
ps: I'm not a v3arcade coder.
Forum:
vBulletin 3.8 Add-ons
07-21-2009, 07:25 PM
Replies:
846
Add-On Releases -
v3 Arcade - Professional vBulletin Gaming
Views:
225,362
Posted By
testebr
At ajax search follow this steps: 1) search...
At ajax search follow this steps:
1) search for any game (make sure game exists on arcade)
2) the results will show
3) now delete the text of search field and see the dots gif still visible all...
Forum:
vBulletin 3.8 Add-ons
07-21-2009, 04:44 PM
Replies:
846
Add-On Releases -
v3 Arcade - Professional vBulletin Gaming
Views:
225,362
Posted By
testebr
More one error it was found: This line...
More one error it was found:
This line bellow at template arcade_scores:
<td class="thead" width="10%" align="center"> $vbphrase[time] </td>
The correct is:
<td class="thead" width="10%"...
Forum:
vBulletin 3.8 Add-ons
07-20-2009, 11:56 PM
Replies:
846
Add-On Releases -
v3 Arcade - Professional vBulletin Gaming
Views:
225,362
Posted By
testebr
More one 'bug' detected: The phrase "Latest...
More one 'bug' detected:
The phrase "Latest Scores" on arcade home 'sidebar' is not in vb phrase system. I just translated directly in template 'arcade_main'.
Hope you can 'fix' it in next...
Forum:
vBulletin 3.8 Add-ons
07-17-2009, 09:25 PM
Replies:
846
Add-On Releases -
v3 Arcade - Professional vBulletin Gaming
Views:
225,362
Posted By
testebr
Read...
Read https://vborg.vbsupport.ru/showpost.php?p=1849083&postcount=487
Showing results 1 to 25 of 295
Page 1 of 12
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
02:47 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.05510 seconds
Memory Usage
2,063KB
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
(58)
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.0042
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi