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

Showing results 1 to 25 of 97
Search took 0.00 seconds.
Search: Posts Made By: TiKu
Forum: vBulletin 4.x Add-ons 11-17-2018, 04:32 PM
Replies: 1,282
Views: 369,695
Posted By TiKu
Sorry for my late reply. I did not have time...

Sorry for my late reply. I did not have time earlier.
Well, switching from mcrypt to OpenSSL is quite easy. I edited the file vendor/com.extremeidea.vbsso/vbsso-connect-shared/sharedapi.php (these...
Forum: vBulletin 4.x Add-ons 11-03-2018, 08:00 PM
Replies: 1,282
Views: 369,695
Posted By TiKu
Fixed it. vBSSO-Mediawiki called User::setCookies...

Fixed it. vBSSO-Mediawiki called User::setCookies with the $rememberMe parameter always being set to false, so that the user gets logged out when the session times out.
Forum: vBulletin 4.x Add-ons 10-24-2018, 03:31 AM
Replies: 1,282
Views: 369,695
Posted By TiKu
Okay, fixed this myself, also the mcrypt...

Okay, fixed this myself, also the mcrypt deprecation warnings of PHP 7.2.
Does anybody have the problem that he gets logged of Mediawiki each day? I already had this before I touched the code of...
Forum: vBulletin 4.x Add-ons 08-19-2018, 06:26 PM
Replies: 1,282
Views: 369,695
Posted By TiKu
When will Mediawiki 1.29 and newer be supported?

When will Mediawiki 1.29 and newer be supported?
Forum: vBulletin 4.x Add-ons 09-14-2017, 03:16 PM
Replies: 1,896
Major Additions - Yet Another Awards System
Views: 378,381
Posted By TiKu
I use it this way and so far noone did complain...

I use it this way and so far noone did complain about anything.
Forum: vBulletin 4.x Add-ons 09-14-2017, 04:58 AM
Replies: 1,896
Major Additions - Yet Another Awards System
Views: 378,381
Posted By TiKu
Don't you specify the complete URLs in the award...

Don't you specify the complete URLs in the award settings? There you can use protocol relative URLs, i.e. just //mydomain instead of http://mydomain or https://mydomain.
Forum: vB4 Programming Discussions 05-23-2017, 05:53 PM
Replies: 0
Views: 475
Posted By TiKu
How to properly implement a package, especially search support?

Hi,

I've written an add-on that stores lots of meta data for threads in some specific forums. This meta data is stored in separate database tables. I would like to give my users the ability to...
Forum: vBulletin 4.x Add-ons 05-11-2017, 04:19 PM
Replies: 3,814
Show Thread Enhancements - [AJAX] Post Thank You Hack
Views: 943,804
Posted By TiKu
Sorry, I must admit that I did not test it. I...

Sorry, I must admit that I did not test it. I just had a look at the code and thought it should work.
Forum: vBulletin 4.x Add-ons 05-11-2017, 05:00 AM
Replies: 3,814
Show Thread Enhancements - [AJAX] Post Thank You Hack
Views: 943,804
Posted By TiKu
Try this: $postids = array($postid);

Try this:
$postids = array($postid);
Forum: vBulletin 4.x Add-ons 04-21-2017, 05:30 PM
Replies: 1,282
Views: 369,695
Posted By TiKu
Are there any news about this update?

Are there any news about this update?
Forum: vBulletin 4.x Add-ons 01-26-2017, 03:55 PM
Replies: 1,122
Views: 221,827
Posted By TiKu
The function itrader_CompareVersions is either...

The function itrader_CompareVersions is either implemented wrong or used wrong. There are two calls similar to this:
if(itrader_CompareVersions($vbulletin->options['templateversion'], '4.1.3') > 0)...
Forum: vBulletin 4.x Add-ons 05-16-2016, 03:49 PM
Replies: 9
Forum Display Enhancements - Change Prefix With Ajax
Views: 3,019
Posted By TiKu
This mod by Lynne seems to turn the prefixes into...

This mod by Lynne seems to turn the prefixes into links. When you double-click a link, you will trigger it. I don't know how to avoid this and still keep the link clickable.
VBulletin has the same...
Forum: vBulletin 4.x Add-ons 03-01-2016, 07:30 PM
Replies: 9
Forum Display Enhancements - Change Prefix With Ajax
Views: 3,019
Posted By TiKu
I've removed the need to edit templates.

I've removed the need to edit templates.
Forum: vBulletin 4.x Add-ons 02-29-2016, 05:30 PM
Replies: 9
Forum Display Enhancements - Change Prefix With Ajax
Views: 3,019
Posted By TiKu
Ok, I've updated the ZIP file.

Ok, I've updated the ZIP file.
Forum: vBulletin 3.7 Add-ons 02-28-2016, 03:29 PM
Replies: 22
Forum Display Enhancements - Change prefixes with AJAX
Views: 11,896
Posted By TiKu
Here it is:...

Here it is: https://vborg.vbsupport.ru/showthread.php?t=321951
It is my first upload of a Mod, so I hope I did everything right.
Forum: vBulletin 4.x Add-ons 02-27-2016, 10:00 PM
Replies: 9
Forum Display Enhancements - Change Prefix With Ajax
Views: 3,019
Posted By TiKu
Change Prefix With Ajax

DESCRIPTION
This Mod allows changing the prefix of a thread using AJAX, without reloading the site, just by double-clicking the prefix.
It is a port of this Mod...
Forum: vBulletin 3.7 Add-ons 02-27-2016, 02:57 PM
Replies: 22
Forum Display Enhancements - Change prefixes with AJAX
Views: 11,896
Posted By TiKu
I'm the original author of this mod and have...

I'm the original author of this mod and have forgotten that pipin did upload it here.
I have the mod working with vBulletin 4.2.3. If I find the time to check the code (for instance I'm not sure...
Forum: vBulletin 4.x Add-ons 09-23-2015, 02:59 PM
Replies: 1,662
Integration with vBulletin - Soccer Betting Game ("Fussball-Tippspiele")
Views: 237,376
Posted By TiKu
Ok, for my forum it is working again (without...

Ok, for my forum it is working again (without Nick's script). I see intermediate results of currently running matches (German DFB cup).
And finally I can add UEFA European League.
Forum: vBulletin 4.x Add-ons 09-22-2015, 08:59 PM
Replies: 1,662
Integration with vBulletin - Soccer Betting Game ("Fussball-Tippspiele")
Views: 237,376
Posted By TiKu
Do I misunderstand the script or is the automatic...

Do I misunderstand the script or is the automatic update working again? I started to try the script from nick-harper (many thanks btw). But before I clicked "Update", all results have been filled in...
Forum: vBulletin 4.x Add-ons 09-20-2015, 06:25 PM
Replies: 1,662
Integration with vBulletin - Soccer Betting Game ("Fussball-Tippspiele")
Views: 237,376
Posted By TiKu
Same here, no updates anymore. I hope it is just...

Same here, no updates anymore. I hope it is just a temporary problem. Our users love this plugin.
Forum: vBulletin 4.x Add-ons 08-23-2015, 02:36 PM
Replies: 1,662
Integration with vBulletin - Soccer Betting Game ("Fussball-Tippspiele")
Views: 237,376
Posted By TiKu
Is there any way to make this add-on work with...

Is there any way to make this add-on work with mobile style? All I get in mobile style is a blank page.
Forum: vB4 General Discussions 03-18-2015, 06:36 AM
Replies: 2
Views: 549
Posted By TiKu
Running the maintenance operations from command line

Hi,

We've a quite huge forum and would like to run some of the maintenance scripts, for instance update the user rankings, the user renomee and so on.
Since the forum is huge, the web browser...
Forum: vB4 General Discussions 02-08-2015, 01:43 PM
Replies: 0
Views: 415
Posted By TiKu
Automatic post merging seems to change subscription setting

Hi,

We're using vBulletin 4.2.2 PL4 and have a problem with the thread subscription setting.
A normal user has his default subscription setting set to "Immediate e-mail notification". He replies...
Forum: vBulletin 4.x Add-ons 02-07-2015, 07:06 PM
Replies: 1,282
Views: 369,695
Posted By TiKu
We have a similar server configuration. Starting...

We have a similar server configuration. Starting with the vBSSO version that introduced the www alias feature, we had the same problem as you. We fixed it by patching vBSSO, so that it detects error...
Forum: vBulletin 4.x Add-ons 01-26-2015, 04:17 AM
Replies: 1,282
Views: 369,695
Posted By TiKu
For your interest: We've been able to solve this...

For your interest: We've been able to solve this problem. It has been a misconfiguration (user rights) and converting our Mediawiki database to UTF-8 probably also did help.
Showing results 1 to 25 of 97

 
Forum Jump

All times are GMT. The time now is 04:14 PM.


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.01699 seconds
  • Memory Usage 2,047KB
  • 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
  • (54)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