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.02
seconds.
Search:
Posts Made By:
RS_Jelle
Forum:
vBulletin 4.x Add-ons
01-24-2012, 04:28 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
Support for the new editor is integrated since...
Support for the new editor is integrated since 6.0.8, but there's no code like that on line 1370. Do you run any code modifications?
It should be wrapped in a version_compare() conditional to check...
Forum:
vBulletin 4.x Add-ons
01-08-2012, 10:08 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
Good catch. The normal BBCode parser doesn't seem...
Good catch. The normal BBCode parser doesn't seem to handle that.
In downloads.php
find
$file['description'] = $bbcode_parser->do_parse($file['description'], false, true, true, true, true,...
Forum:
vBulletin 4.x Add-ons
12-29-2011, 10:46 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
vB Settings -> BBCode Settings -> Allow [IMG]...
vB Settings -> BBCode Settings -> Allow [IMG] Code in Non Forum Specific Areas -> Yes
([IMG] currently also controls [VIDEO], they will be separated in vB 4.1.10)
Forum:
vBulletin 4.x Add-ons
12-02-2011, 08:46 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
DownloadsII 6.0.9 adds support for some changes...
DownloadsII 6.0.9 adds support for some changes in vB 4.1.8, but is still backwards compatible with older vB versions starting from 4.0.4.
DownloadsII 6.0.9 Changelog
Jelle
Added support...
Forum:
vBulletin 4.x Add-ons
08-15-2011, 01:06 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
The new vb:each method of vB 4.1.5 will be used...
The new vb:each method of vB 4.1.5 will be used in the next DLII release.
It's downloads2 instead of downloads (you can see this at the start of the downloads.php code).
Have a look at...
Forum:
vBulletin 4.x Add-ons
07-22-2011, 04:16 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
The sidebar boxes are made with sidebar.css,...
The sidebar boxes are made with sidebar.css, which isn't made for non-sidebar usage. It always wants to split the page into two columns.
You might want to try something like:
<h2...
Forum:
vBulletin 4.x Add-ons
07-22-2011, 04:09 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
Search for $dlcustomtitle in downloads.php....
Search for $dlcustomtitle in downloads.php. Pretty self-explanatory to change its content :)
Currently, there are no major blockers on that list. Most of the items in it are suggestions, not...
Forum:
vB4 Programming Discussions
07-22-2011, 03:26 PM
Replies:
3
Using the attachment system in own mods?
Views:
486
Posted By
RS_Jelle
vBulletin-Glossary...
vBulletin-Glossary (https://vborg.vbsupport.ru/showthread.php?t=258898) is using it :)
Forum:
vBulletin 4.x Add-ons
06-29-2011, 10:21 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
In the downloads2_wrapper_side template Find ...
In the downloads2_wrapper_side template
Find
<div id="content_container">
Replace with
<div id="content_container" class="contentright">
Find
<div id="sidebar_container">
Replace with
<div...
Forum:
vBulletin 4.x Add-ons
06-29-2011, 08:44 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
I fixed it. Try redownloading 6.0.8 ;)
I fixed it. Try redownloading 6.0.8 ;)
Forum:
vBulletin 4.x Add-ons
06-28-2011, 09:24 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
DownloadsII 6.0.8 adds support for the new editor...
DownloadsII 6.0.8 adds support for the new editor in vB 4.1.4, though it still works with the old editor too. Additionally, the sidebar CSS has been updated. It now uses vBulletin's own sidebar.css...
Forum:
vBulletin 4.x Add-ons
06-24-2011, 08:48 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
Hah, I didn't notice this myself as I always use...
Hah, I didn't notice this myself as I always use the standard, non-WYSIWYG editor :)
I will issue a fix release.
Forum:
vBulletin 4.x Add-ons
06-19-2011, 08:56 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
No, for me it works fine :) 90% chance it's...
No, for me it works fine :)
90% chance it's caused by another mod related to the editor on your site which isn't 100% vB 4.1.4 compatible. Try disabling other mods and see if it helps.
Forum:
vBulletin 4.x Add-ons
06-19-2011, 08:43 AM
Replies:
307
Add-On Releases -
vBulletin-Glossary
Views:
73,802
Posted By
RS_Jelle
You're probably running MySQL 5.5 I guess? ...
You're probably running MySQL 5.5 I guess?
You need to replace
TYPE=MyISAM
with
ENGINE=MyISAM
TYPE is deprecated in MySQL 5.5.
Forum:
vBulletin 4.x Add-ons
06-15-2011, 06:18 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
Same as Hippy: it works fine on my vB 4.1.4 site....
Same as Hippy: it works fine on my vB 4.1.4 site. Probably caused by your custom style.
http://www.php.net/manual/en/features.file-upload.errors.php
Value: 7; Failed to write file to disk.
...
Forum:
vBulletin 4.x Add-ons
06-12-2011, 12:30 PM
Replies:
307
Add-On Releases -
vBulletin-Glossary
Views:
73,802
Posted By
RS_Jelle
vBulletin-Glossary doesn't seem to be compatible...
vBulletin-Glossary doesn't seem to be compatible with vBulletin 4.1.4. I get blank UserCP pages.
From our Apache error log:
Forum:
vBulletin 3.7 Add-ons
06-12-2011, 12:29 PM
Replies:
342
Add-On Releases -
vBulletin-Glossary
Views:
71,219
Posted By
RS_Jelle
Argh. I've got the vB4 version installed, but I...
Argh. I've got the vB4 version installed, but I replied to the wrong thread :)
Sorry!
Forum:
vBulletin 4.x Add-ons
06-12-2011, 12:26 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
That's strange. I'm running vB 4.1.4 myself and...
That's strange. I'm running vB 4.1.4 myself and DownloadsII is working fine :)
There's nothing special on line 2483 of the product XML.
Try reuploading the XML or upload it to your server and use...
Forum:
vBulletin 3.7 Add-ons
06-12-2011, 12:13 PM
Replies:
342
Add-On Releases -
vBulletin-Glossary
Views:
71,219
Posted By
RS_Jelle
vBulletin-Glossary doesn't seem to be compatible...
vBulletin-Glossary doesn't seem to be compatible with vBulletin 4.1.4. I get blank UserCP pages.
From our Apache error log:
Forum:
vBulletin 4.x Add-ons
05-29-2011, 01:41 PM
Replies:
80
Board Optimization -
Digital Point Better CSS
Views:
26,530
Posted By
RS_Jelle
Ah, I thought your intention was to strip all old...
Ah, I thought your intention was to strip all old browser stuff :)
Forum:
vBulletin 4.x Add-ons
05-28-2011, 03:11 PM
Replies:
80
Board Optimization -
Digital Point Better CSS
Views:
26,530
Posted By
RS_Jelle
In vBulletin 4.1.3 border-radius was added...
In vBulletin 4.1.3 border-radius was added (http://tracker.vbulletin.com/browse/VBIV-4888), so you don't need to replace it any more. If you run this mod on 4.1.3, you will get two border-radius...
Forum:
vBulletin 4.x Add-ons
05-15-2011, 08:25 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
It's there already: downloads.php -> Manage Files...
It's there already: downloads.php -> Manage Files -> Update Counters
Run this query using phpMyAdmin or so:
UPDATE dl2_main SET `downloads` = 0
(You need to add a table prefix if necessary.)
Forum:
vBulletin 4.x Add-ons
03-17-2011, 11:54 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
vB 4.0.3 was released almost a year ago. Why...
vB 4.0.3 was released almost a year ago. Why would you like to keep running such an outdated version?
That's odd, as there's nothing called "media" in DownloadsII. You can search the whole...
Forum:
vBulletin 4.x Add-ons
02-23-2011, 07:15 AM
Replies:
307
Add-On Releases -
vBulletin-Glossary
Views:
73,802
Posted By
RS_Jelle
Great mod! I guess you have the only vB4 mods...
Great mod! I guess you have the only vB4 mods with search integration :)
I found two small bugs:
In the vbglossar_mailtofriend template replace
{vb:raw entryname}
with
{vb:raw entry.name}...
Forum:
vBulletin 4.x Add-ons
02-17-2011, 05:48 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,573
Posted By
RS_Jelle
It works fine with it :)
It works fine with it :)
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
06:38 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.04625 seconds
Memory Usage
2,084KB
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
(72)
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.0124
(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(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(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi