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: Tamtams
Forum: Modification Graveyard 08-09-2010, 01:59 AM
Replies: 75
Views: 18,728
Posted By Tamtams
Any idea if this mod would work on VB4? All...

Any idea if this mod would work on VB4?

All the VB4 Flashchat integrations seem to be for Flashchat 5/6, both of which seem to quite buggy in comparison to the FlashChat 4.
Forum: vBulletin 4.x Add-ons 05-05-2010, 10:11 PM
Replies: 2,845
Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX]
Views: 502,950
Posted By Tamtams
<a...

<a href="http://rottweilersonline.com/forum/forum.php" target="_blank">http://rottweilersonline.com/forum/forum.php</a>

I don't know if this is related, but I can't seem to enable the Shout sounds...
Forum: vBulletin 4.x Add-ons 05-05-2010, 10:00 PM
Replies: 2,845
Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX]
Views: 502,950
Posted By Tamtams
I too am having sound problems - Quicktime plugin...

I too am having sound problems - Quicktime plugin is installed, sounds are selected / enabled through the admin control panel settings - the embed appears on the page :

<embed...
Forum: vB4 General Discussions 01-28-2010, 02:34 AM
Replies: 2
Views: 2,928
Posted By Tamtams
I found these NGINX rules elsewhere on the forum;...

I found these NGINX rules elsewhere on the forum; I don't know if they are 100% correct, but they should at least help anyone who find this thread in their journey :)

rewrite...
Forum: vB4 General Discussions 01-26-2010, 05:46 PM
Replies: 2
Views: 2,928
Posted By Tamtams
Hmm - I'm surprised no one else here uses NGINX!...

Hmm - I'm surprised no one else here uses NGINX! I've found its much faster / more efficient than Apache...
Forum: Modification Requests/Questions (Unpaid) 01-25-2010, 03:17 PM
Replies: 4
Views: 1,028
Posted By Tamtams
Another vote for this feature!

Another vote for this feature!
Forum: vB4 General Discussions 01-24-2010, 10:47 PM
Replies: 2
Views: 2,928
Posted By Tamtams
NGINX Rewrite rules for SEO Friendly URLs?

Hi All -
Does anyone have a set of NGINX rewrite rules for the "advanced" SEO URLs in VB4? I see the mod_rewrite rules are built right in to VB, but I've never had much luck translating them to...
Forum: vB4 General Discussions 01-11-2010, 07:06 PM
Replies: 2
Views: 828
Posted By Tamtams
For anyone finding this thread via search, the...

For anyone finding this thread via search, the following SQL command will find all users who have the same email address:


SELECT username, user.email
FROM user
INNER JOIN (

SELECT email...
Forum: vB4 General Discussions 01-03-2010, 08:43 PM
Replies: 2
Views: 828
Posted By Tamtams
Anyway to merge all users which have the same email account?

I recently converted to SimpleMachines to Vbulletin, and during the Impex changeover made sure to associate users by email address. Nevertheless, I'm looking through my vbulletin user list and...
Forum: vB4 General Discussions 01-03-2010, 08:21 PM
Replies: 2
Views: 363
Posted By Tamtams
Wow, that seems like a simple and straightforward...

Wow, that seems like a simple and straightforward solution - I'll try that now, thanks!
Forum: vB4 General Discussions 01-03-2010, 04:58 PM
Replies: 2
Views: 363
Posted By Tamtams
Provide users with the ability to send message to moderator when registering?

Does anyone know of a mod which provides a text box for new registrants to "state their case" when registering?

My basic scenario is as follows: the forum is set to manual approval of all new...
Forum: vB4 General Discussions 01-03-2010, 04:54 PM
Replies: 7
Views: 1,489
Posted By Tamtams
Maybe try changing your Captcha method to...

Maybe try changing your Captcha method to ReCaptcha? at least that way bots would be prevented from creating the accounts...
Forum: vB4 Programming Discussions 01-03-2010, 03:04 PM
Replies: 22
Views: 1,489
Posted By Tamtams
OK - I FINALLY FIGURED IT OUT! :D It was a...

OK - I FINALLY FIGURED IT OUT! :D

It was a stupid mistake of course - on my end - basically, I didn't know you actually had to creat a custom template through the style manager - I thought you...
Forum: vB4 Programming Discussions 01-03-2010, 01:01 PM
Replies: 22
Views: 1,489
Posted By Tamtams
Hah nope, I wasn't using {vb:raw custom_template...

Hah nope, I wasn't using {vb:raw custom_template }, I am using {vb:raw threadworks) . This issue has ben racking my head though! Consolegaming - could you just copy and paste the exact code your...
Forum: vB4 Programming Discussions 01-02-2010, 07:56 PM
Replies: 22
Views: 1,489
Posted By Tamtams
Here's the exact code i'm using - hook location...

Here's the exact code i'm using - hook location is threadbit_display


$test_value = "It Works!";
$templater = vB_Template::create('threadworks'); ...
Forum: vB4 Programming Discussions 01-01-2010, 05:14 PM
Replies: 22
Views: 1,489
Posted By Tamtams
I tried this, no go. Very strange that the...

I tried this, no go. Very strange that the template can't render, even though VBulletin is recognizing that it was created!
Forum: vB4 Programming Discussions 01-01-2010, 04:31 PM
Replies: 22
Views: 1,489
Posted By Tamtams
I thought the problem with using hook...

I thought the problem with using hook parse_templates is the template will be loaded for every page load, even though it is only required for threadbit?

Either way, the problem has been narrowed...
Forum: vB4 Programming Discussions 12-31-2009, 11:31 PM
Replies: 22
Views: 1,489
Posted By Tamtams
I am using the default VBulletin 4, without any...

I am using the default VBulletin 4, without any template changes.
I tried putting the word "hello" in the template, with no results - that's what caused me to start this thread in the first place......
Forum: vB4 Programming Discussions 12-31-2009, 08:19 PM
Replies: 22
Views: 1,489
Posted By Tamtams
Well, I think I should be using templates in...

Well, I think I should be using templates in order to use the cache system, correct? I.e. if I just use pre-register no caching will occur, right?

--------------- Added 1262298647 at 1262298647...
Forum: vB4 Programming Discussions 12-31-2009, 07:14 PM
Replies: 22
Views: 1,489
Posted By Tamtams
I'm a little mixed up - can I just use these two...

I'm a little mixed up - can I just use these two lines then, and insert whatever variable I want for $custom_template? I.e. is the 4 line version redundant, or do they both versions do the same thing?
Forum: vB4 Programming Discussions 12-31-2009, 05:06 PM
Replies: 22
Views: 1,489
Posted By Tamtams
Hi Lynne - That is exactly what I did - I...

Hi Lynne - That is exactly what I did - I assigned the value "Test123" to the variable, so it looks like it is the pre-registering which isn't working...

For example -

$templater =...
Forum: vB4 Programming Discussions 12-31-2009, 03:17 AM
Replies: 22
Views: 1,489
Posted By Tamtams
Thanks Lynne - I copied and pasted that code...

Thanks Lynne - I copied and pasted that code exactly though, and it still didn't work... I changed $my_var to "Test123" just to make sure it was a variable assignment error or anything, but still a...
Forum: vB4 Programming Discussions 12-30-2009, 09:37 PM
Replies: 22
Views: 1,489
Posted By Tamtams
How to call a variable from within the Threadbit template?

I'm trying to convert over a vb3 product to vb4, and am running into an issue with the template system. Specifically, I am having trouble passing a variable to be outputted from within the template. ...
Forum: vBulletin 3.7 Add-ons 12-30-2009, 05:09 PM
Replies: 24
Forum Display Enhancements - ThreadWorks: Threaded Forum Display
Views: 10,494
Posted By Tamtams
I think the installation instructions may need to...

I think the installation instructions may need to be slightly updated to be vb4 compatible - specifically with something like the following (doesn't work yet, still trying to figure out the right...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT. The time now is 07:58 AM.


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.01562 seconds
  • Memory Usage 2,023KB
  • 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
  • (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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete