Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

All times are GMT. The time now is 01:02 PM.


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