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

Showing results 1 to 25 of 50
Search took 0.00 seconds.
Search: Posts Made By: kamilkurczak
Forum: vB4 Programming Discussions 08-03-2011, 09:23 AM
Replies: 6
Views: 648
Posted By kamilkurczak
nobody know? please I need help ASAP ...

nobody know? please I need help ASAP

--------------- Added 1312370541 at 1312370541 ---------------

this line will solve this problem:
define('VB_ENTRY', 1);

thanks
Forum: vB4 Programming Discussions 08-01-2011, 06:38 AM
Replies: 6
Views: 648
Posted By kamilkurczak
this line causing the problem. $post_id =...

this line causing the problem.
$post_id = $postdm->save();
Forum: vB4 Programming Discussions 07-19-2011, 07:48 AM
Replies: 6
Views: 648
Posted By kamilkurczak
this is my complete function to post adding: ...

this is my complete function to post adding:
public function addPost($forum_id, $thread_id, $post_data = array())
{
global $vbulletin;
require_once(CWD . '/includes/init.php');...
Forum: vB4 Programming Discussions 07-18-2011, 04:52 PM
Replies: 6
Views: 648
Posted By kamilkurczak
Access denied. after post save

Hello,
I wrote my own system to save post on outside forum page (using data manager). Post is saved correctly but after save I have a blank page with : "Access denied." message.

example of my...
Forum: vB4 Programming Discussions 07-15-2011, 07:11 AM
Replies: 2
Views: 428
Posted By kamilkurczak
thanks:)

thanks:)
Forum: vBulletin 3.5 Add-ons 07-14-2011, 07:29 AM
Replies: 68
Views: 27,530
Posted By kamilkurczak
I am waiting for post/thread adding system

I am waiting for post/thread adding system
Forum: vB4 Programming Discussions 07-14-2011, 07:27 AM
Replies: 2
Views: 428
Posted By kamilkurczak
Custop posting system

hello,
I would like to integrate vbulletin with my site.
I need to know how I can add posts and threads to the vbulletin from forum outside page.
Example:

page www.example.com -> post form ->...
Forum: vB4 Programming Discussions 05-26-2011, 07:22 PM
Replies: 5
Views: 524
Posted By kamilkurczak
do you know how I can add something to this "+"?...

do you know how I can add something to this "+"? which hook I can use etc.?
Forum: vB4 Programming Discussions 05-25-2011, 05:17 PM
Replies: 5
Views: 524
Posted By kamilkurczak
"+" in Who is online section

hello,

nobody know in which function (or line in vB source code) is responsible for adding "+" when user is a friend in Who is Online section?
Forum: vBulletin 3.8 Add-ons 05-01-2011, 07:32 AM
Replies: 1,385
Forum Display Enhancements - vB Enterprise Translator
Views: 1,702,276
Posted By kamilkurczak
hello, I would like to invite you to join to...

hello,

I would like to invite you to join to vBET main forum to make posts in subforum for vBET free version.
url: http://www.vbenterprisetranslator.com/forum/free-version-vbet2-3-x/
...
Forum: vBulletin 4.x Add-ons 05-01-2011, 07:30 AM
Replies: 532
Major Additions - vB Enterprise Translator
Views: 401,366
Posted By kamilkurczak
hello, I would like to invite you to join to...

hello,

I would like to invite you to join to vBET main forum to make posts in subforum for vBET free version.
url: http://www.vbenterprisetranslator.com/forum/free-version-vbet2-4-x/
...
Forum: vBulletin 3.8 Add-ons 03-17-2011, 07:26 PM
Replies: 1,385
Forum Display Enhancements - vB Enterprise Translator
Views: 1,702,276
Posted By kamilkurczak
tested. image verification is working good.

tested. image verification is working good.
Forum: vBulletin 4.x Add-ons 03-17-2011, 07:15 PM
Replies: 532
Major Additions - vB Enterprise Translator
Views: 401,366
Posted By kamilkurczak
hello. are you sure that you upgrade all vbet...

hello. are you sure that you upgrade all vbet files into good forum folder?
if you use vBSEO - you should have a htaccess with vBSEO rules - just paste rules for users with vBSEO form here:...
Forum: vBulletin 3.8 Add-ons 03-17-2011, 07:11 PM
Replies: 1,385
Forum Display Enhancements - vB Enterprise Translator
Views: 1,702,276
Posted By kamilkurczak
User can change a translation. Already free...

User can change a translation. Already free version on vBET support 52 languages.
vBET translate all languages to all languages.
Forum: vBulletin 4.x Add-ons 02-25-2011, 09:10 AM
Replies: 532
Major Additions - vB Enterprise Translator
Views: 401,366
Posted By kamilkurczak
is this a Mysql has gone away error? if yes: Is...

is this a Mysql has gone away error? if yes:
Is that the server timed out and closed the connection.
Set variable wait_timeout for mysql server to higher value.

Here you can find a full...
Forum: vBulletin 4.x Add-ons 02-25-2011, 09:08 AM
Replies: 532
Major Additions - vB Enterprise Translator
Views: 401,366
Posted By kamilkurczak
vBET is good for google. In sitemap you have...

vBET is good for google. In sitemap you have indexed a links in SEO form with language code inside.
Forum: vBulletin 4.x Add-ons 02-25-2011, 09:07 AM
Replies: 532
Major Additions - vB Enterprise Translator
Views: 401,366
Posted By kamilkurczak
You must have installed ICONV in your php. Most...

You must have installed ICONV in your php. Most servers already have it. If not an error will occur or blank page for translations.
so please contact your host provider and ask about ICONV
Forum: vB3 Programming Discussions 01-05-2011, 07:59 AM
Replies: 2
Views: 856
Posted By kamilkurczak
it is working.. thank you

it is working.. thank you
Forum: vB3 Programming Discussions 12-31-2010, 08:46 AM
Replies: 2
Views: 856
Posted By kamilkurczak
new phrase in notice system

Hello,
I would like to make my own options in notice system..
I know which hook I should use etc. but the problem is with the phrase

example:
in hook notices_list_criteria I made...
Forum: vB3 Programming Discussions 12-07-2010, 02:55 PM
Replies: 2
Views: 1,610
Posted By kamilkurczak
hook list

hello,
I have a question about hooks system.
When I make a new post - the first hook on its roads is init_startup.

but,

in this hook (init_startup) this value - $stylevar['charset'] is not...
Forum: vB3 Programming Discussions 11-19-2010, 09:26 AM
Replies: 1
Views: 805
Posted By kamilkurczak
helle, please I need it.

helle, please I need it.
Forum: vBulletin 4.x Add-ons 11-19-2010, 09:10 AM
Replies: 532
Major Additions - vB Enterprise Translator
Views: 401,366
Posted By kamilkurczak
Cześć, vBET works on google engine ;)

Cześć,

vBET works on google engine ;)
Forum: vBulletin 3.8 Add-ons 11-19-2010, 09:06 AM
Replies: 1,385
Forum Display Enhancements - vB Enterprise Translator
Views: 1,702,276
Posted By kamilkurczak
did you change in admincp->vbet->main ->Link Type...

did you change in admincp->vbet->main ->Link Type to : VBSEO_URI
Forum: vB3 Programming Discussions 11-15-2010, 08:44 AM
Replies: 1
Views: 805
Posted By kamilkurczak
add new notice option

hello,

how to add my own display notice option into admincp in this part :Display this notice if...

I have my own system and I need this message when user not set its data. So I wolud like to...
Forum: vB3 Programming Discussions 10-07-2010, 06:20 PM
Replies: 1
Views: 779
Posted By kamilkurczak
add string to user reputation

Hello,
I would like to add my own string to user reputation info whitch is visible in user info in post (not in user page) (Junior Member for example)
I found this hook...
Showing results 1 to 25 of 50

 
Forum Jump

All times are GMT. The time now is 11:50 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.01685 seconds
  • Memory Usage 2,035KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (33)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