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

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: minorgod
Forum: vB3 Programming Discussions 08-10-2007, 10:17 PM
Replies: 3
Views: 1,129
Posted By minorgod
Thanks for the info. I've been scouring this...

Thanks for the info. I've been scouring this forum all day and have found info that almost answers my question, but not quite. I finally overcame my laziness and print_r'd the $vbulletin object and...
Forum: vB3 Programming Discussions 08-10-2007, 06:30 PM
Replies: 1
Views: 744
Posted By minorgod
I'm just finishing up a vBulletin/Wordpress...

I'm just finishing up a vBulletin/Wordpress integration that may do what you are trying to do. It uses the RSS feed of your Wordpress blog to periodically (every 20 mins) pull the excerpt text of any...
Forum: vB3 Programming Discussions 08-10-2007, 06:12 PM
Replies: 3
Views: 1,129
Posted By minorgod
Switching databases in the middle of a script

I'm writing a plugin that will access both the vBulletin db and a different database on the same server. I've gotten it working with the second db by using the standard mysql functions, but I'm...
Forum: vBulletin.org Site Feedback 03-30-2007, 03:19 PM
Replies: 3
Views: 1,039
Posted By minorgod
Excellent. I suspected as much, but couldn't find...

Excellent. I suspected as much, but couldn't find any mention of it anywhere. I'll add that to my next mod.
Forum: vBulletin 3.6 Add-ons 02-05-2007, 02:32 PM
Replies: 13
Views: 4,635
Posted By minorgod
Is that a question?

Is that a question?
Forum: vBulletin 3.5 Add-ons 12-12-2006, 10:14 PM
Replies: 1,725
Views: 404,572
Posted By minorgod
There is a problem with vRewrite when using it...

There is a problem with vRewrite when using it with the "redirect threads" option enabled. If you try to change thread modes it will not let you because the redirected URL does not include the "mode"...
Forum: vBulletin 3.6 Add-ons 12-12-2006, 05:19 PM
Replies: 13
Views: 4,635
Posted By minorgod
Version 1.1 released. Added plugins to obfuscate...

Version 1.1 released. Added plugins to obfuscate email addresses of logged in users on forumdisplay.php and showthread.php pages.
Forum: vBulletin.org Site Feedback 12-12-2006, 05:11 PM
Replies: 3
Views: 1,039
Posted By minorgod
Version Check URL suggestion

I just posted a suggestion in the wrong thread. Here's the thread:

https://vborg.vbsupport.ru/showthread.php?p=1137206#post1137206

Basically it would be nice if mod authors could add a...
Forum: vBulletin 3.6 Add-ons 11-11-2006, 06:46 PM
Replies: 13
Views: 4,635
Posted By minorgod
Probably, but that's really not the point of this...

Probably, but that's really not the point of this plugin. I don't want to stop users from using their email address as their login name because many people like to do that and it makes it easier to...
Forum: vBulletin 3.6 Add-ons 11-10-2006, 03:24 PM
Replies: 13
Views: 4,635
Posted By minorgod
I'm not sure I understand what you are asking,...

I'm not sure I understand what you are asking, but if you clarify, I will be happy to look into it. Is there a specific page that email addresses are still showing up on? If you give me an example I...
Forum: vBulletin 3.6 Add-ons 11-03-2006, 05:20 PM
Replies: 13
Views: 4,635
Posted By minorgod
If you install the mod, please check the various...

If you install the mod, please check the various parts of your forums to make sure it's working properly. I have many of my own board features disabled, and I'm not making use of any polls, so I...
Forum: vBulletin 3.6 Add-ons 11-03-2006, 04:46 PM
Replies: 13
Views: 4,635
Posted By minorgod
DOH! Thanks for pointing that out. The first code...

DOH! Thanks for pointing that out. The first code block isn't supposed to have that hook in it, that's the part that's supposed to be added in the second block, along with the comment line. I can't...
Forum: vBulletin 3.6 Add-ons 11-02-2006, 10:00 PM
Replies: 13
Views: 4,635
Posted By minorgod
Username Email Protection Plugins

Username Email Protection plugin for vBulletin 3.6.x is a set of plugins by Brett Brewer to obfuscate any usernames that contain email addresses, so that everything after the "@" symbol will be...
Forum: vBulletin 3.5 Add-ons 09-11-2006, 05:10 PM
Replies: 1,725
Views: 404,572
Posted By minorgod
It works with 3.6 if you use the .htaccess...

It works with 3.6 if you use the .htaccess generator and don't mind some things not working right. Among the things that aren't working for me after installing this mod are:


"Dispaly Modes"...
Forum: vBulletin 3.5 Add-ons 09-01-2006, 06:29 PM
Replies: 30
Views: 18,207
Posted By minorgod
After using the latest .htaccess generator on...

After using the latest .htaccess generator on vBulletin 3.6.0, I had problems with the member.php page giving a 404 error. I added these two lines to my .htaccess file to fix it:

RewriteRule...
Forum: vRewrite - SEOed URLs for vBulletin 09-01-2006, 05:58 PM
Replies: 26
Views: 12,128
Posted By minorgod
Where is the .htaccess generator?

Where is the .htaccess generator?
Forum: vB3 Programming Discussions 08-25-2006, 08:01 PM
Replies: 0
Views: 715
Posted By minorgod
Where does the showthread_list template get its $links data from?

I'm pulling out large handfuls of hair over this. In the template "showthread_list" under the "Show Thread Templates", I am desparately trying to figure out where the $links variable gets its data...
Forum: vB3 Programming Discussions 08-25-2006, 07:54 PM
Replies: 1
Views: 861
Posted By minorgod
Still making progress, but it's slow going. I'm...

Still making progress, but it's slow going. I'm stuck in the displaythread.php plugin that rewrites post usernames in the list of post links in hybrid and threaded views. I've got the username...
Forum: vB3 Programming Discussions 08-23-2006, 05:47 PM
Replies: 2
Views: 957
Posted By minorgod
Did you check these threads for documentation?......

Did you check these threads for documentation?...

API Basics: https://vborg.vbsupport.ru/showthread.php?t=98047
API Documentation: http://members.vbulletin.com/api/

These have helped me a...
Forum: vB3 Programming Discussions 08-23-2006, 04:25 PM
Replies: 1
Views: 861
Posted By minorgod
Problem writing a plugin to modify lastposter on forum homepage.

I'm in the process of writing plugins to modify the displayed username of anyone who has an email address in their username. I have it working fine in several places, but I'm stuck on how to get it...
Forum: vB3 General Discussions 08-22-2006, 06:54 PM
Replies: 2
Views: 801
Posted By minorgod
Yeah, I just switched from phpBB to vBulletin and...

Yeah, I just switched from phpBB to vBulletin and this is one of the mods I did for phpBB that I'm trying to port to vBulletin. I'm basically hoping someone can tell me which hook to use and what the...
Forum: vB3 General Discussions 08-22-2006, 05:33 PM
Replies: 2
Views: 801
Posted By minorgod
Obfuscate usernames that have email address info in them.

I'm looking for a mod that will tweak the username display of any user that has used their email address as their username, so that it will only display the part before the "@" symbol. I'd rather do...
Forum: vBulletin 3.5 Add-ons 08-22-2006, 03:13 PM
Replies: 1,725
Views: 404,572
Posted By minorgod
I just installed vRewrite 1.5.1 on vBulletin 3.6...

I just installed vRewrite 1.5.1 on vBulletin 3.6 and it's not doing anything at all to my URLs. All links in my board still look like regular dynamic links. Anyone have an idea why?

EDIT:...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT. The time now is 07:41 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.08696 seconds
  • Memory Usage 2,041KB
  • 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
  • (23)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (29)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