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

Showing results 1 to 25 of 69
Search took 0.00 seconds.
Search: Posts Made By: msgotit
Forum: vBulletin 3.5 Add-ons 07-01-2006, 11:25 PM
Replies: 312
Views: 75,607
Posted By msgotit
What exactly are you doing... when you submit it...

What exactly are you doing... when you submit it is there anything blank, or... That will just help me debug the code. I haven't ever gotten that, but maybe there is something I always do that I...
Forum: vBulletin 3.6 Add-ons 05-25-2006, 04:20 PM
Replies: 19
Views: 10,204
Posted By msgotit
I'm an idiot. Sorry about that and sorry that I...

I'm an idiot. Sorry about that and sorry that I didn't respond sooner, when I would run the md5 generator on the files, then go back to the diagnostic tools it would say that the file did not contain...
Forum: vBulletin 3.5 Add-ons 05-18-2006, 11:44 AM
Replies: 312
Views: 75,607
Posted By msgotit
I am sorry the next release is taking so long......

I am sorry the next release is taking so long... I have been extremely busy, I will see what I can do tonight about getting it out, I have a lot of it done, but want to look at a few more things.
...
Forum: vBulletin 3.5 Add-ons 05-02-2006, 12:50 PM
Replies: 312
Views: 75,607
Posted By msgotit
drumsy, I am looking into the error you got,...

drumsy,

I am looking into the error you got, more or less it appears somehow an ID is missing, I will see if I can find out why and what needs to happen to fix it.

Mark
Forum: vBulletin 3.5 Add-ons 04-28-2006, 07:31 PM
Replies: 348
Views: 47,525
Posted By msgotit
When I tried to go to the glossary page for the...

When I tried to go to the glossary page for the first time I got an error, on line 157 of the file you had mysql_num_rows...

You should have $db->num_rows, or one of the variations of this, I...
Forum: vBulletin 3.5 Add-ons 04-24-2006, 01:10 PM
Replies: 312
Views: 75,607
Posted By msgotit
plateau, It doesn't send 500 at a time, but...

plateau,

It doesn't send 500 at a time, but the way it inserts it goes relatively fast, I don't know how hard it is on the server, but one person did post that they sent it to about 21000 (I...
Forum: vBulletin 3.5 Add-ons 04-03-2006, 12:05 PM
Replies: 312
Views: 75,607
Posted By msgotit
I think that I am very close to having this done....

I think that I am very close to having this done. As I said before, on larger boards this could be an issue, although I wouldn't know for sure. Hopefully I will have the email capability done...
Forum: vBulletin 3.5 Add-ons 04-03-2006, 12:03 PM
Replies: 312
Views: 75,607
Posted By msgotit
There are two fields you can add people in, one...

There are two fields you can add people in, one is a UserID and the other is a username, make sure you are using the correct one. That would be my guess. Let me know if that isn't the problem!!
Forum: vBulletin 3.6 Add-ons 03-29-2006, 12:59 PM
Replies: 19
Views: 10,204
Posted By msgotit
When you click on the diagnostic tool and suspect...

When you click on the diagnostic tool and suspect version, the files that you have done this too should no longer show up as suspect. If it isn't doing what it is supposed to it will say that they...
Forum: vBulletin 3.6 Add-ons 03-29-2006, 12:57 AM
Replies: 19
Views: 10,204
Posted By msgotit
Take the debug="1" out of the navoptions tab. I...

Take the debug="1" out of the navoptions tab. I think that will do it.
Forum: vBulletin 3.6 Add-ons 03-24-2006, 04:25 PM
Replies: 19
Views: 10,204
Posted By msgotit
Probably a user error, but it wasn't working so I...

Probably a user error, but it wasn't working so I replace this line:

$filehash = @md5_file(DIR . $productfile['filename']);
With this:

$filehash = @md5(str_replace("\r\n", "\n",...
Forum: vBulletin 3.5 Add-ons 03-22-2006, 02:07 AM
Replies: 312
Views: 75,607
Posted By msgotit
I am and I haven't had any problems so far, don't...

I am and I haven't had any problems so far, don't really expect any, just like tuanluu said it is a product so... But if anyone has any problems, let me know.

Mark
Forum: vBulletin 3.5 Add-ons 03-02-2006, 12:12 PM
Replies: 115
Views: 21,935
Posted By msgotit
First you have to be using the xml product I...

First you have to be using the xml product I posted in the middle of the the last page. If you open that up you will see it but I believe it is tinyint with default 0. Hope this helps!

Mark
Forum: vBulletin 3.5 Add-ons 02-24-2006, 04:17 AM
Replies: 115
Views: 21,935
Posted By msgotit
Skogen, Can you look at your database...

Skogen,

Can you look at your database tables? If so, did the hidepoll field get put in to the poll table?

Because it is trying to insert hidepoll in there I would assume that you have used...
Forum: vBulletin 3.5 Add-ons 02-16-2006, 12:34 AM
Replies: 115
Views: 21,935
Posted By msgotit
Sorry about that, didn't think about it. You...

Sorry about that, didn't think about it. You will have to go into the currentpoll.php mod and edit it. At line 65 (in mine) so it should be around there, add hidepoll to the list of fields to get:...
Forum: vBulletin 3.5 Add-ons 02-12-2006, 01:42 PM
Replies: 115
Views: 21,935
Posted By msgotit
I should have named it just like Chris did. You...

I should have named it just like Chris did. You upload it into products just like the other one. It will do everything for you and then you make the template change and should be good to go. Sorry...
Forum: vBulletin 3.5 Add-ons 02-11-2006, 01:34 AM
Replies: 115
Views: 21,935
Posted By msgotit
Here is the code, I will admit it hasn't been...

Here is the code, I will admit it hasn't been tested extensively, but it does hide or show the results, if there are any problems please let me know. Chris told me to post this in here and then he...
Forum: vBulletin 3.5 Add-ons 02-09-2006, 09:46 PM
Replies: 115
Views: 21,935
Posted By msgotit
I have it done, I have PMed Chris to see what he...

I have it done, I have PMed Chris to see what he wants to do, but haven't heard back, I would like to get this out for everyone, but don't know what the next step is. If any of you have any thoughts...
Forum: vBulletin 3.5 Add-ons 02-01-2006, 02:47 PM
Replies: 115
Views: 21,935
Posted By msgotit
I think that it would be relatively simple to at...

I think that it would be relatively simple to at least make it so you can check a box to activate the hide poll feature, I will look into it and pm Chris to see what he wants to do.
Forum: vBulletin 3.5 Add-ons 01-26-2006, 06:16 PM
Replies: 312
Views: 75,607
Posted By msgotit
No problem, glad to hear it. If you see any...

No problem, glad to hear it. If you see any other problems please let me know!

Mark
Forum: vBulletin 3.5 Add-ons 01-24-2006, 11:10 PM
Replies: 312
Views: 75,607
Posted By msgotit
I have updated the superpm.php file to make the...

I have updated the superpm.php file to make the changes. Hopefully that will take care of anybugs. Thanks for your help!

Mark
Forum: vBulletin 3.5 Add-ons 01-22-2006, 09:28 PM
Replies: 312
Views: 75,607
Posted By msgotit
Will do, I don't think it will be that hard to...

Will do, I don't think it will be that hard to fix, but we will see, I can't do it now but in the next couple of days I will try and have it done Thanks again.

Mark
Forum: vBulletin 3.5 Add-ons 01-22-2006, 09:26 PM
Replies: 312
Views: 75,607
Posted By msgotit
Make sure the cpnav_superpm.xml is in your...

Make sure the cpnav_superpm.xml is in your ..includes/xml/ file. Is it? Let me know so I can help you get this resolved! :)

Thnx
Mark
Forum: vBulletin 3.5 Add-ons 01-22-2006, 09:22 PM
Replies: 312
Views: 75,607
Posted By msgotit
stinger2, I will look into it, what our...

stinger2,

I will look into it, what our options are. The users can obviously select the messages and delete them, but... What exactly are you thinking for functionality here? Who deletes...
Forum: vBulletin 3.5 Add-ons 01-22-2006, 09:18 PM
Replies: 312
Views: 75,607
Posted By msgotit
Fofer, This could be true, I will look at...

Fofer,

This could be true, I will look at what I am doing with this and try and fix it if it is. Sorry about the confusion, it shouldn't do that... but obviously it is.

Also thanks for the...
Showing results 1 to 25 of 69

 
Forum Jump

All times are GMT. The time now is 06:43 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.02536 seconds
  • Memory Usage 2,042KB
  • 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
  • (71)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