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 22 of 22
Search took
0.00
seconds.
Search:
Posts Made By:
bradthor
Forum:
vB4 Programming Discussions
01-19-2016, 11:57 AM
Replies:
1
How to change the profile picture on the vBulletin memberinfo page to the users avata
Views:
707
Posted By
bradthor
How to change the profile picture on the vBulletin memberinfo page to the users avata
How to change the profile picture on the vBulletin memberinfo page to the users avatar more specifically how do I modify the following code to display the users avatar instead of the users profile...
Forum:
vB4 General Discussions
01-19-2016, 07:26 AM
Replies:
1
how to make a custom image uploader
Views:
277
Posted By
bradthor
how to make a custom image uploader
I have made a custom image cropper so that users can crop their avatar to a specified size before submitting... My question is what php would I use to submit/upload/post this image to vBulletin ...
Forum:
vB4 General Discussions
01-05-2016, 12:35 PM
Replies:
0
how to increase the resolution of group thumbnail images
Views:
239
Posted By
bradthor
how to increase the resolution of group thumbnail images
How can I increase the size / resolution of the social group thumbnail images and how do i stop the images from being re-sized when I upload them during the creation of a group.
Any help would be...
Forum:
vB4 General Discussions
01-04-2016, 01:15 AM
Replies:
0
creating new activity stream types
Views:
298
Posted By
bradthor
creating new activity stream types
So I have lately managed to create a custom ajax vBulletin activity sidebar with a php switch statement that accounts for the different activitystream types.
Now I would like to create a...
Forum:
vB4 General Discussions
01-02-2016, 05:23 AM
Replies:
7
how to make an activity list with php
Views:
455
Posted By
bradthor
I wanted to add a custom event to the activity...
I wanted to add a custom event to the activity list for example "user has just changed their status", or "user has just changed their profile picture" or "userA has just become friends with userB"...
Forum:
vB4 General Discussions
12-31-2015, 07:41 PM
Replies:
7
how to make an activity list with php
Views:
455
Posted By
bradthor
Thanks for the reply Mark Additionally : How...
Thanks for the reply Mark
Additionally : How would I add an event to activity?
Thanks
Forum:
vB4 General Discussions
12-31-2015, 07:08 PM
Replies:
7
how to make an activity list with php
Views:
455
Posted By
bradthor
Where is the serialized format of each activity...
Where is the serialized format of each activity type located....eg the text that goes with the values retrieved from the activity stream to make complete sentances?
Thanks
Forum:
vB4 General Discussions
12-31-2015, 06:10 PM
Replies:
7
how to make an activity list with php
Views:
455
Posted By
bradthor
how to make an activity list with php
I am trying to make an activity list sidebar wth php and sql and I have been trying to find a solution for days now....
I would like for it to contain the same content as the activity...
Forum:
vB4 Programming Discussions
12-28-2015, 08:33 PM
Replies:
1
in what mysql table are friend requests stored?
Views:
592
Posted By
bradthor
in what mysql table are friend requests stored?
I have been looking and I can't find in which database table friend requests are located in.where are friend requests stored in vbulletin?
Thanks in advance
Forum:
vB4 General Discussions
12-28-2015, 02:20 PM
Replies:
7
how to get a list of notifications
Views:
449
Posted By
bradthor
Thanks for the reply BUT i noticed that perhaps I...
Thanks for the reply BUT i noticed that perhaps I haven't explained what i'm trying to achieve properly.
I understand that $vbulletin->userinfo['pmunread'] fetches the number of "pmunread"...
Forum:
vB4 General Discussions
12-28-2015, 12:11 PM
Replies:
7
how to get a list of notifications
Views:
449
Posted By
bradthor
I dont need the total any more ...the message you...
I dont need the total any more ...the message you sent hlped me figure that out ... I need to make a dynamic list from each of those so I can make a notifications list
--------------- Added...
Forum:
vB4 General Discussions
12-28-2015, 02:08 AM
Replies:
7
how to get a list of notifications
Views:
449
Posted By
bradthor
Thanks for the answer:)....how would I do this...
Thanks for the answer:)....how would I do this exactly?
Forum:
vB4 General Discussions
12-28-2015, 01:51 AM
Replies:
7
how to get a list of notifications
Views:
449
Posted By
bradthor
how to get a list of notifications
expounding on Markfl's answer given in the following getting the total number of notifications (https://vborg.vbsupport.ru/showthread.php?t=321168) and this thread Adding a notification....
Forum:
vB4 General Discussions
12-27-2015, 08:49 PM
Replies:
1
can't get sessions outside of vbulletin
Views:
686
Posted By
bradthor
fixed it ... something wrong with the cookies on...
fixed it ... something wrong with the cookies on my computer,I creared browsing history and now it works
Forum:
vB4 Programming Discussions
12-26-2015, 01:44 PM
Replies:
2
comment on activity stream
Views:
438
Posted By
bradthor
comment on activity stream
Im currently trying to make a plugin that allows users to comment on activity in the activity stream like facebook etc.
I think I am going to have to edit each activitybit "li" individually and put...
Forum:
vB4 General Discussions
12-25-2015, 07:23 PM
Replies:
1
can't get sessions outside of vbulletin
Views:
686
Posted By
bradthor
can't get sessions outside of vbulletin
I am trying to get vbulletin session variables eg: userID and username from an external page/file in the parent directory of vbulletin.
I have followed the steps suggested for this process as...
Forum:
vB4 General Discussions
12-25-2015, 02:21 PM
Replies:
3
how to get vbulletin session data in the parent directory
Views:
338
Posted By
bradthor
Tried it but it doesn't work?? ...
Tried it but it doesn't work??
--------------- Added 1451060589 at 1451060589 ---------------
is there something wrong with this code
chdir('/forum/');
include('global.php');
Forum:
vB4 General Discussions
12-25-2015, 01:06 PM
Replies:
3
how to get vbulletin session data in the parent directory
Views:
338
Posted By
bradthor
how to get vbulletin session data in the parent directory
i have recently included global.php with the following code
chdir('/forum/');
include('global.php');
what code do I use to echo the username and user id in vbulletin 4 ?
Any help would be...
Forum:
vB4 General Discussions
12-23-2015, 07:26 PM
Replies:
0
How to edit activity stream
Views:
424
Posted By
bradthor
How to edit activity stream
how do I structure an sql query to make a dynamic activity list with the corresponding text template and DYNAMIC VALUES for a given activity notification's type eg "user started a thread test thread...
Forum:
vB4 General Discussions
12-23-2015, 05:21 PM
Replies:
2
sql query for user notifications
Views:
528
Posted By
bradthor
Awesome!!!!!! ... thanks for the reply:D
Awesome!!!!!! ... thanks for the reply:D
Forum:
vB4 General Discussions
12-23-2015, 04:46 PM
Replies:
2
sql query for user notifications
Views:
528
Posted By
bradthor
sql query for user notifications
How would I structure a sql query to retrieve the current users notifications as seen in the notification dropdown with php so that I can use it in an external page?
Forum:
vB4 Programming Discussions
12-22-2015, 05:03 PM
Replies:
0
how to get activity stream outside of vbulletin installation
Views:
286
Posted By
bradthor
how to get activity stream outside of vbulletin installation
I am trying to make a simple activity stream with a profile image and a description using php and sql so that I can use it outside of the vBulletin installation and if I am successful provide it as a...
Showing results 1 to 22 of 22
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:02 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.02195 seconds
Memory Usage
2,009KB
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
(22)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi