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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: liwo
Forum: vBulletin 3.7 Add-ons 11-22-2008, 05:15 PM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
As a temporary workaround you could just disable...

As a temporary workaround you could just disable the php error messages so your users do not see them.

Just place the following line in the .htaccess file in your forum root:
php_flag...
Forum: vBulletin 3.7 Add-ons 11-06-2008, 04:27 PM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
By searching this thread for the error message....

By searching this thread for the error message. Several people (including me) have posted a solution (https://vborg.vbsupport.ru/showthread.php?p=1619993#post1619993) to your problem.
Forum: vBulletin 3.7 Add-ons 10-03-2008, 05:27 PM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
You probably have a serious problem with your...

You probably have a serious problem with your database ;)

To find the querys without indexes, you could try to increase the slow query time, so that less querys get logged. Another aproach might...
Forum: vBulletin 3.7 Add-ons 10-01-2008, 07:09 PM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
I found another one that should propably be...

I found another one that should propably be added:
ALTER TABLE `award` ADD INDEX `award_cat_id` ( `award_cat_id` )


Again, optimize table to fill the index:
OPTIMIZE TABLE `award`


That's...
Forum: vBulletin 3.7 Add-ons 09-30-2008, 06:32 PM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
That means that there are some indexes missing...

That means that there are some indexes missing for a table that is used in a join. I had a quick look at the tables and think I found the missing indexes.

So please do a backup of your database...
Forum: vBulletin 3.7 Add-ons 09-13-2008, 04:17 PM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
Look 3 Posts above yours, thank you. (You only...

Look 3 Posts above yours, thank you. (You only need to do the template edit)
Forum: vBulletin 3.7 Add-ons 09-13-2008, 07:23 AM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
Thanks for that info! I tested it and there is no...

Thanks for that info! I tested it and there is no need to change anything in member.php. It works with the code in the plugin.
The template edit of course is necessary.
Forum: vBulletin 3.7 Add-ons 09-11-2008, 05:17 PM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
Thanks for looking into that! I wanted to do,...

Thanks for looking into that! I wanted to do, too, but haven't come round to update my testforum to 3.7.3 yet...

To make it work with both, mysql and mysqli, you could just use the vBulletin API:...
Forum: Modification Graveyard 08-15-2008, 05:12 PM
Replies: 118
Show Thread Enhancements - Thread Description
Views: 33,564
Posted By liwo
Could well be. I don't think I tested on thread...

Could well be. I don't think I tested on thread creation. I test this as soon as I find time for it and get back to you.

Update: ok, I found it. It's just a bug in the template. Exchange the...
Forum: Modification Graveyard 08-13-2008, 08:56 PM
Replies: 118
Show Thread Enhancements - Thread Description
Views: 33,564
Posted By liwo
Did you also import the attached product file?

Did you also import the attached product file?
Forum: vBulletin 3.7 Add-ons 08-10-2008, 01:41 PM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
Did you translate that? Is there now something...

Did you translate that? Is there now something like {$vergabe_grund} in the phrase? If so, change it back to {$issue_reason} and it should print the issue reason in the pm. At least it does for me.
...
Forum: Modification Graveyard 08-10-2008, 10:22 AM
Replies: 118
Show Thread Enhancements - Thread Description
Views: 33,564
Posted By liwo
You have to edit the template yourself.

You have to edit the template yourself.
Forum: vBulletin 3.7 Add-ons 08-09-2008, 06:24 PM
Replies: 555
Miscellaneous Hacks - Yet Another Awards System
Views: 129,769
Posted By liwo
I do not think that there is a problem with...

I do not think that there is a problem with config.php. I do have a german board and the database related stuff works fine.
But I would propose, that you just use the constant TABLE_PREFIX as all...
Forum: Modification Graveyard 08-09-2008, 07:24 AM
Replies: 118
Show Thread Enhancements - Thread Description
Views: 33,564
Posted By liwo
It did in my 3.7.2-PL1 testforum. I do not yet...

It did in my 3.7.2-PL1 testforum. I do not yet use that description mod in my main forums as I am not yet ready to upgrade that, so it is not tested there.

But I'm quite positive that these two...
Forum: Modification Graveyard 08-08-2008, 06:26 PM
Replies: 118
Show Thread Enhancements - Thread Description
Views: 33,564
Posted By liwo
I actually have fixed that bug for my forum. I...

I actually have fixed that bug for my forum. I needed to change the template edit for editpost. The new html is

<!-- description field -->
<if condition="$foruminfo['allowdesc'] == 1">
<if...
Forum: Modification Graveyard 07-16-2008, 05:59 PM
Replies: 341
Views: 74,478
Posted By liwo
I have done a small patch to get this mod work...

I have done a small patch to get this mod work together with Opt-Out Forums from Get New/Get Daily (https://vborg.vbsupport.ru/showthread.php?t=91025).

I post it here, it might be usefull for some...
Forum: vBulletin 3.6 Add-ons 01-17-2008, 07:20 PM
Replies: 2,155
Show Thread Enhancements - [AJAX] Post Thank You Hack
Views: 755,796
Posted By liwo
I think I can explain that problem. In...

I think I can explain that problem. In reputation.php, not only the reputation points of a user are updated, but also the reputationlevelid. That way, the reputation level of a user is updated...
Forum: vBulletin 3.6 Add-ons 07-30-2007, 02:47 PM
Replies: 513
Miscellaneous Hacks - Cyb - Advanced Forum Rules
Views: 139,514
Posted By liwo
Is this just at our forums or can anyone confirm...

Is this just at our forums or can anyone confirm that guest viewers can accept the forum rules?

Quick fix: add usergroup 1 to the list of excluded usergroups
Forum: Modification Graveyard 04-14-2007, 07:17 PM
Replies: 504
Views: 121,467
Posted By liwo
Having looked through that thread I haven't seen...

Having looked through that thread I haven't seen anyone mentioning this, but I can see no sense in it (line 3 and 5 of the plugin code)
$xforum_ids = array_keys($vbulletin->forumcache);
...
Forum: vBulletin 3.5 Template Modifications 06-09-2006, 04:20 PM
Replies: 19
Views: 5,179
Posted By liwo
A fix for this is actually quite simple. Just use...

A fix for this is actually quite simple. Just use this code. (I changed the t=$thread[threadid] to p=$post[postid], so vB finds the thread and the correct page by the postnumber)

<!-- Link for...
Forum: Modification Graveyard 05-31-2006, 07:18 PM
Replies: 84
Forum Display Enhancements - Thread Description
Views: 17,273
Posted By liwo
You get a database error if you have a table...

You get a database error if you have a table prefix for your Board (or at least we got one):
Invalid SQL:
UPDATE thread SET description = '' WHERE threadid = '9';

MySQL-Fehler : Table...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT. The time now is 09:51 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.01754 seconds
  • Memory Usage 2,008KB
  • 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
  • (21)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (62)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