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 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
Dave Strider
Forum:
vB3 Programming Discussions
08-26-2023, 05:58 PM
Replies:
2
Trying to display senders avatar
Views:
760
Posted By
Dave Strider
I would follow this same logic for the forum...
I would follow this same logic for the forum leaders page correct? I've attempted it and I can't seem to get it to work. I'm assuming there's some different logic happening there.
Forum:
vB3 Programming Discussions
08-22-2023, 09:58 PM
Replies:
0
Use custom $forum[variable] on forumdisplay
Views:
442
Posted By
Dave Strider
Use custom $forum[variable] on forumdisplay
So I have $forum[‘variable’] that's pulled from the database. It works like a charm on the index, where I run into problems is when it comes to FORUMDISPLAY where it returns nothing. I feel like this...
Forum:
vB3 Programming Discussions
08-12-2023, 11:02 PM
Replies:
2
Trying to display senders avatar
Views:
760
Posted By
Dave Strider
Trying to display senders avatar
I have the following code and it somewhat works:
if ($vbulletin->userinfo['userid']) {
require_once(DIR . '/includes/functions_user.php');
$userid = $pm['fromuserid'];...
Forum:
vB3 Programming Discussions
05-26-2022, 06:41 PM
Replies:
0
Display PMs list on FORUMHOME
Views:
4,313
Posted By
Dave Strider
Display PMs list on FORUMHOME
So I have a dropdown menu located on forumhome. Here I would like to show the private message senders avatar, username, and a snippet of the message sent. If someone could point me in the right...
Forum:
vB3 Design and Graphics Discussions
02-16-2018, 08:46 PM
Replies:
1
How to have navbar / breadcrumb above header items?
Views:
880
Posted By
Dave Strider
You can try moving around $navbar and $header in...
You can try moving around $navbar and $header in your templates
Forum:
vB3 Programming Discussions
09-25-2015, 10:29 PM
Replies:
5
Use BBCode in usertitle
Views:
1,099
Posted By
Dave Strider
Yeah, I tried that, and sadly no luck. I even...
Yeah, I tried that, and sadly no luck. I even tried replacing $post['usertitle'] with $prepared['usertitle'] since that's what used to call the usertitle in the MEMBERINFO template.
Forum:
vB3 Programming Discussions
09-21-2015, 08:37 PM
Replies:
5
Use BBCode in usertitle
Views:
1,099
Posted By
Dave Strider
Sorry for the late reply, been a tab busy these...
Sorry for the late reply, been a tab busy these days. As for the code, it does work in threads, however, it doesn't work in profiles. In profiles it will just simply display the code that was entered...
Forum:
vB3 Programming Discussions
08-14-2015, 04:41 AM
Replies:
5
Use BBCode in usertitle
Views:
1,099
Posted By
Dave Strider
Use BBCode in usertitle
What I would like to do is allow specific usergroups to be able to use BBCode to format their usertitle. Is there a way to do this via plugin?
Forum:
vB3 General Discussions
07-06-2015, 07:47 AM
Replies:
3
Different category image for each category?
Views:
800
Posted By
Dave Strider
I guess I should have been a bit more specific...
I guess I should have been a bit more specific when I was referring to category images. The ones I'm referring to are the ones that are at the top of the category of each forum.
...
Forum:
vB3 General Discussions
07-06-2015, 12:11 AM
Replies:
3
Different category image for each category?
Views:
800
Posted By
Dave Strider
Different category image for each category?
Is it possible to have a different category background image for each category? If there is, how would I go about doing this?
Forum:
vBulletin 3.8 Add-ons
06-02-2015, 10:29 PM
Replies:
356
New Posting Features -
[DBTech] Advanced Post Thanks / Like v3 (vB3) [AJAX]
Views:
77,395
Posted By
Dave Strider
The links that lead the post located in the...
The links that lead the post located in the profile tab in the vB3 version of the mod lead to a white page and the url is /showpost.php?p=XXX (where the X's are the numbers of the post). Is there a...
Forum:
vB3 Programming Discussions
02-24-2015, 10:49 AM
Replies:
7
Keep div hidden on different page
Views:
1,178
Posted By
Dave Strider
Well I just solved the issue. I forgot to include...
Well I just solved the issue. I forgot to include jquery.cookie.js file. I probably should have double checked to see if that was included. Honest mistake really. Thanks for the help!
Forum:
vB3 Programming Discussions
02-24-2015, 02:08 AM
Replies:
7
Keep div hidden on different page
Views:
1,178
Posted By
Dave Strider
It still appears when going to a new page even if...
It still appears when going to a new page even if it was hidden on the previous one.
Forum:
vB3 General Discussions
02-23-2015, 04:51 AM
Replies:
1
New/Old Status Images as Text?
Views:
687
Posted By
Dave Strider
New/Old Status Images as Text?
Instead of using the typical images to differentiate if a forum has new posts or not, is it possible at all to use text instead? I've searched around and haven't come across anything so I thought I'd...
Forum:
vB3 Programming Discussions
02-22-2015, 11:13 PM
Replies:
7
Keep div hidden on different page
Views:
1,178
Posted By
Dave Strider
I have no clue what I'm doing with jQuery. I...
I have no clue what I'm doing with jQuery. I found this code online lol.
Forum:
vB3 Programming Discussions
02-22-2015, 07:07 AM
Replies:
7
Keep div hidden on different page
Views:
1,178
Posted By
Dave Strider
Keep div hidden on different page
I currently have this code:
$(document).ready(function(){
$("#hide").click(function(){
$("#menu").hide(500);
});
$("#show").click(function(){
$("#menu").show(500);
...
Forum:
vB3 Programming Discussions
02-05-2015, 06:14 AM
Replies:
3
Category header color and background via UserCP
Views:
993
Posted By
Dave Strider
Thank you, that worked for me!
Thank you, that worked for me!
Forum:
vB3 Programming Discussions
01-30-2015, 08:24 PM
Replies:
3
Category header color and background via UserCP
Views:
993
Posted By
Dave Strider
Category header color and background via UserCP
How would I go about allowing the user to choose their own category header color as well as their own custom background image via profile fields located in the UserCP?
Showing results 1 to 18 of 18
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
09:45 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.01416 seconds
Memory Usage
1,977KB
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
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(3)
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.0005
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi