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

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: pjclas
Forum: vBulletin 5.x Products & Extensions 11-18-2014, 01:57 PM
Replies: 635
Chat Modifications - [DBTech] vBShout v6 (vB5) [AJAX]
Views: 217,873
Posted By pjclas
Currently vBShout doesn't "work" in any version...

Currently vBShout doesn't "work" in any version of vb5 without major issues... The session does not seem to correspond correctly with vb5 session activity so users are constantly forced to logout...
Forum: vB5 Programming Discussions 10-23-2014, 07:03 PM
Replies: 3
Views: 823
Posted By pjclas
Should I use a Frontend Application or call the Library directly?

So hopefully I can explain this well enough...

I am programmatically generating a thread and from what I can see I can do this in two ways:

Call the API interface to add text content - I...
Forum: vBulletin 5.x Products & Extensions 07-19-2014, 11:44 AM
Replies: 635
Chat Modifications - [DBTech] vBShout v6 (vB5) [AJAX]
Views: 217,873
Posted By pjclas
They should support their users no matter what. ...

They should support their users no matter what. At any rate, I've fixed all their bugs myself and the chat is running smooth on my site now so I don't care anymore. And it took me like a day not...
Forum: vBulletin 5.x Products & Extensions 07-19-2014, 11:40 AM
Replies: 50
Forum Home Enhancements - Usergroup Color Bar Legend
Views: 24,019
Posted By pjclas
Looking at the source, it looks like this version...

Looking at the source, it looks like this version is a copy of the other one referenced with a few additional settings.

At any rate, for those looking to make this work in vBulletin 5.1.0 and...
Forum: vBulletin 5.x Products & Extensions 07-18-2014, 11:12 PM
Replies: 46
Forum Home Enhancements - Usergroup Legend
Views: 27,750
Posted By pjclas
I was able to make this work in vBulletin 5.1.1...

I was able to make this work in vBulletin 5.1.1 by modifying upload/core/packages/usergrouplegend/api/template.php with the following changes:


Change the function name bulk_fetch to fetchBulk
...
Forum: vBulletin 5.x Products & Extensions 07-18-2014, 01:10 PM
Replies: 635
Chat Modifications - [DBTech] vBShout v6 (vB5) [AJAX]
Views: 217,873
Posted By pjclas
I have it displaying in 5.1.1, but there are all...

I have it displaying in 5.1.1, but there are all sorts of problems with the functionality itself. Good luck getting any support though, they don't think vb5 is yet worth fixing becuase it's not...
Forum: vB5 General Discussions 07-04-2014, 01:05 PM
Replies: 16
Views: 1,829
Posted By pjclas
I disagree, this had nothing to do with that...

I disagree, this had nothing to do with that product, and I made a point to mention that in my second post. However, I believe this thread is solved so there is no need to argue about that point. :)
Forum: vB5 General Discussions 07-04-2014, 12:44 PM
Replies: 16
Views: 1,829
Posted By pjclas
Yes, I am importing correctly. I discovered the...

Yes, I am importing correctly. I discovered the problem was that I was double gzip encoding the content. I had gzip enabled in php-fpm and nginx. When I disabled it in php-fpm the content encoding...
Forum: vB5 Programming Discussions 07-04-2014, 12:41 PM
Replies: 4
Views: 672
Posted By pjclas
Thanks for the suggestions. There appears to be...

Thanks for the suggestions. There appears to be some dead datamanager code still in the package so it makes things a little confusing. :confused:
Forum: vB5 Programming Discussions 07-02-2014, 03:26 PM
Replies: 0
Views: 888
Posted By pjclas
Help with User Context and Session timeouts

I've been trying to write some ajax code that calls a php class to get user information. I can get the user id successfully by calling vB::getUserContext()->fetchUserId() as long as my session...
Forum: vBulletin 5.x Products & Extensions 06-29-2014, 06:13 PM
Replies: 635
Chat Modifications - [DBTech] vBShout v6 (vB5) [AJAX]
Views: 217,873
Posted By pjclas
This code is fixed in vB5 5.1.1, but I still get...

This code is fixed in vB5 5.1.1, but I still get that parse error a lot... :-/
Forum: vBulletin 5.x Products & Extensions 06-29-2014, 12:28 PM
Replies: 635
Chat Modifications - [DBTech] vBShout v6 (vB5) [AJAX]
Views: 217,873
Posted By pjclas
I've noticed a few issues with the shoutbox that...

I've noticed a few issues with the shoutbox that others have also mentioned, but they seem to have had no responses so far.

First, I am also running into the issue where shouts seem to stop...
Forum: vB5 Programming Discussions 06-28-2014, 07:35 PM
Replies: 4
Views: 672
Posted By pjclas
How do I create a ThreadPost with DataManager in vB5?

I can't seem to figure out what files to include and what functions to call to create a ThreadPost like I used to in vB4. Any help pointing me in the right direction would be very much appreciated!
Forum: vB5 General Discussions 06-26-2014, 10:17 AM
Replies: 16
Views: 1,829
Posted By pjclas
You are not listening to me, nevermind, I will...

You are not listening to me, nevermind, I will find the right place to post myself...
Forum: vB5 General Discussions 06-25-2014, 11:54 PM
Replies: 16
Views: 1,829
Posted By pjclas
As I just said, this is not specific to vBShout...

As I just said, this is not specific to vBShout as I initially thought. It seems to happen with any product I have tried to install.
Forum: vB5 General Discussions 06-25-2014, 10:29 PM
Replies: 16
Views: 1,829
Posted By pjclas
I have discovered that every product I install...

I have discovered that every product I install results in this same error, not just vBShout. Can you link me to the proper place I should post this question?
Forum: vB5 General Discussions 06-25-2014, 05:06 PM
Replies: 16
Views: 1,829
Posted By pjclas
It was definitely not obvious to me how these...

It was definitely not obvious to me how these forums are structured so I did my best. Feel free to move this topic wherever it should be.
Forum: vB5 General Discussions 06-25-2014, 12:55 PM
Replies: 16
Views: 1,829
Posted By pjclas
Content Encoding Error when installing vBShout

I apologize if this is a duplicate thread, but I've looked through many other threads regarding Content Encoding Errors and none of them seem to help me.

A little background first. I just...
Forum: vBulletin 4.x Add-ons 11-10-2013, 11:40 AM
Replies: 231
Anti-Spam Options - Rename register.php by BOP5
Views: 188,017
Posted By pjclas
Yes, it has tapatalk enabled. Is there a...

Yes, it has tapatalk enabled. Is there a conflict here I missed?

EDIT: I tried disabling tapatalk and it did not improve the situation.
Forum: vBulletin 4.x Add-ons 11-08-2013, 07:07 PM
Replies: 231
Anti-Spam Options - Rename register.php by BOP5
Views: 188,017
Posted By pjclas
I installed this and it works well, but there...

I installed this and it works well, but there seems to be a problem in the admincp. I am unable to edit a user in the awaiting email confirmation group. When I click on one of these users, I get...
Forum: vB4 Programming Discussions 11-17-2012, 06:33 PM
Replies: 2
Views: 767
Posted By pjclas
Thanks for the response. This was the same...

Thanks for the response. This was the same conclusion I came to, I just figured I'd ask around to see if I was missing something.
Forum: vB4 Programming Discussions 11-17-2012, 06:08 PM
Replies: 2
Views: 767
Posted By pjclas
vBulletin API question

So honestly, I have no idea if this has been asked... I've done a lot of searching and have not been able to find my answers so I apologize in advance if this has been answered before.

I've been...
Forum: vB4 Programming Discussions 10-11-2012, 10:36 PM
Replies: 3
Views: 482
Posted By pjclas
There shouldn't be a redirect here because I'm...

There shouldn't be a redirect here because I'm not on a forum page. I'm on an external page that is including global.php and nobody is logged in at the time. It doesn't really matter, I just don't...
Forum: vB4 Programming Discussions 10-11-2012, 05:40 PM
Replies: 3
Views: 482
Posted By pjclas
Including global.php when forum set to not active.

I've been doing some testing in preparation for moving from SMF to vBulletin and I noticed something strange. I include global.php in various files to access the vbulletin apis and that all works...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT. The time now is 02:45 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.01511 seconds
  • Memory Usage 2,036KB
  • 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
  • (24)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (41)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