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

Showing results 1 to 25 of 336
Search took 0.04 seconds.
Search: Posts Made By: delicjous
Forum: vB5 Programming Discussions 03-14-2022, 08:08 AM
Replies: 3
Views: 1,896
Posted By delicjous
I would do that directly in a new template and do...

I would do that directly in a new template and do a search via the API search, getInitialResults.
Then you get an array containing all the required values. Also the number of posts.

Just look at...
Forum: vB5 Programming Discussions 10-30-2021, 03:10 AM
Replies: 5
Views: 1,697
Posted By delicjous
Dann wei? ich auch nicht? Then shka is right...

Dann wei? ich auch nicht?

Then shka is right and we need more input. But if it is working it is ok I think
Forum: vB5 Programming Discussions 10-29-2021, 05:41 AM
Replies: 5
Views: 1,697
Posted By delicjous
You could use $val['assets'] directly in your if...

You could use $val['assets'] directly in your if condition.
Forum: vBulletin 5.x Products & Extensions 10-12-2021, 06:05 PM
Replies: 11
Add-On Releases - vB5 Membermap
Views: 15,447
Posted By delicjous
Im sorry, I did delete all my addons here. The...

Im sorry, I did delete all my addons here.
The map addon is outdated because of missing gdpr-options and I have no time to update this mod.
Forum: vB5 Programming Discussions 08-18-2021, 04:03 PM
Replies: 3
Views: 2,438
Posted By delicjous
You need to have debug enabled to backup your...

You need to have debug enabled to backup your options.

core/includes/config.php:

// This allows you to enter debug mode, which is for support or development
// to help understand how...
Forum: vB5 General Discussions 03-27-2021, 05:06 AM
Replies: 3
Views: 2,875
Posted By delicjous
Your picture show the addon installed! It is...

Your picture show the addon installed! It is activ right after install. So you need a invite key to register now!
Forum: vB5 General Discussions 03-25-2021, 08:04 PM
Replies: 3
Views: 2,875
Posted By delicjous
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=328026" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=328026</a>
Forum: vBulletin 5.x Products & Extensions 02-08-2021, 03:07 AM
Replies: 16
Administrative and Maintenance Tools - Clear Cache Scheduled Task by BOP5
Views: 13,267
Posted By delicjous
Ok, the code of this plugin is not the best but I...

Ok, the code of this plugin is not the best but I did not check it before.

I created my own addon in 2018... that code work!
Replace everything in your file with:
<?php if (!defined('VB_ENTRY'))...
Forum: vBulletin 5.x Products & Extensions 02-07-2021, 06:11 PM
Replies: 16
Administrative and Maintenance Tools - Clear Cache Scheduled Task by BOP5
Views: 13,267
Posted By delicjous
Just put it to core/includes/cron (have no...

Just put it to core/includes/cron (have no package here but should be the standard path for vb crons...) and look at any other cron for the path to use. It is not working because the path is wrong...
Forum: vB5 General Discussions 01-27-2021, 03:12 AM
Replies: 6
Views: 551
Posted By delicjous
try to delete js folder in forums root and do a...

try to delete js folder in forums root and do a fresh upload from the package you downloaded.
Any addons installed? Do you try with default style?
Forum: vB5 General Discussions 01-26-2021, 04:17 AM
Replies: 6
Views: 551
Posted By delicjous
Perhaps an active adblcoker.

Perhaps an active adblcoker.
Forum: vB5 Design and Graphics Discussions 01-20-2021, 06:42 PM
Replies: 2
Views: 1,398
Posted By delicjous
.l-small .yourdiv And .l-desktop .yourdiv ...

.l-small .yourdiv
And
.l-desktop .yourdiv

Could be used to select your div in desktop or mobile view.
Forum: vB5 General Discussions 01-16-2021, 04:49 AM
Replies: 6
Views: 3,942
Posted By delicjous
Hello and welcome back. I could recommand to look...

Hello and welcome back. I could recommand to look into the do_not_upload developers folder. There are some examples and howtos as code-comments in it.

Glenn have good addons but last post was 1...
Forum: vB5 Programming Discussions 01-11-2021, 03:09 AM
Replies: 7
Views: 896
Posted By delicjous
Then you need not only the API You need to create...

Then you need not only the API You need to create a module (there are examples in the do not upload folder) with a frontend-controller, the API and perhaps Library. You could also look into my mod...
Forum: vB5 Programming Discussions 01-08-2021, 10:00 AM
Replies: 7
Views: 896
Posted By delicjous
Because Events are based on posts, why don't just...

Because Events are based on posts, why don't just add a create thread button linkend to the forum your events belong to?

<button type="button" class="b-button b-button--primary-light...
Forum: vB5 Programming Discussions 01-02-2021, 05:13 PM
Replies: 4
Views: 624
Posted By delicjous
<a...

<a href="https://www.vbulletin.com/forum/blogs/joe-d/3932614-" target="_blank">https://www.vbulletin.com/forum/blogs/joe-d/3932614-</a>
Forum: vB5 General Discussions 12-30-2020, 12:05 PM
Replies: 2
Views: 254
Posted By delicjous
Something like this: ...

Something like this:
https://vbulletin.org/forum/showthread.php?t=327556
Forum: vBulletin 5.x Products & Extensions 12-29-2020, 10:00 PM
Replies: 3
Add-On Releases - [CJ] Staff online widget
Views: 1,083
Posted By delicjous
[CJ] Staff online widget

I created an add-on years ago which show online-staff-members by using the wol API, but after a mod show up here I decide to create a new version of my add-on.
This add-on uses vB5's own API and...
Forum: vBulletin 5.x Products & Extensions 12-27-2020, 04:26 AM
Replies: 13
Mini Mods - vB5 Invite-only
Views: 5,339
Posted By delicjous
Those files and folders are osX Files from the...

Those files and folders are osX Files from the macbook and you do not need them.
Forum: vBulletin 5.x Products & Extensions 12-26-2020, 04:50 AM
Replies: 13
Mini Mods - vB5 Invite-only
Views: 5,339
Posted By delicjous
Updated the code. It should work now. I...

Updated the code.
It should work now.
I don't know if vB had changed something, but I thought it was working with vB 5.6.2.
Forum: vB5 Programming Discussions 12-20-2020, 08:17 AM
Replies: 4
Views: 682
Posted By delicjous
YourDomain/admincp/options.php?do=options&dogroup=...

YourDomain/admincp/options.php?do=options&dogroup=posting



In the forum files (if not phar) core/vb/api/editor.php
Forum: vB5 Programming Discussions 12-20-2020, 07:11 AM
Replies: 4
Views: 682
Posted By delicjous
The number of smilies to show as "preview" could...

The number of smilies to show as "preview" could be handled by the option Smilie Panel Initial Smilies in admincp/options.php?do=options&dogroup=posting.

Both of your arrays comes from the...
Forum: vBulletin 5.x Products & Extensions 12-09-2020, 06:42 AM
Replies: 94
Views: 45,038
Posted By delicjous
Do not buy any DBTech Addons for vB5! They did...

Do not buy any DBTech Addons for vB5! They did not update them since years!!!
Forum: vB5 Programming Discussions 12-02-2020, 03:18 AM
Replies: 2
Views: 337
Posted By delicjous
You could use substr... {vb:set testtitle,...

You could use substr...

{vb:set testtitle, 'This is a test with more than 20 chars and it will be shorten...'}
{vb:set shortentitle, {vb:php substr, {vb:raw testtitle}, 0, 20}}
{vb:raw...
Forum: vB5 Programming Discussions 11-30-2020, 08:54 AM
Replies: 6
Views: 712
Posted By delicjous
Depends and I have not the time to explain that...

Depends and I have not the time to explain that fully. You could create an array by doing search for the needed channels or use your own api-class.
Showing results 1 to 25 of 336

 
Forum Jump

All times are GMT. The time now is 09: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.06451 seconds
  • Memory Usage 2,063KB
  • 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
  • (13)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