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

Showing results 1 to 25 of 297
Search took 0.01 seconds.
Search: Posts Made By: MoMan
Forum: vBulletin 3.8 Add-ons 04-05-2012, 05:31 AM
Replies: 122
Miscellaneous Hacks - Who Quoted Me
Views: 29,079
Posted By MoMan
There are some bugs in this, but after a few...

There are some bugs in this, but after a few changes I've gotten everything working on my board. I will post the updated version as time allows...
Forum: vB4 General Discussions 02-12-2012, 07:41 AM
Replies: 6
Views: 4,204
Posted By MoMan
In the app settings, under Page Tab, enter the...

In the app settings, under Page Tab, enter the URL to the facebook app files hosted on your site rather than the facebook app link itself and it will work.

I.e. if you uploaded your php files to...
Forum: vBulletin 3.8 Add-ons 01-28-2012, 03:42 AM
Replies: 52
Views: 13,324
Posted By MoMan
I'd like to add one thing to the code for the...

I'd like to add one thing to the code for the posts: if you want guests to never be able to see moderated content, change

$thread['postuserid'] != $vbulletin->userinfo['userid']

to
...
Forum: vBulletin 3.8 Add-ons 01-28-2012, 03:34 AM
Replies: 52
Views: 13,324
Posted By MoMan
See post #2, I guess. I didn't originally intend...

See post #2, I guess. I didn't originally intend to extend this feature to posts, but now that I think about it, there's really no reason not to.
Forum: vBulletin 3.8 Add-ons 01-25-2012, 11:00 PM
Replies: 52
Views: 13,324
Posted By MoMan
Users can see own moderated threads prior to approval

On my forum, to prevent spam, threads from new users are checked for common spam keywords, including links. If any such keywords are found, the thread gets auto-moderated.

In order to prevent...
Forum: vBulletin 3.8 Add-ons 01-22-2012, 11:57 PM
Replies: 83
Social Group and Album Enhancements - Cel Social Groups Notifications
Views: 24,330
Posted By MoMan
I've had to modify this mod so that the...

I've had to modify this mod so that the notification properly goes away. Specifically, you need to check whether the last social group read marking time is greater than the last post in all...
Forum: vBulletin 3.8 Add-ons 01-19-2012, 01:45 AM
Replies: 38
New Posting Features - Message auto-save/drafts
Views: 20,247
Posted By MoMan
Should work fine on 3.7, as it's client-side and...

Should work fine on 3.7, as it's client-side and I don't think the editor templates were changed.
Forum: vBulletin 3.8 Add-ons 12-05-2011, 04:57 PM
Replies: 224
Views: 42,334
Posted By MoMan
Why is this mod still around if there's a...

Why is this mod still around if there's a security hole in it? Would like to hear some feedback on this asap.
Forum: vBulletin 3.8 Add-ons 11-21-2011, 05:03 PM
Replies: 224
Views: 42,334
Posted By MoMan
I'm experiencing the same issue. I took a look...

I'm experiencing the same issue. I took a look at the functions file and fblogin.php, and while there were some minor issues (query treated the userid as a string instead of an integer, userid not...
Forum: General Articles 10-31-2011, 07:13 AM
Replies: 20
Views: 16,526
Posted By MoMan
Here's my latest update to the caching function...

Here's my latest update to the caching function to make things even easier. Simply specify a cache key and a callback function - if the data exists in the cache, it will be fetched. Otherwise, the...
Forum: vBulletin 3.8 Add-ons 10-26-2011, 10:48 PM
Replies: 38
New Posting Features - Message auto-save/drafts
Views: 20,247
Posted By MoMan
Since this fires as soon as you start typing and...

Since this fires as soon as you start typing and for every character you enter, it would have to work differently. For a future release I'm planning to have it work differently :)
Forum: Modification Graveyard 10-26-2011, 10:47 PM
Replies: 7
Views: 5,497
Posted By MoMan
Yeah I reported this also, as great as the...

Yeah I reported this also, as great as the service might be posting affiliate links in a disguised mod is likely against their TOS.
Forum: vBulletin 3.8 Add-ons 10-23-2011, 03:07 AM
Replies: 224
Views: 42,334
Posted By MoMan
Very nice plugin! I had to install the PECL json...

Very nice plugin! I had to install the PECL json extension on my server before things worked, but after that, the installation process was very easy.

I would recommend considering using a...
Forum: vB3 Programming Discussions 10-04-2011, 02:57 AM
Replies: 6
Views: 979
Posted By MoMan
Let me try again- I could have sworn I tried...

Let me try again- I could have sworn I tried that, though!

Also, if you want to use functions as if they were in the global scope, here's a nice line of code that does just that (I use it for...
Forum: vB4 General Discussions 10-04-2011, 02:55 AM
Replies: 1
Views: 934
Posted By MoMan
Your best bet would be to connect to your forum...

Your best bet would be to connect to your forum database just to grab the login data and then get out of there. You could also include global.php (see my other recent thread for the code), but that...
Forum: vBulletin 3.8 Add-ons 10-03-2011, 04:44 PM
Replies: 38
New Posting Features - Message auto-save/drafts
Views: 20,247
Posted By MoMan
Glad to hear you like it and that it works! The...

Glad to hear you like it and that it works! The prompt only shows up in the PM quick reply interface, as there, a quote of the PM is inserted into the editor by default, and you might not notice...
Forum: vB3 Programming Discussions 10-02-2011, 05:49 PM
Replies: 6
Views: 979
Posted By MoMan
Though so - but I can't explain it! I tried...

Though so - but I can't explain it! I tried making everything that ended up in $GLOBALS after the first code ran global inside the function, but that didn't help either (there were dozens of...
Forum: vB3 Programming Discussions 10-02-2011, 07:57 AM
Replies: 6
Views: 979
Posted By MoMan
Integrating external script with vB

Hi,

I currently integrate my homepage with vbulletin in order to fetch user login and session data. The code I use to do that is as follows:


// Integrate with vbulletin if requested
if...
Forum: vBulletin 3.8 Add-ons 09-28-2011, 05:58 PM
Replies: 38
New Posting Features - Message auto-save/drafts
Views: 20,247
Posted By MoMan
Make sure you're including the JS file on all the...

Make sure you're including the JS file on all the pages you want it to work on.

If it's still not working, you can uncomment the console.log statements in the code and trace the execution in...
Forum: vBulletin 3.8 Add-ons 09-21-2011, 12:47 AM
Replies: 38
New Posting Features - Message auto-save/drafts
Views: 20,247
Posted By MoMan
It's a client-side script, doesn't involve the...

It's a client-side script, doesn't involve the server at all :)
Forum: vBulletin 3.8 Add-ons 09-17-2011, 10:16 PM
Replies: 38
New Posting Features - Message auto-save/drafts
Views: 20,247
Posted By MoMan
I've uploaded version 0.5. This introduces some...

I've uploaded version 0.5. This introduces some efficiency fixes: if a user erases their post while typing it, it will now be completely removed from the browser storage (instead of being replaced...
Forum: vBulletin 3.8 Add-ons 09-16-2011, 06:43 PM
Replies: 38
New Posting Features - Message auto-save/drafts
Views: 20,247
Posted By MoMan
Yup, same link.

Yup, same link.
Forum: vBulletin 3.8 Add-ons 09-16-2011, 06:42 PM
Replies: 38
New Posting Features - Message auto-save/drafts
Views: 20,247
Posted By MoMan
Version 0.4 is up, with improvements to data...

Version 0.4 is up, with improvements to data clearing when a post is submitted as well as slightly shorter code.

This script shouldn't cause anyone's window to close. What browser were they...
Forum: vBulletin 3.8 Add-ons 09-15-2011, 09:36 PM
Replies: 38
New Posting Features - Message auto-save/drafts
Views: 20,247
Posted By MoMan
I've upload version 0.3 which fixes a potential...

I've upload version 0.3 which fixes a potential issue with data keys. I recommend that everyone updates their js file to guarantee correct URL association with the saved data.
Forum: vBulletin 4.x Add-ons 09-15-2011, 12:06 AM
Replies: 38
Views: 12,481
Posted By MoMan
Great to hear :)

Great to hear :)
Showing results 1 to 25 of 297

 
Forum Jump

All times are GMT. The time now is 01:46 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.03016 seconds
  • Memory Usage 2,066KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (57)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