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

Showing results 1 to 25 of 71
Search took 0.01 seconds.
Search: Posts Made By: Mistah Roth
Forum: vBulletin 3.8 Template Modifications 07-07-2009, 01:43 PM
Replies: 79
Show Thread Enhancements - Better Quotes - Round Quotes
Views: 22,706
Posted By Mistah Roth
Marked as installed. Hi, this works...

Marked as installed.

Hi, this works brilliantly in posts but doesn't have any effect on quotes in sigs. Obviously that looks silly. I can't find a template for the quote box in sigs, I figured...
Forum: vB3 General Discussions 07-18-2007, 03:41 PM
Replies: 2
Views: 913
Posted By Mistah Roth
bump $20

bump $20
Forum: vB3 General Discussions 07-06-2007, 12:13 PM
Replies: 2
Views: 913
Posted By Mistah Roth
bump, $10 to anyone that helps me figure this out.

bump, $10 to anyone that helps me figure this out.
Forum: vB3 General Discussions 06-29-2007, 12:39 PM
Replies: 2
Views: 913
Posted By Mistah Roth
Sessions Created on External Page

So I finally have a somewhat working script that replicated the method in which vBulletin sets and stores sessions. The main algorithm is here:

$_SESSION['lastactivity'] = strtotime(date('dS M Y,...
Forum: vB3 Programming Discussions 06-21-2007, 02:55 PM
Replies: 6
Views: 1,082
Posted By Mistah Roth
It's for my own CMS that I have been writing, but...

It's for my own CMS that I have been writing, but it will basically be an independant PHP class that can be used on a regular webpage.
Forum: vBulletin 3 Articles 06-21-2007, 02:54 PM
Replies: 60
Views: 32,769
Posted By Mistah Roth
$25 for a working version of this

$25 for a working version of this
Forum: vB3 Programming Discussions 06-15-2007, 06:16 PM
Replies: 6
Views: 1,082
Posted By Mistah Roth
I'm not sure if theres a mod somewhere on the...

I'm not sure if theres a mod somewhere on the site that does this, but I will be writing some code for this in the next week or so for my CMS, I will post it when its complete.
Forum: vBulletin 3 Articles 06-15-2007, 01:56 PM
Replies: 60
Views: 32,769
Posted By Mistah Roth
$10 to anyone that can get this working.

$10 to anyone that can get this working.
Forum: vB3 Programming Discussions 06-13-2007, 03:16 PM
Replies: 5
Views: 2,133
Posted By Mistah Roth
Likewise, what I'm trying to do is create the...

Likewise, what I'm trying to do is create the session on the non-vb page, insert it into the database, so when the user goes to the forum, he'll be logged in already (from the site login).
Forum: vBulletin 3 Articles 06-13-2007, 03:14 PM
Replies: 60
Views: 32,769
Posted By Mistah Roth
So yea, this doesn't work on the latest vB lol...

So yea, this doesn't work on the latest vB lol (3.6.7 PL1)

I believe the addition of Dismissed News to the admin permissions screwed it up, I get this error if I try to edit any admin permission...
Forum: vB3 Programming Discussions 06-04-2007, 06:41 PM
Replies: 5
Views: 2,133
Posted By Mistah Roth
I'm also trying to reproduce the sessionhash,...

I'm also trying to reproduce the sessionhash, I've gotten that the code that sets the SESSION_IDHASH is:

if (!defined('SESSION_IDHASH'))
{
define('SESSION_IDHASH',...
Forum: vB3 Programming Discussions 03-17-2007, 05:29 PM
Replies: 16
Views: 2,856
Posted By Mistah Roth
That query gets the latest threads made by the...

That query gets the latest threads made by the user, I want the latest threads the user posted in.
Forum: vBulletin 3.6 Add-ons 03-14-2007, 08:36 PM
Replies: 48
Forum Home Enhancements - My Recent Posts on Forumhome
Views: 10,416
Posted By Mistah Roth
I will get those two fixes done, sorry I've been...

I will get those two fixes done, sorry I've been distracted trying to fix another bug that randomly doesn't show posts in really old threads. Trying to get some help with that in a seperate thread.
...
Forum: vB3 Programming Discussions 03-12-2007, 05:47 PM
Replies: 16
Views: 2,856
Posted By Mistah Roth
Hey Thanks for the Help guys, Cap'n Steve I...

Hey Thanks for the Help guys,

Cap'n Steve I tried your query. I started by posting in a really old thread. With the old query that actually shows the last posts (including duplicates) I got:
...
Forum: vB3 Programming Discussions 03-12-2007, 01:20 AM
Replies: 16
Views: 2,856
Posted By Mistah Roth
My 4th post in this thread has the queries and...

My 4th post in this thread has the queries and results.
Forum: vB3 Programming Discussions 03-09-2007, 09:01 PM
Replies: 16
Views: 2,856
Posted By Mistah Roth
It shows some doubles, 1311 is still in the...

It shows some doubles, 1311 is still in the second query, its just the lower values that get dropped, I don't know why?


Good call, thanks for pointing that out haha
Forum: vB3 Programming Discussions 03-08-2007, 04:26 AM
Replies: 16
Views: 2,856
Posted By Mistah Roth
MySQL version 4.1.18 If I run the following...

MySQL version 4.1.18

If I run the following Query, here are my results (I increase the limit number to show)

SELECT distinct threadid FROM post WHERE userid = 1 ORDER BY postid DESC LIMIT 15
...
Forum: vB3 Programming Discussions 03-06-2007, 10:02 PM
Replies: 16
Views: 2,856
Posted By Mistah Roth
SELECT DISTINCT problems

My script displays the last 5 threads, a user has posted in. The main query is as follows:

SELECT distinct threadid FROM ". TABLE_PREFIX . "post WHERE userid = " . $vbulletin->userinfo['userid'] ....
Forum: vBulletin 3.6 Add-ons 03-06-2007, 04:13 AM
Replies: 48
Forum Home Enhancements - My Recent Posts on Forumhome
Views: 10,416
Posted By Mistah Roth
Okay I've found a bug in the first query of the...

Okay I've found a bug in the first query of the script, and after working on it for two days I am officially stumped.

The following query:
SELECT distinct threadid FROM ". TABLE_PREFIX . "post...
Forum: vBulletin 3.6 Add-ons 03-05-2007, 12:16 AM
Replies: 48
Forum Home Enhancements - My Recent Posts on Forumhome
Views: 10,416
Posted By Mistah Roth
Hmmm its fine for all of the forums I've tested...

Hmmm its fine for all of the forums I've tested it on, can you show me your forum?
Forum: vBulletin 3.6 Add-ons 03-04-2007, 06:48 PM
Replies: 48
Forum Home Enhancements - My Recent Posts on Forumhome
Views: 10,416
Posted By Mistah Roth
Updated the font size. I will add the option...

Updated the font size.

I will add the option to excluse forum id's once I create the admincp options for it.

Also the title background colour is just set to match the rest of the layout, theres...
Forum: vBulletin 3.6 Add-ons 03-03-2007, 05:46 PM
Replies: 48
Forum Home Enhancements - My Recent Posts on Forumhome
Views: 10,416
Posted By Mistah Roth
What I meant was, without the if statement in the...

What I meant was, without the if statement in the Plugin to stop the script from running if the user is not logged in, it will try to execute the queries with a NULL value userid.
Forum: vBulletin 3.6 Add-ons 03-03-2007, 05:18 PM
Replies: 48
Forum Home Enhancements - My Recent Posts on Forumhome
Views: 10,416
Posted By Mistah Roth
I fixed the userid issue, should work properly...

I fixed the userid issue, should work properly now thanks for pointing that out. I kept the if ($vbulletin->userinfo['userid']) in because theres no need to run all those queries if the user isn't...
Forum: vBulletin 3.6 Add-ons 03-02-2007, 10:31 PM
Replies: 48
Forum Home Enhancements - My Recent Posts on Forumhome
Views: 10,416
Posted By Mistah Roth
I added the TABLE_PREFIX to the queries, thanks....

I added the TABLE_PREFIX to the queries, thanks. I originally tried using bbuserinfo[userid] and it returns a NULL value in the hook (I'm not sure why)
Forum: Modification Requests/Questions (Unpaid) 03-02-2007, 04:51 PM
Replies: 4
Views: 1,126
Posted By Mistah Roth
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=140940" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=140940</a>

I wrote this hack yesterday, it basically mimics the SitePoint...
Showing results 1 to 25 of 71

 
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.02354 seconds
  • Memory Usage 2,040KB
  • 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
  • (45)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