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: januszmk6
Forum: vB4 Programming Discussions 01-02-2014, 06:04 PM
Replies: 2
Views: 375
Posted By januszmk6
thanks, with $_REQUEST['include'] and...

thanks, with $_REQUEST['include'] and $_REQUEST['contenttypeid'] = 1 it's working now
Forum: vB4 Programming Discussions 01-02-2014, 03:15 PM
Replies: 2
Views: 375
Posted By januszmk6
Custom filter in quick search

Hi. I am trying to add filter to quick search form, so if someone set a checkbox, the search result will be just from specific forum id.
I can see that there is
vB_Search_Criteriaq::add_filter...
Forum: vBulletin.org Site Feedback 05-23-2012, 01:59 PM
Replies: 10
Views: 1,213
Posted By januszmk6
I think that server was under ddos (There was...

I think that server was under ddos (There was error: "Warning: mysql_connect() [function.mysql-connect]: Too many connections in"), and vbulletin.org and vbulletin.com are on this same server
Forum: vB4 General Discussions 05-19-2012, 05:23 PM
Replies: 4
Views: 644
Posted By januszmk6
You can recreate image using gd or imagemagick

You can recreate image using gd or imagemagick
Forum: vB4 Programming Discussions 05-03-2012, 10:59 AM
Replies: 0
Views: 517
Posted By januszmk6
VB Api and Thread Prefix

Hi.
Could you tell me, is there method in VB Api to get prefix list for each forum? Because, I cannot find this anywhere
Forum: vB4 Design and Graphics Discussions 03-16-2012, 08:23 PM
Replies: 2
Views: 775
Posted By januszmk6
You will have to edit default style. Read this:...

You will have to edit default style.
Read this: https://vborg.vbsupport.ru/showthread.php?t=256370
Forum: vB4 General Discussions 03-16-2012, 12:15 PM
Replies: 0
Views: 349
Posted By januszmk6
problem with member.php

Hi.
I have some problem with display the statistics in profile blocks.
Someday, the statistics disappeared without any change to permissions or php code or templates and noone install any hooks.
I...
Forum: vB4 Programming Discussions 03-09-2012, 11:35 AM
Replies: 2
Views: 485
Posted By januszmk6
@TombstoneWarrior, this is not what I wanted. I...

@TombstoneWarrior, this is not what I wanted.
I want to create custom links like in VBSEO, but now I see that I will have more work to do, than I thought
Forum: vB4 Programming Discussions 03-09-2012, 08:49 AM
Replies: 11
Views: 697
Posted By januszmk6
Everything is possible but i don't know if this...

Everything is possible but i don't know if this is good for you, because the vb 3 is not supported anymore. But you can download it in Members Area on vbulletin.com
Forum: vB4 Programming Discussions 03-08-2012, 08:11 AM
Replies: 2
Views: 485
Posted By januszmk6
custom rewrite

I am looking at the class_friendly_url and I see that url with rewrite option are created based on protected $rewrite_segment. I wonder, if there is a way to change generated url from example:...
Forum: vB4 Design and Graphics Discussions 02-20-2012, 10:40 AM
Replies: 1
Views: 434
Posted By januszmk6
Problem with style generator

Hello.
I have some trouble with style generator under 4.1.10.
I created style, but there is problem with the width, even if I set the max width. It's like width of whole document is set something...
Forum: vB4 General Discussions 12-12-2011, 03:41 PM
Replies: 2
Views: 498
Posted By januszmk6
I have this same problem WYSIWYG is not working...

I have this same problem WYSIWYG is not working properly, I recomend to turn WYSIWYG option in admin panel.
Forum: vB4 General Discussions 12-11-2011, 08:54 AM
Replies: 2
Views: 527
Posted By januszmk6
Thanks, there were set to no.

Thanks, there were set to no.
Forum: vB4 General Discussions 12-11-2011, 01:20 AM
Replies: 2
Views: 527
Posted By januszmk6
problem with groups permision

Hello. I have big problem.
I have 2 usergroups with permission's to view differents forum, that other groups can't. On my forum are users who belongs to both groups. Now, this users have forum...
Forum: vBulletin 4.x Add-ons 12-11-2011, 12:39 AM
Replies: 1,030
Views: 164,036
Posted By januszmk6
Is possible to change a way of showing messages?...

Is possible to change a way of showing messages? I would like to shoutbox show messages without any displays effects.
thanks in advance
Forum: vB4 General Discussions 12-09-2011, 10:09 PM
Replies: 2
Views: 457
Posted By januszmk6
Thanks, I already tried with stop_parse, but then...

Thanks, I already tried with stop_parse, but then I didn't rebuild the post cache.
But I have one more question. If I copy into editor link as link, not text, then I get tags [ url ] in code. Is...
Forum: vB4 General Discussions 12-09-2011, 08:17 PM
Replies: 2
Views: 457
Posted By januszmk6
bbcode in [code]

Hello.
I would be greatfull if you could tell me, how can I turn off parse any bbcode in [ CODE ] tag? Is this possible without adding tag [ noparse ] in [ CODE ] ?
Thanks in advance
Forum: vB4 General Discussions 11-28-2011, 09:42 AM
Replies: 5
Views: 513
Posted By januszmk6
I have one more question about template class. ...

I have one more question about template class.
The conditions like <vb:if> are working just on global variables. Is there way to use my own variables without changing class code?
Forum: vB4 General Discussions 11-18-2011, 12:15 PM
Replies: 5
Views: 513
Posted By januszmk6
Thanks for help but my mistake was that, I added...

Thanks for help but my mistake was that, I added template into not default style but second style.
Regards
Forum: vB4 General Discussions 11-18-2011, 11:26 AM
Replies: 5
Views: 513
Posted By januszmk6
So if I want to my use my template, then I put...

So if I want to my use my template, then I put the code of template in Style manager and then
$templater = vB_Template::create('portal');
print_output($templater->render());
where 'portal' is a...
Forum: vB4 General Discussions 11-18-2011, 10:37 AM
Replies: 5
Views: 513
Posted By januszmk6
Using template class

Hello.
I am converting my forum on phpbb to vBulletin. I have portal integrated into my forum. I wanted to use vB template class in my portal, but I cannot find info about how to parse informations...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT. The time now is 01:51 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.03671 seconds
  • Memory Usage 1,993KB
  • 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
  • (7)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