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 25 of 25
Search took
0.00
seconds.
Search:
Posts Made By:
markuswarren
Forum:
vB4 General Discussions
01-12-2013, 08:08 PM
Replies:
4
custom template in an existing template
Views:
518
Posted By
markuswarren
Hello Lynne, Thanks for the reply. Stupid...
Hello Lynne,
Thanks for the reply.
Stupid question. Would I put the html like code into a plugin and reference it there, rather than a custom template file, or can I put the following sort of...
Forum:
vB4 General Discussions
01-12-2013, 04:16 PM
Replies:
4
custom template in an existing template
Views:
518
Posted By
markuswarren
custom template in an existing template
Hello all.
I'm fairly new to vb4. I have updated one of my own mods following guides on here, but I've got a couple of other changes I want to make and I am a little stumped, so some help would be...
Forum:
vB4 General Discussions
04-06-2012, 01:46 PM
Replies:
8
Converting a mod from vb3 to vb4
Views:
512
Posted By
markuswarren
Thank you. One assumes that as I have similar...
Thank you.
One assumes that as I have similar things for forum display, forumhome_forumbit_level1_post, and forumhome_forumbit_level2_post that I can simply change the SHOWTHREAD in the template...
Forum:
vB4 General Discussions
04-06-2012, 10:50 AM
Replies:
8
Converting a mod from vb3 to vb4
Views:
512
Posted By
markuswarren
It did indeed import :) I do have one problem...
It did indeed import :)
I do have one problem so far, and the is with the plugin / template edits.
From the posted example I am calling a variable: $mrwrb_forum_large
This does not seem to work,...
Forum:
vB4 General Discussions
04-05-2012, 10:31 AM
Replies:
8
Converting a mod from vb3 to vb4
Views:
512
Posted By
markuswarren
Thank you very much indeed for your help. I'll...
Thank you very much indeed for your help. I'll give it an import and see where I'm at.
Forum:
vB4 General Discussions
04-03-2012, 10:00 PM
Replies:
8
Converting a mod from vb3 to vb4
Views:
512
Posted By
markuswarren
Thanks for the reply. It is my own mod, and...
Thanks for the reply.
It is my own mod, and I've never published it anywhere previously, it's only in use on one board (one I manage).
Product is attached to this message.
I do have a few...
Forum:
vB4 General Discussions
04-03-2012, 12:49 PM
Replies:
8
Converting a mod from vb3 to vb4
Views:
512
Posted By
markuswarren
Converting a mod from vb3 to vb4
<i>Moderators, if this should be in the prog discussions forum, please move</i>
I have a mod I created for vb3 and I am thinking it is probably time to move over to vb4. I know there are substantial...
Forum:
vB3 Programming Discussions
12-23-2010, 10:03 AM
Replies:
3
Add user to Global Ignore list from user options menu
Views:
2,537
Posted By
markuswarren
Thank you very much Lynne, I'll go have a sniff...
Thank you very much Lynne, I'll go have a sniff around. I've seen a mod that will auto add users based on how many of them are on others ignore lists, so I could modify that to do this.
Forum:
vB3 Programming Discussions
12-23-2010, 12:19 AM
Replies:
3
Add user to Global Ignore list from user options menu
Views:
2,537
Posted By
markuswarren
Add user to Global Ignore list from user options menu
Hello all,
I'm not sure if "user options menu" is the correct term, so feel free to correct me. The menu I am talking about is the one you see when you click on a users name in a thread, It...
Forum:
vBulletin 3.8 Add-ons
08-14-2009, 11:34 AM
Replies:
146
Miscellaneous Hacks -
Cyb - Login To User Account
Views:
60,833
Posted By
markuswarren
Try sticking "xxxxxxxxxxx" or something that will...
Try sticking "xxxxxxxxxxx" or something that will display inside the conditional to check that this portion of it is working, as it sounds as though the conditional check might not be working.
I'm...
Forum:
vBulletin 3.8 Add-ons
08-13-2009, 01:03 AM
Replies:
146
Miscellaneous Hacks -
Cyb - Login To User Account
Views:
60,833
Posted By
markuswarren
I did manage to work out how to do the addition...
I did manage to work out how to do the addition to the user pop-up menu, and I've been rather lax in posting what I did, so I'll rectify that now:
Upon editing postbit_legacy look for:
...
Forum:
vB3 Programming Discussions
07-21-2009, 01:14 AM
Replies:
1
Help with obtaining the forumid in a plugin
Views:
1,224
Posted By
markuswarren
An update from myself. Further to posting...
An update from myself.
Further to posting the above here (http://vbcodex.com/showthread.php?p=2879), I was provided with some information which, after some experimentation produced the desired...
Forum:
vB3 Programming Discussions
07-19-2009, 02:02 AM
Replies:
1
Unique profile field?
Views:
725
Posted By
markuswarren
I'm no expert but doesn't the registration screen...
I'm no expert but doesn't the registration screen do this on the username? If so then you could look at the register.php file and see what it is doing for the username. My guess is it's performing a...
Forum:
vB3 Programming Discussions
07-18-2009, 12:42 PM
Replies:
1
Help with obtaining the forumid in a plugin
Views:
1,224
Posted By
markuswarren
Help with obtaining the forumid in a plugin
Good morning all,
Following on from this (https://vborg.vbsupport.ru/showthread.php?t=218583) thread, I abused the js code linked to as I didn't want to just work on images, I thought replacing the...
Forum:
vB3 Programming Discussions
07-15-2009, 10:19 AM
Replies:
2
Automatically refreshing banner images using PHP
Views:
1,084
Posted By
markuswarren
Thanks for the reply :)
Thanks for the reply :)
Forum:
vB3 Programming Discussions
07-14-2009, 08:14 PM
Replies:
2
Automatically refreshing banner images using PHP
Views:
1,084
Posted By
markuswarren
Automatically refreshing banner images using PHP
Good afternoon,
I'm fairly new to vB and PHP but I'm willing to learn.
I'm trying to code some PHP which will display a sponsor/banner graphic in my header template on my forum.
I've read...
Forum:
vBulletin 3.7 Add-ons
07-10-2009, 01:48 PM
Replies:
107
Major Additions -
vB.Sponsors - Forum and Category Sponsorship Ads (and AdSense) with Statistics
Views:
43,454
Posted By
markuswarren
Hello there, I am using vB.Sponsors on my forum...
Hello there,
I am using vB.Sponsors on my forum and was given a couple of flash banners to use, which, alas, did not work as vB.S is using an img tag and the flash seems to want to use an embed tag...
Forum:
vB3 Programming Discussions
07-08-2009, 02:15 PM
Replies:
4
Use custom template within postbit_legacy
Views:
846
Posted By
markuswarren
Apologies for the images, I'm lazy! I'll try...
Apologies for the images, I'm lazy!
I'll try changing the hook location and will report back
--------------- Added 1247067674 at 1247067674 ---------------
I've just tried changing the hook...
Forum:
vB3 Programming Discussions
07-08-2009, 12:51 PM
Replies:
4
Use custom template within postbit_legacy
Views:
846
Posted By
markuswarren
Hello Lynne, Well it would be *far* too helpful...
Hello Lynne,
Well it would be *far* too helpful if I actually posted the code wouldn't it? :D
Here are the screenshots of the two plugins I've setup:
...
Forum:
vB3 Programming Discussions
07-07-2009, 10:52 AM
Replies:
4
Use custom template within postbit_legacy
Views:
846
Posted By
markuswarren
Use custom template within postbit_legacy
Hello all,
I've followed the advice in this (https://vborg.vbsupport.ru/showthread.php?t=119933) thread on how to add a custom template using plugins and it's working perfectly for a custom template...
Forum:
vBulletin 3.8 Add-ons
06-26-2009, 12:25 PM
Replies:
1,702
Major Additions -
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Views:
415,412
Posted By
markuswarren
Ah, well that would probably explain the issue...
Ah, well that would probably explain the issue I'm seeing then. So, basically, I should ensure that if someone is going to post a url from youtube they make sure it's a proper url, by this I mean...
Forum:
vBulletin 3.8 Add-ons
06-24-2009, 04:55 PM
Replies:
1,702
Major Additions -
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Views:
415,412
Posted By
markuswarren
Ok, here you go: URL from YouTube that AME...
Ok, here you go:
URL from YouTube that AME parses correctly when put in a post:
http://www.youtube.com/watch?v=VKJO-aWyOww
URL from embed link that AME is not parsing (shows an icon...
Forum:
vBulletin 3.8 Add-ons
06-23-2009, 12:19 PM
Replies:
1,702
Major Additions -
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Views:
415,412
Posted By
markuswarren
I've also noticed an oddity with the youtube...
I've also noticed an oddity with the youtube media definition not always working. I cannot state wether this was due to the 3.8.3 upgrade or not, but I don't think it is.
Why? Well I've spoken to...
Forum:
vBulletin 3.8 Add-ons
06-16-2009, 02:37 PM
Replies:
146
Miscellaneous Hacks -
Cyb - Login To User Account
Views:
60,833
Posted By
markuswarren
Firstly, An absolutely excellent mod! ...
Firstly, An absolutely excellent mod!
Secondly, is it possible to add the "Login as User" option to the Postbit (postbit_legacy in this case) popup menu that you get when you click on a users name...
Forum:
vBulletin 3.8 Add-ons
06-10-2009, 01:14 AM
Replies:
30
New Posting Features -
Postbit Enhancements: Icons - Gender / Site Supporter / Site Profiles
Views:
14,514
Posted By
markuswarren
Excellent modification! I've been slightly...
Excellent modification! I've been slightly naughty and edited your xml file to include an item for Flickr, which seems to be working well, it might be worth adding this to the next revision.
I...
Showing results 1 to 25 of 25
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
11:24 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.02326 seconds
Memory Usage
2,044KB
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
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(24)
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(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(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(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(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(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi