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

Showing results 1 to 25 of 42
Search took 0.00 seconds.
Search: Posts Made By: darkblade25
Forum: vBulletin 4.x Add-ons 11-11-2010, 07:33 PM
Replies: 152
Moderators Functions - Easy Mod Tools
Views: 38,318
Posted By darkblade25
For those that are having problems with this mod...

For those that are having problems with this mod working for the postbit, I don't know if this is a good fix, but you can add
global $vbulletin;

at the top of "Postbit modtools" plugin. Seems to...
Forum: vB3 General Discussions 10-22-2009, 08:01 PM
Replies: 153
Views: 16,613
Posted By darkblade25
The forums are working now. Nvm. It was for...

The forums are working now.

Nvm. It was for a second ago.
Forum: vBulletin 3.8 Add-ons 09-21-2009, 03:58 AM
Replies: 682
Add-On Releases - Yet Another Awards System
Views: 158,212
Posted By darkblade25
You can edit the memberinfo here Member Info...

You can edit the memberinfo here Member Info Templates -> memberinfo_block_myawards
Forum: vB3 Design and Graphics Discussions 11-29-2008, 04:36 PM
Replies: 1
Views: 759
Posted By darkblade25
Textbox missalign

I am trying to add a module for vbadvance that consist of a search box.
Here is the code
<div id="somethingsearch">
<input type="text" id="nb" onfocus="this.value=''" value="Search for...
Forum: vB3 Programming Discussions 11-27-2008, 04:00 AM
Replies: 5
Views: 988
Posted By darkblade25
I got to work with $vbulletin->GPC['userid']....

I got to work with $vbulletin->GPC['userid']. Thanks for everything.
Forum: vB3 Programming Discussions 11-27-2008, 03:43 AM
Replies: 5
Views: 988
Posted By darkblade25
Thank you, I set it to member_complete, but now...

Thank you, I set it to member_complete, but now I have another problem, how can I get the userid of the member page, not your userid. I cant get userid from the url because I am using a url rewrite.
Forum: vB3 Programming Discussions 11-27-2008, 02:02 AM
Replies: 5
Views: 988
Posted By darkblade25
Memberinfo Php script

I have a php script that I store the output to a variable. I want to display that variable in the memberinfo template. Is there a way to call the script so that I can use the variable in Memberinfo...
Forum: vBulletin 3.8 Add-ons 10-28-2008, 01:23 AM
Replies: 828
Major Additions - Living Avatars
Views: 208,826
Posted By darkblade25
Is it normal that when going to living avatar...

Is it normal that when going to living avatar page, you have to login again?

And once I login, i cant logout through my forums.

Anyone have a solution to this? I am using VB 3.7.3.
Forum: vBulletin 3.7 Add-ons 10-25-2008, 06:22 PM
Replies: 444
Add-On Releases - kBank 2.1 - Money System
Views: 116,973
Posted By darkblade25
Ok, thanks for the reply, but I have another...

Ok, thanks for the reply, but I have another question, how do I set the point users earn when they post? Is the default like 5 points.

Also the admin log does not reflect the correct stats. For...
Forum: vB3 General Discussions 10-25-2008, 08:23 AM
Replies: 9
Views: 1,173
Posted By darkblade25
Does anyone know how to do this yet?

Does anyone know how to do this yet?
Forum: vBulletin 3.7 Add-ons 10-25-2008, 07:28 AM
Replies: 444
Add-On Releases - kBank 2.1 - Money System
Views: 116,973
Posted By darkblade25
I think I have a bug or maybe just my forum or...

I think I have a bug or maybe just my forum or maybe have been reported already.
If I create an item with unlimited quantity or limited quantity, and then buy it. I then sell it, it does not count...
Forum: vB3 General Discussions 10-09-2008, 05:42 AM
Replies: 1
Views: 665
Posted By darkblade25
Disable Notice outside of Forums

I have written a mod and I am including the navbar. But I do not want the notices to show up, even if they are guest. Is there a condition that I can compare to to check if the user is using the mod?
Forum: vB3 General Discussions 10-06-2008, 07:32 PM
Replies: 1
Views: 733
Posted By darkblade25
Base Url Rewrite

I am trying to write a mod_rewrite for a mod I have made, but whenever I go to www .mysite.com/dir/dir2 all my syles are screwed up.

Is there a way to make it so that the script think I am in...
Forum: vBulletin 3.7 Add-ons 09-29-2008, 07:56 AM
Replies: 1,079
Views: 280,732
Posted By darkblade25
Does anyone have the vBadvanced plugin working?

Does anyone have the vBadvanced plugin working?
Forum: vB3 General Discussions 09-29-2008, 05:52 AM
Replies: 6
Views: 1,023
Posted By darkblade25
Thanks, Dismounted. You were alot of help.

Thanks, Dismounted. You were alot of help.
Forum: vB3 General Discussions 09-29-2008, 05:38 AM
Replies: 6
Views: 1,023
Posted By darkblade25
Got it to work $id =...

Got it to work
$id = $vbulletin->input->clean_gpc('g', 'u', TYPE_INT);
if ($id)
{
$username = fetch_userinfo($id);
$vbulletin->url = $vbulletin->options['bburl'] ....
Forum: vB3 General Discussions 09-29-2008, 04:46 AM
Replies: 6
Views: 1,023
Posted By darkblade25
Not very good with plugin, but should I put the...

Not very good with plugin, but should I put the hook as global_start? Also how would the php code look, pseudocode is fine, just want to get an idea on how to do this.
Forum: vB3 General Discussions 09-29-2008, 04:17 AM
Replies: 6
Views: 1,023
Posted By darkblade25
Redirect member.php

I have shorter url for profile ex. http://www.mysite.com/Username

Is there a way to redirect the default member.php?u=1 to http://www.mysite.com/Username?
Forum: vB3 General Discussions 09-27-2008, 11:56 PM
Replies: 1
Views: 574
Posted By darkblade25
Editor to edit Profile Fields

I want to use the vbulletin editor, the same one that you use to reply to post, to edit the profile fields in the "Edit you details." Anyone know how to do this?
Else if know one knows how, how do...
Forum: vB3 General Discussions 09-07-2008, 04:09 AM
Replies: 1
Views: 695
Posted By darkblade25
Textbox Editor

I am designing my own mod and I have run into a problem. I have a comment system up, and I want to allow users to edit the comments with out having to go to another page that brings up the editor.
...
Forum: vB3 Programming Discussions 05-19-2008, 05:06 PM
Replies: 0
Views: 678
Posted By darkblade25
Store function into Variable

I have been messing around with putting a php file into vbulletin. The only way I get that is by storing the output into a variable and call that variable in a template. Now I have a script that...
Forum: vBulletin 3.8 Add-ons 05-13-2008, 12:36 PM
Replies: 4,362
Major Additions - DownloadsII
Views: 1,470,824
Posted By darkblade25
Hi, I am going to host large file and allow users...

Hi, I am going to host large file and allow users to download them. Does this mod allow me to limit a user 1 download at a time? Or is there a way to do that?
Forum: vB3 General Discussions 05-11-2008, 03:39 AM
Replies: 1
Views: 652
Posted By darkblade25
vbAdvance Php File

So I am new to vbadvance. I want to make a php page that contains a php file. But the php file that the page is pointing to uses arguments in the url, such as "mname=name", to display new content. Is...
Forum: vBulletin 3.6 Add-ons 08-30-2007, 01:36 PM
Replies: 1,868
Views: 553,596
Posted By darkblade25
Is it possible to add credits outside of...

Is it possible to add credits outside of vbulletin? Such as if they submit something when they are login on a page outside of the forums, and then they receive credit in their vbulletin account.
Forum: vBulletin 3.6 Add-ons 07-26-2007, 09:54 PM
Replies: 145
Major Additions - [ITech] vBExternal Lite
Views: 31,961
Posted By darkblade25
Is it possible to have the date that the post was...

Is it possible to have the date that the post was made when you do the news
Showing results 1 to 25 of 42

 
Forum Jump

All times are GMT. The time now is 09:15 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.01605 seconds
  • Memory Usage 2,030KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (30)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