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

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: vibethemes
Forum: vB5 Programming Discussions 08-22-2014, 08:34 AM
Replies: 2
Views: 1,723
Posted By vibethemes
Facing the same fatal error, anyone having a fix...

Facing the same fatal error, anyone having a fix for this ?
Forum: vB5 General Discussions 05-08-2014, 05:10 AM
Replies: 2
Views: 1,766
Posted By vibethemes
Yup, I saw your response only after after I...

Yup, I saw your response only after after I posted here.

The issue is now fixed.

FIXED : I checked my email messages and found that the Cache table was crashed, however in phpmyadmin it was not...
Forum: vB5 General Discussions 05-08-2014, 03:56 AM
Replies: 2
Views: 1,766
Posted By vibethemes
vBulletin 5.1.0 crashes all of a sudden

Today morning I woke up and saw that my vBulletin forums have crashed. I am seeing this error :
Fatal error: Call to a member function fetch_userinfo() on a non-object in...
Forum: vB5 Programming Discussions 09-02-2013, 01:30 PM
Replies: 5
Views: 1,216
Posted By vibethemes
I am also interested in this, just upgraded my...

I am also interested in this, just upgraded my forums to VB 5.0.4
Forum: vB4 General Discussions 09-02-2013, 12:54 AM
Replies: 13
Views: 2,673
Posted By vibethemes
Update: turns out one of my tables was crashed...

Update: turns out one of my tables was crashed searchcora_text. I repaired it and everything is working fine as it was. Now I am using VB 4.2.0 PL3 with php 5.4 without any errors.
Forum: vB4 General Discussions 08-25-2013, 07:28 AM
Replies: 13
Views: 2,673
Posted By vibethemes
Forum Search is not working as well. Well, I...

Forum Search is not working as well.

Well, I guess I do not have much of a choice here.

--------------- Added 1377497529 at 1377497529 ---------------

Update : Just been informed 4.2.2 will...
Forum: vB4 General Discussions 08-23-2013, 05:31 AM
Replies: 13
Views: 2,673
Posted By vibethemes
WHAT!! this is not an answer !! php 5.3 is now...

WHAT!! this is not an answer !! php 5.3 is now end-of-life. Why am I being penalised for not using an outdated software?
When can I expect vBulletin 4.2 to be compatible with php 5.4 ?

Apart from...
Forum: vB4 General Discussions 08-21-2013, 03:58 AM
Replies: 13
Views: 2,673
Posted By vibethemes
Yes you're right...I am on php v 5.4 . ...

Yes you're right...I am on php v 5.4 .

Here's the screenshot : http://goo.gl/suyoDi
Forum: vB4 General Discussions 08-18-2013, 01:48 AM
Replies: 13
Views: 2,673
Posted By vibethemes
vBulletin : 4.2 Php version : 5.2 The...

vBulletin : 4.2
Php version : 5.2

The error message is below:

"Warning: Illegal string offset 'link' in [path]/includes/class_bbcode.php on line 2777

Warning: Illegal string offset 'link'...
Forum: vB4 General Discussions 08-17-2013, 06:14 PM
Replies: 13
Views: 2,673
Posted By vibethemes
I do not know what should I do to stop this...

I do not know what should I do to stop this error.. Any help will be useful
Forum: vB4 General Discussions 08-16-2013, 05:56 AM
Replies: 13
Views: 2,673
Posted By vibethemes
Well, I located that code on this forum itself. ...

Well, I located that code on this forum itself.
I was getting a warning message on line 6899, there was an if condition related to this variable $_SERVER. The warning message said $_SERVER is not an...
Forum: vB4 General Discussions 08-14-2013, 04:06 PM
Replies: 13
Views: 2,673
Posted By vibethemes
Duplicate posts on each reply

I am facing a strange issue. When I use quick reply to reply to any post, two duplicate entries are being posted for each reply.

Just in case if this is important:
Previously, my webhost had...
Forum: vB4 General Discussions 02-16-2013, 08:05 AM
Replies: 0
Views: 231
Posted By vibethemes
Spam mails being sent using forums

I've been facing a strange issue lately. I ignored it for once. But, now it seems that people in my forums are using forums for sending mass spam emails.
I have disabled email to friend etc....
Forum: vB4 General Discussions 12-17-2012, 06:42 PM
Replies: 2
Views: 640
Posted By vibethemes
I am also looking for this..

I am also looking for this..
Forum: vB4 General Discussions 12-12-2012, 06:10 PM
Replies: 15
Views: 1,101
Posted By vibethemes
~~ url removed ~~ just a sample... ...

~~ url removed ~~

just a sample...

--------------- Added 1355339588 at 1355339588 ---------------

I found a js error which appears when someone tries to change the profile field....
Forum: vB4 General Discussions 12-12-2012, 05:55 PM
Replies: 15
Views: 1,101
Posted By vibethemes
I would not be going for new database as the code...

I would not be going for new database as the code is unique for every user and I validate it via a 3rd party call, so I am not aware of the codes the user is having...
Anyways, I believe that I am...
Forum: vB4 General Discussions 12-12-2012, 03:58 PM
Replies: 15
Views: 1,101
Posted By vibethemes
Yes, user will fill the additional fields in...

Yes, user will fill the additional fields in "About me" tab and click save (ajax save).....my plugin gets triggered at user_presavedata hook. which means (correct me if I am wrong) that when user...
Forum: vB4 General Discussions 12-12-2012, 02:20 PM
Replies: 15
Views: 1,101
Posted By vibethemes
great, Below is my plugin code, what it does...

great,
Below is my plugin code, what it does is as soon as user fills the profile field "X" , it validates it via an API call, if correct then changes the primary usergroup of the user to...
Forum: vB4 General Discussions 12-12-2012, 11:50 AM
Replies: 15
Views: 1,101
Posted By vibethemes
All Right, Everything is complete now and...

All Right,

Everything is complete now and I've tested that if the profile field is set then add additional member group to user and change its primary group.
But now,
when I make an api call to...
Forum: vB4 General Discussions 12-07-2012, 05:10 PM
Replies: 15
Views: 1,101
Posted By vibethemes
Thanks a lot, So I get most of my answers...

Thanks a lot,

So I get most of my answers with this hook "userdata_presave" to validate my field via API & "userdata_postsave" to change the usergroup....

--------------- Added 1354952836 at...
Forum: vB4 General Discussions 12-07-2012, 01:16 PM
Replies: 15
Views: 1,101
Posted By vibethemes
Thanks KH99, was hoping someone to reply. To...

Thanks KH99, was hoping someone to reply.
To begin with:
I want to know the hook which gets triggered when a user saves her custom profile field.

Lets say I created a profile field from adminCp...
Forum: vB4 General Discussions 12-07-2012, 12:52 PM
Replies: 15
Views: 1,101
Posted By vibethemes
have to Admit, very poor documentation to start...

have to Admit, very poor documentation to start coding on VB.

To VB guys here's a suggestion: Learn from WordPress on how CODEX should be built to help developers.
Forum: vB4 General Discussions 12-06-2012, 08:16 AM
Replies: 15
Views: 1,101
Posted By vibethemes
Well, since more people could be visiting this...

Well, since more people could be visiting this thread. The solution is to create a plugin which changes the usergroup based on the profile field. Since CURL is allowed in the plugin one can validate...
Forum: vB4 General Discussions 11-30-2012, 02:55 AM
Replies: 15
Views: 1,101
Posted By vibethemes
Creating Custom Promotions & validating profile fields

I new new to VB and have been trying to setup a support form.
My requirement:
For each purchase I give user a purchase code which she uses to gain access for the support forum for that respoective...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT. The time now is 10:34 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.02829 seconds
  • Memory Usage 2,018KB
  • 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
  • (24)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (36)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