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 10
1
2
3
>
Last
»
Showing results 1 to 25 of 244
Search took
0.01
seconds.
Search:
Posts Made By:
Davey-UK
Forum:
vBulletin 4.x Add-ons
06-24-2014, 02:28 PM
Replies:
57
New Posting Features -
Advanced Guest Posting & Registration - Get more members!
Views:
8,948
Posted By
Davey-UK
Looks promising. How hard would it be to allow...
Looks promising. How hard would it be to allow regular members to post in Premium (paid subscribers) areas of a forum and get the same kind of result?
Forum:
vBulletin 4.x Template Modifications
06-12-2014, 01:45 PM
Replies:
4
Forum Home Enhancements -
[FORUM-HOME] Add Notices/Advertisements to Forums on homepage
Views:
2,582
Posted By
Davey-UK
I'm working on it, because if you just add a new...
I'm working on it, because if you just add a new height, that doesnt look good if you have many sub forums, as obviously the height of the cell gets bigger, the more sub forums you have under a...
Forum:
vBulletin 4.x Template Modifications
06-11-2014, 05:47 PM
Replies:
4
Forum Home Enhancements -
[FORUM-HOME] Add Notices/Advertisements to Forums on homepage
Views:
2,582
Posted By
Davey-UK
It is simpler to add everything into an array...
It is simpler to add everything into an array like so:
<!-- Forum Notice Box -->
<vb:if condition="in_array($forum['forumid'], array(13,14,15,16,17)) AND is_member_of($bbuserinfo, 6,15,9)">
...
Forum:
vB4 Programming Discussions
06-09-2014, 05:39 AM
Replies:
12
Total Users In Usergroup
Views:
634
Posted By
Davey-UK
You wouldnt know how to fetch the last paid...
You wouldnt know how to fetch the last paid member username, or even the last 3, and place it in the sidebar with this bit of code would you?
Thanks
Forum:
Modification Graveyard
06-05-2014, 05:40 PM
Replies:
16
Chat Modifications -
Video Chat
Views:
4,843
Posted By
Davey-UK
Nobody can surely afford to give away a video...
Nobody can surely afford to give away a video chat? I would be interested, if the questions above are answered.
Forum:
vB4 Design and Graphics Discussions
05-13-2014, 04:34 PM
Replies:
15
who knows chat open in pop-up
Views:
2,208
Posted By
Davey-UK
For flashchat, here is the link that fires from...
For flashchat, here is the link that fires from my forum menu tab.
http://www.mysite.com/forum/chat/" onclick="openWindow(this.href);this.blur();return false;
Hope this helps.
Forum:
vBulletin 4.x Add-ons
05-12-2014, 09:49 AM
Replies:
5
Forum Home Enhancements -
Graphic Of Whenever Event (GOWE)
Views:
2,192
Posted By
Davey-UK
User ID field is filled in, as link to username...
User ID field is filled in, as link to username etc works, but just no avatar.
Looking in the file the avatar is found at image.php?$session[sessionurl]u=$vboptions[GOWE_userid]
and looking at your...
Forum:
vBulletin 4.x Add-ons
05-09-2014, 08:10 AM
Replies:
5
Forum Home Enhancements -
Graphic Of Whenever Event (GOWE)
Views:
2,192
Posted By
Davey-UK
The users avatar is not showing? Any ideas?
The users avatar is not showing? Any ideas?
Forum:
vB4 Programming Discussions
02-02-2014, 01:07 PM
Replies:
12
Total Users In Usergroup
Views:
634
Posted By
Davey-UK
Woop! Fantastic, that works a treat! I was...
Woop! Fantastic, that works a treat! I was editing my last post to include <br /> as you must have been typing this. LOL
Thankyou so much for this swift answering, its fab. Now for some styling....
Forum:
vB4 Programming Discussions
02-02-2014, 12:58 PM
Replies:
12
Total Users In Usergroup
Views:
634
Posted By
Davey-UK
Yes that works, but still not showing the number...
Yes that works, but still not showing the number in sideblock. Would this be correct?
global $vbulletin;
if ($result = $vbulletin->db->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX ....
Forum:
vB4 Programming Discussions
02-02-2014, 12:47 PM
Replies:
12
Total Users In Usergroup
Views:
634
Posted By
Davey-UK
Strange. I added if ($result = global...
Strange.
I added
if ($result = global $vbulletin->db->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "user WHERE usergroupid = 12"))
{
$num_grp_members = $result['count'];
}...
Forum:
vB4 Programming Discussions
02-02-2014, 12:41 PM
Replies:
12
Total Users In Usergroup
Views:
634
Posted By
Davey-UK
Fabulous!! Thankyou. That works great on Forum...
Fabulous!! Thankyou. That works great on Forum Home.
I tried the code in a php block, but it causes a white screen of nothingness on the forum.
Not my forte unfortunately.
Thankyou though, i...
Forum:
vB4 Programming Discussions
02-02-2014, 11:53 AM
Replies:
12
Total Users In Usergroup
Views:
634
Posted By
Davey-UK
Mmm, thanks i will give it a whirl. Do you mean...
Mmm, thanks i will give it a whirl.
Do you mean add the text you have added as a plugin, then make a new template which can be called via $num_members ?
Forum:
vB4 Programming Discussions
02-02-2014, 10:17 AM
Replies:
12
Total Users In Usergroup
Views:
634
Posted By
Davey-UK
Total Users In Usergroup
Hello all.
Could anyone point me in the right direction, as to how to show the total number of members in a certain usergroup in a sidebar module and/or on the forumhome.
If it helps, the...
Forum:
vB4 Design and Graphics Discussions
01-19-2014, 08:59 AM
Replies:
2
Private Message Link - Notification
Views:
687
Posted By
Davey-UK
Try these: :eek: ...
Try these: :eek:
https://vborg.vbsupport.ru/showthread.php?t=262898&highlight=message+notification
https://vborg.vbsupport.ru/showthread.php?t=262940&highlight=message+notification
...
Forum:
vB4 Design and Graphics Discussions
01-18-2014, 10:33 AM
Replies:
5
Sideblock header colour option.
Views:
439
Posted By
Davey-UK
God i'm a dumb ass. Brilliant thankyou. Works!!
God i'm a dumb ass. Brilliant thankyou. Works!!
Forum:
vB4 Design and Graphics Discussions
01-18-2014, 10:09 AM
Replies:
5
Sideblock header colour option.
Views:
439
Posted By
Davey-UK
Thanks ozzy. I tried that, but how to get it in...
Thanks ozzy. I tried that, but how to get it in the list is the problem.
What i have done is copy the code of block_html and create a template called blueblock_html.
What would i do now for that...
Forum:
vB4 Design and Graphics Discussions
01-18-2014, 07:49 AM
Replies:
5
Sideblock header colour option.
Views:
439
Posted By
Davey-UK
Sideblock header colour option.
Hello all,
Does anyone have an idea as to how i would create another option for the header colour of forum blocks.
Ie: In my forum sidebar, the colour of the custom_html header is by default...
Forum:
vB4 Programming Discussions
12-22-2013, 02:25 PM
Replies:
1
Product in forum sidebar
Views:
495
Posted By
Davey-UK
Surprised this cant be answered by one of the...
Surprised this cant be answered by one of the members here. Does a script called in the sidebar need to call a template at all? Does all the code simply go into the sideblock code box and called as...
Forum:
vBulletin 4.x Add-ons
12-19-2013, 05:04 AM
Replies:
1,282
Add-On Releases -
vBSSO - vBulletin Single Sign-On
Views:
364,555
Posted By
Davey-UK
You need to uninstall the product from vB, delete...
You need to uninstall the product from vB, delete cookies and cache, and you should be back where you were before. Also delete all the files and folders from WP and vB via FTP.
Shame there is no...
Forum:
vB4 Programming Discussions
12-18-2013, 05:57 PM
Replies:
1
Product in forum sidebar
Views:
495
Posted By
Davey-UK
Product in forum sidebar
I recently had a mod made to show my latest paid subscriptions in my forum home page. Now i know about registering templates, using hooks etc, but how do i get it to show in the forum sidebar?
The...
Forum:
vBulletin 4.x Add-ons
12-15-2013, 06:31 PM
Replies:
1,282
Add-On Releases -
vBSSO - vBulletin Single Sign-On
Views:
364,555
Posted By
Davey-UK
I'm having major issues with this. Set it up,...
I'm having major issues with this.
Set it up, works fine for a while, but if you try logging in and out with different usernames on a dev forum, it stops showing the admin tools and username etc at...
Forum:
vBulletin 4.x Add-ons
12-07-2013, 06:45 AM
Replies:
231
Anti-Spam Options -
Rename register.php by BOP5
Views:
187,245
Posted By
Davey-UK
Excellent mod. That got rid of the rascals. Great...
Excellent mod. That got rid of the rascals. Great work!
Forum:
vBulletin 4.x Template Modifications
12-05-2013, 03:50 PM
Replies:
9
Mini Mods -
Nicer poll bars - css
Views:
4,822
Posted By
Davey-UK
Do you have a screen shot of what to expect with...
Do you have a screen shot of what to expect with this edit?
Ta
Forum:
vBulletin 4.x Add-ons
12-04-2013, 05:48 PM
Replies:
363
Integration with vBulletin -
Wordpress vBulletin integration
Views:
103,904
Posted By
Davey-UK
Click on a forum topic
Click on a forum topic
Showing results 1 to 25 of 244
Page 1 of 10
1
2
3
>
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
01:51 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.02020 seconds
Memory Usage
2,054KB
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
(33)
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.0041
(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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