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

Showing results 1 to 25 of 98
Search took 0.00 seconds.
Search: Posts Made By: ReCom
Forum: vBulletin 3.6 Add-ons 05-20-2009, 11:33 AM
Replies: 46
Integration with vBulletin - MediaWiki Latest Additions & Changes
Views: 10,931
Posted By ReCom
Thanks for this mod. I've modified your SQL...

Thanks for this mod.

I've modified your SQL query into this:

$query = "SELECT o.rc_title, o.rc_user_text, o.rc_new, o.rc_namespace, o.rc_timestamp FROM " . $prefix . "recentchanges o, (SELECT...
Forum: vBulletin 3.7 Add-ons 02-26-2009, 05:10 AM
Replies: 114
Views: 27,897
Posted By ReCom
Execute the following SQL assuming your vBulletin...

Execute the following SQL assuming your vBulletin table prefix is vb_:

UPDATE `vb_userfield` SET `field5` = 'Female' WHERE `field5` = 'Unspecified'

Change `field5` to the id of the gender user...
Forum: vBulletin 3.7 Add-ons 02-16-2009, 12:07 AM
Replies: 114
Views: 27,897
Posted By ReCom
I don't care. I lost no money.

I don't care. I lost no money.
Forum: vBulletin 3.7 Add-ons 02-14-2009, 12:35 AM
Replies: 114
Views: 27,897
Posted By ReCom
Reinstall.

Reinstall.
Forum: vBulletin 3.7 Add-ons 01-03-2009, 06:22 AM
Replies: 114
Views: 27,897
Posted By ReCom
No. This mod and that put gender symbols at...

No. This mod and that put gender symbols at different location.

Yes. Fully compatible with legacy postbit.
Forum: vBulletin 3.6 Add-ons 12-23-2008, 03:39 PM
Replies: 273
Forum Home Enhancements - Seasonal Forum Effects
Views: 66,592
Posted By ReCom
Uh .. upgrade your vBulletin from 3.5.4 to 3.6.x...

Uh .. upgrade your vBulletin from 3.5.4 to 3.6.x or later? This is 3.6 mod after all :p
Forum: vBulletin 3.7 Add-ons 12-16-2008, 09:15 AM
Replies: 114
Views: 27,897
Posted By ReCom
In the fifth picture (the big "User Profile Field...

In the fifth picture (the big "User Profile Field Name") you should enter field60 instead of just 60.

Yup, a simple fix indeed. All these troubles would have not happened if you had looked at the...
Forum: vBulletin 3.7 Add-ons 12-15-2008, 10:01 PM
Replies: 114
Views: 27,897
Posted By ReCom
Gender Bit and Ext do not modify your database...

Gender Bit and Ext do not modify your database (other than what vbulletin does to absorb the addon into its environment). To uninstall them, just use the product manager (uninstall Ext before Gender...
Forum: vBulletin 3.7 Add-ons 12-14-2008, 06:17 AM
Replies: 114
Views: 27,897
Posted By ReCom
I was visiting my hometown, that has no internet...

I was visiting my hometown, that has no internet access, for one week and just look at people whining as if they paid me for my supports. Many others managed to install and get this thing working on...
Forum: vB3 General Discussions 12-03-2008, 02:12 AM
Replies: 2
Views: 692
Posted By ReCom
Err .. that is just a sub-forum ..

Err .. that is just a sub-forum ..
Forum: vB3 General Discussions 12-02-2008, 08:47 AM
Replies: 4
Views: 880
Posted By ReCom
Refer vBulletin API to see in what file the...

Refer vBulletin API to see in what file the function fetch_online_status() is in, then in your plugin, include_once() the file.

What my english has happened to ...
Forum: vB3 General Discussions 12-02-2008, 04:28 AM
Replies: 14
Views: 1,632
Posted By ReCom
Cool. I didn't know we can do math in SQL queries...

Cool. I didn't know we can do math in SQL queries :o
Forum: vB3 Programming Discussions 12-01-2008, 11:06 PM
Replies: 4
Views: 1,052
Posted By ReCom
Or just spam the GLOBAL phrasespace ....

Or just spam the GLOBAL phrasespace ....
Forum: vB3 General Discussions 12-01-2008, 11:03 PM
Replies: 5
Views: 4,667
Posted By ReCom
<a href="http://www.php.net/range"...

<a href="http://www.php.net/range" target="_blank">http://www.php.net/range</a>
Forum: vBulletin 3.7 Add-ons 12-01-2008, 11:01 PM
Replies: 114
Views: 27,897
Posted By ReCom
Meaning? Have you tried the "type 3" option?...

Meaning?

Have you tried the "type 3" option? Like I wrote in the description of that option in Gender Bit Options page, it's up to your imagination what "type 3" is. A "couple", unisex, animal,...
Forum: vB3 Programming Discussions 12-01-2008, 09:58 PM
Replies: 3
Views: 1,148
Posted By ReCom
$vbulletin->userinfo['userid']

$vbulletin->userinfo['userid']
Forum: vB3 Programming Discussions 12-01-2008, 01:33 AM
Replies: 5
Views: 919
Posted By ReCom
Instead of running one query for each user with...

Instead of running one query for each user with the queries are different from each other on the 'WHERE' part like:

... WHERE user.userid = '12'

... WHERE user.userid = '222'

... WHERE...
Forum: vB3 Programming Discussions 12-01-2008, 01:25 AM
Replies: 4
Views: 1,052
Posted By ReCom
"User Tools (global) Phrases" is not global...

"User Tools (global) Phrases" is not global enough because the ultimate global phrase group is labeled "GLOBAL"

Try adding a new plugin that hooks to init_startup with code:
$phrasegroups[] =...
Forum: vB3 Programming Discussions 11-29-2008, 11:45 AM
Replies: 7
Views: 1,118
Posted By ReCom
Looking at showthread.php for vb 3.7.4, seems...

Looking at showthread.php for vb 3.7.4, seems like there's no hook for putting stuff after first posts of showthread pages. Plus the codes that generate the simir threads listing are located way...
Forum: vBulletin 3.7 Add-ons 11-29-2008, 10:05 AM
Replies: 114
Views: 27,897
Posted By ReCom
I'm glad you got it working :D hmm .. all...

I'm glad you got it working :D

hmm .. all these "not working" posts kinda make me think that it would be good idea if I include a troubleshooter in the next version, so that I don't have to repeat...
Forum: vB3 Programming Discussions 11-29-2008, 10:00 AM
Replies: 7
Views: 1,118
Posted By ReCom
err .. why do you need to show $similarthreads in...

err .. why do you need to show $similarthreads in POSTBIT? if on one page there are 10 postbits, all of them will be showing the same list of threads over and over, you want that?
Forum: vB3 General Discussions 11-29-2008, 09:19 AM
Replies: 3
Views: 787
Posted By ReCom
Uninstall the last mod/plugin you installed, it's...

Uninstall the last mod/plugin you installed, it's lousy ...
Forum: vBulletin 3.7 Add-ons 11-29-2008, 09:03 AM
Replies: 114
Views: 27,897
Posted By ReCom
I haven't installed vBExperience so I cannot say...

I haven't installed vBExperience so I cannot say for sure how that mod changes the architecture and the look of a forum ... but a quick look at vBExperience features list and screenshots showed me...
Forum: vB3 General Discussions 11-29-2008, 12:20 AM
Replies: 5
Views: 1,548
Posted By ReCom
Because from Coder point of view, template edits...

Because from Coder point of view, template edits are bad.

Of course I can imagine from Designer point of view, plugins are bad.

To each its own.
Forum: vB3 General Discussions 11-28-2008, 03:00 PM
Replies: 5
Views: 1,548
Posted By ReCom
Import the attached plugin xml using AdminCP >...

Import the attached plugin xml using AdminCP > Plugins & Products > Download / Upload Plugins.
Showing results 1 to 25 of 98

 
Forum Jump

All times are GMT. The time now is 07:00 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.02275 seconds
  • Memory Usage 2,045KB
  • 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
  • (38)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