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: Thaliada
Forum: vBulletin 3.6 Add-ons 11-13-2007, 06:58 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
@wtrk sry no idea @sph33r I don't have...

@wtrk sry no idea

@sph33r
I don't have this problem on a fresh install. could you send me a link to your board pls, so i can have a look at it?
Forum: vBulletin 3.6 Add-ons 11-03-2007, 07:02 AM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Currently you have to use v1, sry. I'll put it on...

Currently you have to use v1, sry. I'll put it on my todo list for the next update.



Blush, thank you ;)
Forum: vBulletin 3.6 Add-ons 11-02-2007, 04:38 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
It's in the install code. The template is "User...

It's in the install code. The template is "User Control Panel Templates -> USERCP_SHELL". 6th category from the bottom.
Forum: vBulletin 3.6 Add-ons 11-02-2007, 11:51 AM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
You have to use MyISAM as your MySQL storage...

You have to use MyISAM as your MySQL storage engine. It's the only one that supports full text search.
Forum: vBulletin 3.6 Add-ons 11-01-2007, 02:40 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
I guess thats the reason. UPDATE usergroup...

I guess thats the reason.

UPDATE usergroup SET pm_search = 1;

If you use table prefixes, add the prefix before "usergroup"
Forum: vBulletin 3.6 Add-ons 11-01-2007, 02:02 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Hello the Sandman, I registered at the admin...

Hello the Sandman,

I registered at the admin zone forums. Could you please put me into a user group that is allowed to search their pms. Also the old search field is still in place. Have you...
Forum: vBulletin 3.6 Add-ons 11-01-2007, 01:06 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Version 2.0 released. Rewrote some parts and...

Version 2.0 released. Rewrote some parts and added all(?) requested features.
Updating is recommended.
Forum: vBulletin 3.6 Add-ons 10-12-2007, 10:43 AM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
That is indeed the problem, actually...

That is indeed the problem, actually if(!isset($_GET['folderid']) || trim($_GET['folderid']) == '') $_GET['folderid'] = 0; should take care of this problem, but as i see now, i forgott to change AND...
Forum: vBulletin 3.6 Add-ons 09-03-2007, 09:48 AM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
I'm sry, but i can't reproduce this bug on my...

I'm sry, but i can't reproduce this bug on my board :/
Forum: vBulletin 3.6 Add-ons 07-12-2007, 07:43 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Try to disable the other plugins, if that doesn't...

Try to disable the other plugins, if that doesn't work im sry. I don't know what else could cause this error.
You can remove AND pm.folderid=" . mysql_real_escape_string($_GET['folderid']) . " from...
Forum: vBulletin 3.6 Add-ons 07-04-2007, 05:28 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Thx, i'll fix this bug in the next release.

Thx, i'll fix this bug in the next release.
Forum: vBulletin 3.6 Add-ons 07-03-2007, 02:59 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Use * as wildcard.

Use * as wildcard.
Forum: vBulletin 3.6 Add-ons 06-30-2007, 06:37 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
#Sit Flash & Talking Poker does the first...

#Sit Flash & Talking Poker

does the first line of the php code of the plugin starts with
if(!isset($_GET['folderid']) || trim($_GET['folderid']) == '') $_GET['folderid'] = 0;

if not, replace...
Forum: vBulletin 3.6 Add-ons 06-25-2007, 03:12 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Thx again, normaly this line should not be...

Thx again, normaly this line should not be necessary, but some people seemed to have problems without it. Included it again.

@klaush
there is a 3.5 version on this board.
Forum: vBulletin 3.6 Add-ons 06-23-2007, 07:40 AM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Sry, I have much work atm, missed it. It's...

Sry, I have much work atm, missed it. It's included now, thank you!
Forum: vBulletin 3.6 Add-ons 06-14-2007, 06:20 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Are you sure you are searching in the right...

Are you sure you are searching in the right folder?
If so, could you send me a copy of the specific pm and your exact search query?
Forum: vBulletin 3.6 Add-ons 06-14-2007, 02:36 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
AND pm.folderid= is the problem, when does...

AND pm.folderid=

is the problem, when does this error occure?
Do you have any other pm mods installed?

if(!isset($_GET['folderid'])) $_GET['folderid'] = 0;

at the beginning should deal...
Forum: vBulletin 3.6 Add-ons 06-14-2007, 02:21 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Didn't knew this is possible, i'll have a look...

Didn't knew this is possible, i'll have a look at.



Dunno, maybe it's in your ignore list for the standard search?
Forum: vBulletin 3.6 Add-ons 06-14-2007, 06:19 AM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
Seems like you have another plugin installed...

Seems like you have another plugin installed which uses a var named $query somewhere before the searchplugin is included. In the Template change <div><input type="text" class="bginput" name="query"...
Forum: vBulletin 3.5 Add-ons 06-14-2007, 06:03 AM
Replies: 4
Views: 1,984
Posted By Thaliada
Sry uploaded the 3.6 version instead of 3.5,...

Sry uploaded the 3.6 version instead of 3.5, should be fixed now
Forum: vBulletin 3.6 Add-ons 06-13-2007, 07:42 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
I've uploaded a fixed version, forgotten to turn...

I've uploaded a fixed version, forgotten to turn warnings on


Added it to my ToDo list
Forum: vBulletin 3.5 Add-ons 06-12-2007, 10:00 PM
Replies: 4
Views: 1,984
Posted By Thaliada
User PM Search

Description:
This modification allows your users to search thru their pms

Installation:
All the installation information is in the package.

Changes/Adds:
1 Plugin
12 Phrases
1 Template
Forum: vBulletin 3.6 Add-ons 06-12-2007, 10:00 PM
Replies: 261
Private Messages Enhancements - User PM Search
Views: 58,287
Posted By Thaliada
User PM Search

Description:
This modification allows your users to search thru their pms

Installation:
All the installation information is in the package.

Changes/Adds:
7 Plugins
19 Phrases
1 Template
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT. The time now is 11:20 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.03738 seconds
  • Memory Usage 2,007KB
  • 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
  • (63)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