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 18
1
2
3
11
>
Last
»
Showing results 1 to 25 of 447
Search took
0.02
seconds.
Search:
Posts Made By:
basketmen
Forum:
vB4 Programming Discussions
07-28-2015, 11:51 PM
Replies:
12
Plugin using global_complete hook, cant exclude from a forum using if conditional
Views:
752
Posted By
basketmen
$GLOBALS['forumid'] with global_complete hook is...
$GLOBALS['forumid'] with global_complete hook is works
global_setup_complete hook not works
thank you kh99, MarkFL & Easy5s.net
Forum:
vB4 Programming Discussions
07-28-2015, 01:17 PM
Replies:
12
Plugin using global_complete hook, cant exclude from a forum using if conditional
Views:
752
Posted By
basketmen
thank you for reply, tried this if...
thank you for reply, tried this
if ($GLOBAL['forumid'] != 123)
{
}
but looks like not working, still same like not using it
any other code?
Forum:
vB4 Programming Discussions
07-28-2015, 06:36 AM
Replies:
12
Plugin using global_complete hook, cant exclude from a forum using if conditional
Views:
752
Posted By
basketmen
thank you for the alternative way using...
thank you for the alternative way using forum_display_start hook
so what is the right if conditional to exclude a forum with global_complete hook?
Forum:
vB4 Programming Discussions
07-28-2015, 04:32 AM
Replies:
12
Plugin using global_complete hook, cant exclude from a forum using if conditional
Views:
752
Posted By
basketmen
its just example text, i use for some text
its just example text, i use for some text
Forum:
vB4 Programming Discussions
07-28-2015, 03:49 AM
Replies:
12
Plugin using global_complete hook, cant exclude from a forum using if conditional
Views:
752
Posted By
basketmen
its not only for forumdisplay, but for showthread...
its not only for forumdisplay, but for showthread too
it is better using forum_display_start hook or global_complete?
Forum:
vB4 Programming Discussions
07-28-2015, 12:33 AM
Replies:
12
Plugin using global_complete hook, cant exclude from a forum using if conditional
Views:
752
Posted By
basketmen
Plugin using global_complete hook, cant exclude from a forum using if conditional
This is replacement code from kh99 (https://vborg.vbsupport.ru/showpost.php?p=2402308&postcount=4), using global_complete hook, its works good
$find = 'Post New Thread';
$replace = 'Create a...
Forum:
vB4 Programming Discussions
07-04-2015, 11:43 AM
Replies:
1
Replace Word in Title
Views:
374
Posted By
basketmen
Replace Word in Title
There are many code/plugin to Replace Word in Post, like these
$word = array(
'word 1',
'word 2',
);
$link = array(
'xxxx',
'yyyy',
);
Forum:
vB3 General Discussions
12-03-2013, 06:19 PM
Replies:
4
add new lines to a table, when user register
Views:
719
Posted By
basketmen
ah its already working with hook...
ah its already working with hook register_addmember_complete, so its need Execution Order 1, instead 5
Forum:
vB3 General Discussions
12-03-2013, 05:33 PM
Replies:
4
add new lines to a table, when user register
Views:
719
Posted By
basketmen
already tried this code ...
already tried this code
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "customtable
(userid, friendid)
VALUES
(1, " . $userid . ")
");
or this
Forum:
vB3 General Discussions
12-01-2013, 07:40 PM
Replies:
4
add new lines to a table, when user register
Views:
719
Posted By
basketmen
add new lines to a table, when user register
Hi guys, i am looking for a product or thread about this, but still cant found it yet
so when user register, i need to add new line to a table, for example
i have a customtable in database
the...
Forum:
vB3 General Discussions
05-02-2013, 07:23 PM
Replies:
0
Latest Reputation Received in forum home, instead in usercp
Views:
530
Posted By
basketmen
Latest Reputation Received in forum home, instead in usercp
Hi guys, i want to ask if there is a way or a mod, to showing Latest Reputation Received in forum home, instead in usercp page
i already try copied the code from template USERCP to forumhome, but...
Forum:
vB3 General Discussions
01-22-2013, 04:10 PM
Replies:
2
[How to or any mod?] Ads between category listing, in forum home
Views:
802
Posted By
basketmen
if you mean this thread...
if you mean this thread https://vborg.vbsupport.ru/showthread.php?t=250268 , its only ads above or below forum listing, not beetween the forum listing, like post #8 there
so i need like this
...
Forum:
vB3 General Discussions
01-22-2013, 06:21 AM
Replies:
2
[How to or any mod?] Ads between category listing, in forum home
Views:
802
Posted By
basketmen
[How to or any mod?] Ads between category listing, in forum home
Hi guys,
Is it existed yet how to or any mod to do this, if you have information please share :
Ads between category listing, in forum home
i already search but still not finding the...
Forum:
vB3 General Discussions
01-19-2013, 02:11 PM
Replies:
2
What is If conditional for : If thread is exist, not deleted
Views:
572
Posted By
basketmen
yes thats it, many thanks, hope this information...
yes thats it, many thanks, hope this information can help others too
Forum:
vB3 General Discussions
01-19-2013, 01:15 PM
Replies:
2
What is If conditional for : If thread is exist, not deleted
Views:
572
Posted By
basketmen
What is If conditional for : If thread is exist, not deleted
Hi guys, i want to hide ads in the thread that exist, not deleted
is there if conditional for that, if available i want to use it in template, if not in plugin
please share if you know :up:
Forum:
vB3 Programming Discussions
09-30-2012, 03:04 AM
Replies:
8
Help make after updating profile, redirect to another page, not to usercp.php
Views:
2,207
Posted By
basketmen
Many many thanks, the plugin code is works so...
Many many thanks, the plugin code is works
so basically its using replacement methode, in redirect hook, so this things is exist, awesome
i am really helped, thank you very much
for vb staff, i...
Forum:
vB3 Programming Discussions
09-29-2012, 05:56 PM
Replies:
8
Help make after updating profile, redirect to another page, not to usercp.php
Views:
2,207
Posted By
basketmen
up again anyone if you have suggestion...
up again
anyone if you have suggestion please post it
its looks like easy, but i am still cant get the working code or hook
the question is basic enough in the first post
Forum:
vB3 Programming Discussions
08-30-2012, 09:57 AM
Replies:
5
I have a php if conditional, please help how to write it in template
Views:
1,946
Posted By
basketmen
ah this one at least works, and the url...
ah this one at least works,
and the url used is the non rewrited url, so the original url, if the url are rewrited by vbseo or another mod
Scanu methode above maybe works too, and using the...
Forum:
vB3 Programming Discussions
08-28-2012, 11:47 PM
Replies:
5
I have a php if conditional, please help how to write it in template
Views:
1,946
Posted By
basketmen
thank you for answering, but that code still not...
thank you for answering, but that code still not working too
can anyone try it in your forum please
Forum:
vB3 Programming Discussions
08-28-2012, 02:42 AM
Replies:
5
I have a php if conditional, please help how to write it in template
Views:
1,946
Posted By
basketmen
arghh i am still cant make it, already tried add...
arghh i am still cant make it, already tried add the single quote, so like this
can anyone tried it please, or know the working this conditional
Forum:
vB3 General Discussions
08-26-2012, 04:25 AM
Replies:
1
Got bool(true) message after upload attachment, but the file is uploaded
Views:
618
Posted By
basketmen
anyone if have clue? the attachment file is...
anyone if have clue?
the attachment file is newattachment.php, here is where the error message appearing, after uploading any file, but the file is uploaded
Forum:
ibProArcade
07-28-2012, 06:19 PM
Replies:
44
Sticky:
vbSEO & ibProArcade : Rewrite-rules
Views:
210,876
Posted By
basketmen
Hi guys, i am using this basic ibproarcade CRR,...
Hi guys, i am using this basic ibproarcade CRR, but there is 1 url that havent rewrited yet, it is play tournament url
i will ask in vbseo forum too, but i want to ask from ibproarcade side too...
Forum:
vBulletin 3.8 Add-ons
07-24-2012, 05:15 PM
Replies:
1,702
Major Additions -
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Views:
415,321
Posted By
basketmen
Hi guys, i already searching in this thread and...
Hi guys, i already searching in this thread and other threads, but still cant found it :
the url using https is not embeding, for example :
https://www.youtube.com/watch?v=D6s5l2PVvug
...
Forum:
vB3 General Discussions
07-03-2012, 05:14 AM
Replies:
1
Got bool(true) message after upload attachment, but the file is uploaded
Views:
618
Posted By
basketmen
Got bool(true) message after upload attachment, but the file is uploaded
Hi guys,
everytime member upload attachment, always got 'bool(true)' message
the file is success uploaded, only got that message, if i can i want to fix it, please help what should i do, or...
Forum:
vB3 Programming Discussions
06-15-2012, 05:36 PM
Replies:
1
What is the if conditional code, in plugin for : if coppauser is 0
Views:
526
Posted By
basketmen
What is the if conditional code, in plugin for : if coppauser is 0
Hi guys,
i want to make a plugin with hook register_addmember_process or register_addmember_complete
i need if conditional code, in plugin for :
if coppauser is 0
Showing results 1 to 25 of 447
Page 1 of 18
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
12:45 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.03145 seconds
Memory Usage
2,081KB
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
(18)
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.0070
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(170, 0, 1,''); -> cached fperms for forum 170
(unspecified) fetch_permissions(170, 0, 1,''); -> cached fperms for forum 170
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi