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 2
1
2
>
Showing results 1 to 25 of 27
Search took
0.00
seconds.
Search:
Posts Made By:
Lord Doys
Forum:
vB4 Programming Discussions
12-01-2011, 11:36 PM
Replies:
2
ImageCreateFromPNG through attachment.php issue
Views:
406
Posted By
Lord Doys
I actually figured it out. With the mod i...
I actually figured it out.
With the mod i pull attachment images onto a google map which seem to work fine.
But for testing purposes i created a file that was outside the vbulletin framework.
...
Forum:
vB4 Programming Discussions
12-01-2011, 03:17 PM
Replies:
2
ImageCreateFromPNG through attachment.php issue
Views:
406
Posted By
Lord Doys
ImageCreateFromPNG through attachment.php issue
I am trying to alter some images which are located in my attachments dir and pulled out by the attachment script. something like: /attachment.php?attachmentid=543&d=1319371426&stc=1&fromvw=1
...
Forum:
vBulletin 4.x Add-ons
11-08-2010, 09:26 AM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
suddenly i am getting this errors as well.....
suddenly i am getting this errors as well.. uploaded before, relogging doesnt work anymore
Forum:
vBulletin 4.x Add-ons
11-01-2010, 05:33 PM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
no not really.. i am able to move them normally,...
no not really.. i am able to move them normally, are you getting an error?
Forum:
vBulletin 4.x Add-ons
11-01-2010, 05:30 PM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
i havnt done the 4.08 layout fixing yet, but i...
i havnt done the 4.08 layout fixing yet, but i intent to do it soon since i also want some kind of SEO in the wiki pages..
but i got soo many other things to do as well ;)
Forum:
vBulletin 4.x Add-ons
11-01-2010, 05:11 PM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
yes, that is what i thought as well.. but turned...
yes, that is what i thought as well.. but turned out to be different :)
anyway, was just a tip :)
Forum:
vBulletin 4.x Add-ons
11-01-2010, 04:37 PM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
ill see what i can do.. ill need to isolate some...
ill see what i can do.. ill need to isolate some code.
send me a PM with your mail
Forum:
vBulletin 4.x Add-ons
11-01-2010, 04:32 PM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
actually i managed to find the problem. we...
actually i managed to find the problem.
we had a server move / reinstall of php.. and it turned out GD was not enabled. (i discovered it when trying add an attachment to a post..)
after enabling...
Forum:
vBulletin 4.x Add-ons
10-29-2010, 11:10 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
421,796
Posted By
Lord Doys
I got this weird problem.. when i upload an...
I got this weird problem..
when i upload an image for a download i get a white screen..
the image is uploaded to the server (i can see with ftp) but the image will not be attached as an image...
Forum:
vBulletin 4.x Add-ons
10-26-2010, 02:52 PM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
to make it float right again: find in...
to make it float right again:
find in vbmediawikiforum.php (~line 955):
<ul class=\"popupgroup forumdisplaypopups\">" . $html . "
replace with
<ul class=\"popupgroup...
Forum:
vBulletin 4.x Add-ons
10-25-2010, 08:03 AM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
I have also written (actually isolated from...
I have also written (actually isolated from vbwikipro) an addon to link duscussion tabs to the forums (creating new thread if no discussion exists etc)
If there are more people wanting this feature...
Forum:
vBulletin 4.x Add-ons
10-22-2010, 12:39 PM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
also if your collapsed tab disappears ...
also if your collapsed tab disappears
remove from the MEDIAWIKIFORUM template
<script type="text/javascript">
<!--
var IMGDIR_MISC = BBURL + "/" + IMGDIR_MISC;
var IMGDIR_BUTTON =...
Forum:
vBulletin 4.x Add-ons
10-22-2010, 11:52 AM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
its quite easy to fix. It seems that the...
its quite easy to fix.
It seems that the sidebar.css is not loaded in the MEDIAWIKIFORUM template.
replace the line below
{wiki:raw headinclude}
with
{vb:cssfile...
Forum:
vBulletin 4.x Add-ons
10-22-2010, 10:20 AM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
yes i noticed... many vbulletin templates have...
yes i noticed...
many vbulletin templates have been altered.. i am still thinking if it were good or not...
guess ill have to play around with the style editor again
Forum:
vBulletin 4.x Add-ons
10-21-2010, 09:37 PM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
I found out what this issue is i noticed that...
I found out what this issue is
i noticed that that only occurs in 4.03.. in 4.07 i do not have that issue.
the problem lies in the MEDIAWIKIFORUM template in the product xml
if you delete row:...
Forum:
vBulletin 4.x Add-ons
10-15-2010, 02:42 PM
Replies:
496
Integration with vBulletin -
vbMediaWiki Vector
Views:
84,330
Posted By
Lord Doys
when i try to import the product xml i get the...
when i try to import the product xml i get the following error:
Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in...
Forum:
vBulletin 3.8 Add-ons
12-21-2009, 04:17 PM
Replies:
107
Board Optimization -
C-Logic SEO
Views:
93,998
Posted By
Lord Doys
I have this weird rewrite occurring on my wiki, ...
I have this weird rewrite occurring on my wiki, the anker links like <a href="#something">
The wiki is installed in a different folder /brwiki while the forums are installed in /forums
My wiki...
Forum:
vBulletin 3.8 Add-ons
06-16-2009, 07:56 PM
Replies:
57
Social Group and Album Enhancements -
Social Group Calendars
Views:
16,313
Posted By
Lord Doys
Hi, I noticed its very easy to bypass the...
Hi,
I noticed its very easy to bypass the security to post new events on the calendar
in the social group you press the link to create a new event...
Forum:
vBulletin 3.8 Add-ons
06-16-2009, 05:30 PM
Replies:
236
Miscellaneous Hacks -
SocialForums for vB3.8
Views:
49,537
Posted By
Lord Doys
Hi, an idea for a next release is to have the...
Hi,
an idea for a next release is to have the ability to create a social group forum with sub forums.
my members have been asking for that if it is possible to have multiple forums within a social...
Forum:
vBulletin 3.7 Add-ons
11-18-2008, 07:04 PM
Replies:
67
Integration with vBulletin -
Patch to vbWikiStandard for vb 3.7 & mediaWiki 1.12
Views:
13,809
Posted By
Lord Doys
i have fixed the vbWiki Pro: Go To Forum issue ...
i have fixed the vbWiki Pro: Go To Forum issue
open vbWikiPro_GoToForum.php
find:
$wgOut->addHTML("Redirecting to: <a href=\"$url\">$url</a><br/>"); (~line 102)
and replace with
Forum:
vBulletin 3.7 Add-ons
11-16-2008, 10:06 PM
Replies:
67
Integration with vBulletin -
Patch to vbWikiStandard for vb 3.7 & mediaWiki 1.12
Views:
13,809
Posted By
Lord Doys
there are still some minor flaws.. but it as...
there are still some minor flaws.. but it as workable is it is now.. ill look into it later this week, off to bed now
Forum:
vBulletin 3.7 Add-ons
11-16-2008, 09:26 PM
Replies:
67
Integration with vBulletin -
Patch to vbWikiStandard for vb 3.7 & mediaWiki 1.12
Views:
13,809
Posted By
Lord Doys
indeed, i didnt use it (thought i did.. but had...
indeed, i didnt use it (thought i did.. but had no effect, do removed it later)
Forum:
vBulletin 3.7 Add-ons
11-16-2008, 07:27 PM
Replies:
67
Integration with vBulletin -
Patch to vbWikiStandard for vb 3.7 & mediaWiki 1.12
Views:
13,809
Posted By
Lord Doys
sure open vbWiki_hooks.php find ...
sure
open vbWiki_hooks.php
find
//vbWikiDebug("vbWiki_PersonalUrls_Hook() userinfo['username'] = '" . $userinfo['username'] . "'");
if ($userinfo)
{
Forum:
vBulletin 3.7 Add-ons
11-16-2008, 07:05 PM
Replies:
67
Integration with vBulletin -
Patch to vbWikiStandard for vb 3.7 & mediaWiki 1.12
Views:
13,809
Posted By
Lord Doys
Morris i got it to work with vbWikiPro on...
Morris
i got it to work with vbWikiPro on vb 3.7.4 vbwiki_pro 1.3 with MW 1.13.2
used your solution replacing the text in arcane_vbulletin_core.php.
When you put $wgShowExceptionDetails =...
Forum:
vBulletin 3.6 Add-ons
11-15-2007, 11:45 AM
Replies:
377
Add-On Releases -
World of Warcraft Event Calendar
Views:
77,126
Posted By
Lord Doys
Was thinking about this as well, members are...
Was thinking about this as well, members are complaining alot that the calendar is SOOO slow. (while it is actually the armory that is the bugger.)
So i agree with Disi.
Cache the characters like...
Showing results 1 to 25 of 27
Page 1 of 2
1
2
>
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
07:18 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.01992 seconds
Memory Usage
2,039KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(69)
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.0007
(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(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(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(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(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi