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 3
1
2
3
>
Showing results 1 to 25 of 57
Search took
0.00
seconds.
Search:
Posts Made By:
bpr
Forum:
vBulletin 4.x Add-ons
05-18-2010, 12:18 PM
Replies:
21
Miscellaneous Hacks -
Update System
Views:
4,089
Posted By
bpr
actually thats true, but at that moment, i wasnt...
actually thats true, but at that moment, i wasnt that shure if I make for each one permisson set .... will think about it, but its true, just one if is needed at the moment
thanks
Forum:
vBulletin 4.x Add-ons
05-17-2010, 08:10 PM
Replies:
21
Miscellaneous Hacks -
Update System
Views:
4,089
Posted By
bpr
OK the Install Code should certainly work from...
OK the Install Code should certainly work from now on (1.0.1)
@Osama, Thank you very much for the translation I apprechiate your effort a lot! Thank you!
@ragtek, sound good, thanks for your...
Forum:
vB4 Programming Discussions
05-17-2010, 01:27 AM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,567
Posted By
bpr
have a look at that: ...
have a look at that:
http://ragtek.org/blog/vbulletin/vbulletin4-vbulletin/vb-datenbankklasse-benutzen/
Forum:
vBulletin 4.x Add-ons
05-17-2010, 01:22 AM
Replies:
21
Miscellaneous Hacks -
Update System
Views:
4,089
Posted By
bpr
Ok guys, I am really sorry, that it doesnt...
Ok guys,
I am really sorry, that it doesnt work out with the database and the table creation... maybe somebody could tell me what I am doing wrong ?
My install code for the plugin is:
...
Forum:
vBulletin 4.x Add-ons
05-16-2010, 08:55 PM
Replies:
21
Miscellaneous Hacks -
Update System
Views:
4,089
Posted By
bpr
I was refreshing it a bit... So what I did was...
I was refreshing it a bit... So what I did was changing the install code, so the install should work fine now.
@Acido I was actually checking the XML file
There is written:
<options>...
Forum:
vBulletin 4.x Add-ons
05-16-2010, 05:22 PM
Replies:
21
Miscellaneous Hacks -
Update System
Views:
4,089
Posted By
bpr
The permissions should be available in the ACP.
The permissions should be available in the ACP.
Forum:
vBulletin 4.x Add-ons
05-16-2010, 01:38 AM
Replies:
21
Miscellaneous Hacks -
Update System
Views:
4,089
Posted By
bpr
Reserved
Reserved
Forum:
vBulletin 4.x Add-ons
05-15-2010, 10:00 PM
Replies:
21
Miscellaneous Hacks -
Update System
Views:
4,089
Posted By
bpr
Update System
About Hack
The Update System Hack gives you a base where you can publish updates about your community.
Basically the updates you are entering are not important and it is not worth to write a news...
Forum:
vBulletin 4 Articles
05-12-2010, 02:26 PM
Replies:
97
[HOW TO] Add WYSIWYG Editor to Your Modifications
Views:
28,388
Posted By
bpr
so guys, i figured out the problem, that you...
so guys, i figured out the problem, that you there is no message if you are in the wysiwyg mode! actually my soluiton is not that pretty, but it works fine.
onsubmit="return vB_Editor['{vb:raw...
Forum:
vBulletin 4 Articles
05-12-2010, 02:22 PM
Replies:
10
[How to] Send Auto PM in vb4.0
Views:
3,315
Posted By
bpr
1. thanks ragtek i was changing it immediately ...
1. thanks ragtek i was changing it immediately
2. ah sounds good, why is nobody saying those kind of things : (
Forum:
vBulletin 4 Articles
05-12-2010, 12:34 PM
Replies:
10
[How to] Send Auto PM in vb4.0
Views:
3,315
Posted By
bpr
hmm looks interesting, I had never developed...
hmm looks interesting,
I had never developed for 3.X and dont have that much experience with the 4.X but why are you not using
$dm = new vB_DataManager_PM( $vbulletin );
and does the...
Forum:
vB4 Programming Discussions
05-11-2010, 08:27 PM
Replies:
3
Loop in PHP Direct Execution
Views:
646
Posted By
bpr
what about $output = $testo; "<br />"; ...
what about
$output = $testo; "<br />";
to
$output .= $testo . "<br />";
there was an ; instead of an / between $testo and br
Forum:
vB4 Programming Discussions
05-11-2010, 09:49 AM
Replies:
2
Templates into Addon
Views:
456
Posted By
bpr
Hehe, Thanks andreas, I did not know that I...
Hehe, Thanks andreas, I did not know that I should use the master style ... was always using the default style ... omg : O
Forum:
vB4 Programming Discussions
05-10-2010, 02:48 PM
Replies:
2
Templates into Addon
Views:
456
Posted By
bpr
Templates into Addon
Hi there,
actually I want to put the templates into my mod, but as soon as I download the xml I dont have the templates inside. Well you might tell me, that I have to choose, while creating a new...
Forum:
vB4 Programming Discussions
05-08-2010, 11:55 AM
Replies:
0
LocalStorage
Views:
328
Posted By
bpr
LocalStorage
Hi there,
I have problems with the vbulletin and the html5 local storage system.
my script does work on jsbin.com but it does not in the vbulletin software. there is no code difference and I...
Forum:
vBulletin 4 Articles
05-07-2010, 04:45 PM
Replies:
10
[How to] Send Auto PM in vb4.0
Views:
3,315
Posted By
bpr
No, it is an article to show how you can...
No, it is an article to show how you can automatically send a pm !
Forum:
vB4 Programming Discussions
05-07-2010, 11:34 AM
Replies:
0
ACP Options in conditional
Views:
369
Posted By
bpr
ACP Options in conditional
Hi guys,
I would like to use some acp options from my own mod in my mod templates.
lets have a look at the code:
<vb:if condition="is_member_of($bbuserinfo,...
Forum:
vB4 Programming Discussions
05-03-2010, 11:20 PM
Replies:
3
Hooks and templates
Views:
660
Posted By
bpr
Ok guys, I got a damn serious problem at...
Ok guys,
I got a damn serious problem at the moment.
I tried something else so what I did was adding this code to the plugin:
$templater = vB_Template::create('content_slider');...
Forum:
vB4 Programming Discussions
05-03-2010, 10:59 PM
Replies:
3
Hooks and templates
Views:
660
Posted By
bpr
Hooks and templates
Hi there,
I got a basic question: How can I create my own hooks in templates and php files ?
And another question: How can I use them?
I wanted to add something to my home page in the...
Forum:
vBulletin 4 Articles
05-03-2010, 10:48 PM
Replies:
37
FractalizeR: VBulletin 4 extensive optimization guide (Part II)
Views:
18,125
Posted By
bpr
Thank you very much indeed FractalizeR! I...
Thank you very much indeed FractalizeR!
I will pop in later again here, gotta do a nerd root session later on this night however...
All the best
Forum:
vB4 General Discussions
05-03-2010, 08:35 PM
Replies:
5
Using vBulletin 4.0 only as CMS
Views:
702
Posted By
bpr
Why do you want to do so ? You could use a normal...
Why do you want to do so ? You could use a normal CMS for that ? I mean, you spend like all the others propably a hell of money but then you just wont use it ? Or do you need a solution for temporary...
Forum:
vBulletin 4 Articles
05-03-2010, 08:33 PM
Replies:
37
FractalizeR: VBulletin 4 extensive optimization guide (Part II)
Views:
18,125
Posted By
bpr
Nice one! I actually cant change the...
Nice one!
I actually cant change the directories for attachments and so on, because it is saying that there is an error with the folder ... i am pretty shure i messed up the path ... is it a full...
Forum:
vB4 Programming Discussions
05-03-2010, 06:39 PM
Replies:
2
List of Global Vars
Views:
509
Posted By
bpr
HEy Vaupell, thank you for your response. ...
HEy Vaupell,
thank you for your response.
However, I didnt mean that $bbuserinfo in particular .... that one is just one array of the user and one of propably a lot of global vars....
Just to...
Forum:
vB4 Programming Discussions
05-03-2010, 06:05 AM
Replies:
2
List of Global Vars
Views:
509
Posted By
bpr
List of Global Vars
Hi guys,
I am writing to you to ask you about a list of vars which a globaly usable.
An example would be bbuser, I can use that in every template.
So I am asking, if there is a list of the...
Forum:
vB4 Programming Discussions
05-03-2010, 12:29 AM
Replies:
5
[SOLVED]Send PN
Views:
505
Posted By
bpr
Ok small update I got this code, but I just get a...
Ok small update I got this code, but I just get a white / blank page!
-- i dont want to confuse anybody
//EDIT:
Ok I am done, I found the problem, and i solved it!
I wrote a HOWTO which is...
Showing results 1 to 25 of 57
Page 1 of 3
1
2
3
>
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
01:35 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.03296 seconds
Memory Usage
2,042KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(38)
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.0014
(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(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(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(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(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi