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 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
Bundschuh
Forum:
vB4 General Discussions
03-12-2013, 04:23 PM
Replies:
0
Search result shows no postername for unregistered users
Views:
353
Posted By
Bundschuh
Search result shows no postername for unregistered users
There are two ways of showing search results: as threads or as posts
Show them as posts has the advantage to get also the message text and a direct link to the post.
Unfortunately if the poster...
Forum:
vB4 Programming Discussions
03-05-2013, 10:27 AM
Replies:
7
API login_login error: badlogin
Views:
2,891
Posted By
Bundschuh
Searching only requires: search_process ->...
Searching only requires:
search_process -> gives you an id to retrieve search results
search_showresults -> returns the results for given id
Parameters for search process are mostly the same as...
Forum:
vB4 Programming Discussions
12-13-2012, 09:37 AM
Replies:
3
Mobile API login
Views:
3,198
Posted By
Bundschuh
Possible solution: ...
Possible solution:
https://vborg.vbsupport.ru/showthread.php?t=289918
Forum:
vB4 Programming Discussions
12-13-2012, 09:34 AM
Replies:
1
Mobile API - login ok but no other action possible
Views:
1,755
Posted By
Bundschuh
I assume you didn't call the login()-method...
I assume you didn't call the login()-method properly. Your api-init is probably correct otherwise you weren't able to call any other api methods.
What is your repsone of the login()-method?
It...
Forum:
vB4 General Discussions
07-23-2012, 02:21 PM
Replies:
4
Custom Field/Userfield in Subscription
Views:
559
Posted By
Bundschuh
Yeah, that's right. No I will do some...
Yeah, that's right.
No I will do some more complex modifications based on different conditions. But I simply copied the Code from functions_newpost.php (around line 1178) which will eval the...
Forum:
vB4 General Discussions
07-20-2012, 01:44 PM
Replies:
4
Custom Field/Userfield in Subscription
Views:
559
Posted By
Bundschuh
These were also my first thoughts. Using of...
These were also my first thoughts.
Using of hook location is more "elegant" than direct code modification. :)
But in this case, I thinks it's not the fastest solution.
I tried to get the custom...
Forum:
vB4 General Discussions
07-20-2012, 11:01 AM
Replies:
4
Custom Field/Userfield in Subscription
Views:
559
Posted By
Bundschuh
Custom Field/Userfield in Subscription
Hi there,
does somebody knows a elegant way to use custom fields in the subscription mails?
I have to send Mails with the users real name like "Dear John, there are new replies ...."
In Lang...
Forum:
vB4 Programming Discussions
07-03-2012, 09:57 AM
Replies:
0
Custom Fields in Mobile API Response
Views:
468
Posted By
Bundschuh
Custom Fields in Mobile API Response
Hi there,
does somebody got an idea how to send custom field through mobile api?
E.g. the api call 'showthread' returns for a given threadid a list of all posts (see array below).
As you can...
Forum:
vBulletin 4.x Add-ons
06-19-2012, 02:37 PM
Replies:
106
End-User Options -
Real Name In Profile And Postbit
Views:
23,875
Posted By
Bundschuh
This looks great. :) I was wondering myself why...
This looks great. :) I was wondering myself why there is no real name support in vbulletin and now asking google, I came around on this mod.
But, does this Mod support the your new fields for real...
Forum:
vB4 General Discussions
06-05-2012, 10:26 AM
Replies:
1
Censorship with Mobile API
Views:
378
Posted By
Bundschuh
I've found an existing mod for rejecting post...
I've found an existing mod for rejecting post with bad words:
https://vborg.vbsupport.ru/showthread.php?t=255546
But this mod doesn't returns the info to the user which words he should correct to...
Forum:
vB4 Programming Discussions
06-05-2012, 10:14 AM
Replies:
3
verify_username fails with missing charset in stylevars
Views:
529
Posted By
Bundschuh
Thanks for you answers. @futureaudio: I'd...
Thanks for you answers.
@futureaudio:
I'd like to avoid changes in admincp to make a plugin running. But thanks for the advice, I will give this a try.
@kh99:
I was asking myself the same...
Forum:
vB4 Programming Discussions
06-04-2012, 08:51 AM
Replies:
3
verify_username fails with missing charset in stylevars
Views:
529
Posted By
Bundschuh
verify_username fails with missing charset in stylevars
Hi,
I hooked a function at global_bootstrap_complete to register an unknown user before login process is called (my intention look here https://vborg.vbsupport.ru/showthread.php?t=283789).
For...
Forum:
vB4 Programming Discussions
06-04-2012, 07:08 AM
Replies:
3
Hook before login authetification or redirect to login again
Views:
1,520
Posted By
Bundschuh
Just a little correction to the hook...
Just a little correction to the hook 'global_bootstrap_complete'.
Actually it is called after '*_init_complete' but the variable $vbulletin is only accessable when calling
global $vbulletin;
...
Forum:
vB4 Programming Discussions
06-01-2012, 03:31 PM
Replies:
3
Hook before login authetification or redirect to login again
Views:
1,520
Posted By
Bundschuh
Thanks kh99, that made my day. It's not...
Thanks kh99,
that made my day. It's not 'global_bootstrap_complete' but rather 'global_bootstrap_init_complete' where the basic vB things are initialized.
This should replace a hook like...
Forum:
vBulletin 4.x Add-ons
06-01-2012, 10:59 AM
Replies:
112
New Posting Features -
Block Censored Words in Posts by BOP5 VB4
Views:
30,636
Posted By
Bundschuh
Hi there, two things: 1. I'd find it...
Hi there,
two things:
1. I'd find it quite nice if it shows the user all bad words he entered in the message.
Is it possible to implement this?
2. Further the mod doesn't seem to check edit...
Forum:
vB4 Programming Discussions
06-01-2012, 08:10 AM
Replies:
3
Hook before login authetification or redirect to login again
Views:
1,520
Posted By
Bundschuh
Hook before login authetification or redirect to login again
Hello,
my purpose is to extend the login process to check another database if a user doesn't yet exists in vb db. If the given username matches on the other database then a new vb user will be...
Forum:
Modification Requests/Questions (Unpaid)
05-31-2012, 10:41 AM
Replies:
2
Censor Warning Instead of Replace
Views:
775
Posted By
Bundschuh
This would also interest me. Have you already...
This would also interest me. Have you already found a solution?
Greetings
Bundschuh
Forum:
vB4 General Discussions
05-31-2012, 08:19 AM
Replies:
1
Censorship with Mobile API
Views:
378
Posted By
Bundschuh
Censorship with Mobile API
Hello,
in admincp I have activated the censorship and added some bad words to the list.
If a new post is created all bad words are replaced with the *-char (default).
Is it possible to reject...
Showing results 1 to 18 of 18
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:26 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.03020 seconds
Memory Usage
1,988KB
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
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(6)
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(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(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(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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