vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - [DBTech] User Status & Moods v1 (vB3) (https://vborg.vbsupport.ru/showthread.php?t=243753)

DragonByte Tech 10-16-2010 11:52 AM

Quote:

Originally Posted by Tyran1 (Post 2110489)
Can I help you?

I will not be able to code a custom page for you. The status.js file should have the functions required for editing statuses.

- David

Tyran1 10-16-2010 12:26 PM

Quote:

Originally Posted by DragonByte Tech (Post 2110695)
I will not be able to code a custom page for you. The status.js file should have the functions required for editing statuses.

- David

Please deltree my Code in Qoute Thanks.

ShawneyJ 10-18-2010 12:17 AM

just wondering, i know we can edit a members stats, but i cant seem to find how to remove a members stats from forumhome stats display.
just had someone post there stats 5 times in a row, but cant delete 4 of them. maybe i have missed something here? i can remove stats from forumhome stats part yeah?

thanks.

DragonByte Tech 10-18-2010 12:35 AM

Quote:

Originally Posted by jaycob (Post 2111138)
just wondering, i know we can edit a members stats, but i cant seem to find how to remove a members stats from forumhome stats display.
just had someone post there stats 5 times in a row, but cant delete 4 of them. maybe i have missed something here? i can remove stats from forumhome stats part yeah?

thanks.

Deleting them from forum home isn't possible at the moment by I do plan to add moderation in the next version of the mod.

- David

ShawneyJ 10-18-2010 04:01 AM

Quote:

Originally Posted by DragonByte Tech (Post 2111140)
Deleting them from forum home isn't possible at the moment by I do plan to add moderation in the next version of the mod.

- David

thanks mate...cheers. ;)

Prisoner 10-18-2010 10:26 PM

Quote:

Originally Posted by jaycob (Post 2111138)
just wondering, i know we can edit a members stats, but i cant seem to find how to remove a members stats from forumhome stats display.
just had someone post there stats 5 times in a row, but cant delete 4 of them. maybe i have missed something here? i can remove stats from forumhome stats part yeah?

thanks.

I have deleted them from the database and it hasn't caused any problems.

Table: dbtech_status_statuslog.

Tyran1 10-22-2010 05:41 AM

Quote:

Originally Posted by DragonByte Tech (Post 2110695)
I will not be able to code a custom page for you. The status.js file should have the functions required for editing statuses.

- David

Please help me with status.js !!!!

weindians 10-22-2010 10:58 AM

is it possible to show mood in navbar[ under username] n select from there??

Edit[ add]:

i installed without any issues.. i'm getting this error. i know its not your mods issue bcause i had same issue with other mods[vmoods, credits etc]... its an ajax error obviously. ajax update call not working n giving this error.. any idea what causing this. i have been playing with this n asking for help over an year now to fix..atleast u could find out whats causing this.

Code:

Invalid response from server: <br />
<b>Parse error</b>:  syntax error, unexpected $end in <b>/hermes/bosweb/web240/b2405/forum root/ajax.php(81) : eval()'d code</b> on line <b>290</b><br />

i asked it over vb.com. they said its a mod error[plugin]. i checked disabling all plugins no luck. mod_security is installed on server, no suhosin, but its not causing any problem when checked in acp diagnostic...other ajax functions like quick reply , quick edit are working [ but i found it slow to load when clicking edit button]. Also other mods like post thank u hack working ok..

DragonByte Tech 10-25-2010 10:17 AM

Quote:

Originally Posted by ukindian (Post 2112692)
is it possible to show mood in navbar[ under username] n select from there??

Edit[ add]:

i installed without any issues.. i'm getting this error. i know its not your mods issue bcause i had same issue with other mods[vmoods, credits etc]... its an ajax error obviously. ajax update call not working n giving this error.. any idea what causing this. i have been playing with this n asking for help over an year now to fix..atleast u could find out whats causing this.

Code:

Invalid response from server: <br />
<b>Parse error</b>:  syntax error, unexpected $end in <b>/hermes/bosweb/web240/b2405/forum root/ajax.php(81) : eval()'d code</b> on line <b>290</b><br />

i asked it over vb.com. they said its a mod error[plugin]. i checked disabling all plugins no luck. mod_security is installed on server, no suhosin, but its not causing any problem when checked in acp diagnostic...other ajax functions like quick reply , quick edit are working [ but i found it slow to load when clicking edit button]. Also other mods like post thank u hack working ok..

You'll need to disable each of your mods one by one to find out which mod is causing that. You should also reupload your ajax.php file.

- David

weindians 10-25-2010 11:12 AM

Quote:

Originally Posted by DragonByte Tech (Post 2113911)
You'll need to disable each of your mods one by one to find out which mod is causing that. You should also reupload your ajax.php file.

- David

i have done all of that ...reuploaded ajax.php etc etc .. created new style without parent style n checked n all.... also now the vbulletin ajax functions like quick edit not working going straight to full edit..but quick reply working...:rolleyes:

DragonByte Tech 10-25-2010 01:06 PM

Quote:

Originally Posted by ukindian (Post 2113926)
i have done all of that ...reuploaded ajax.php etc etc .. created new style without parent style n checked n all.... also now the vbulletin ajax functions like quick edit not working going straight to full edit..but quick reply working...:rolleyes:

You will need to ask for assistance from vbulletin.com then. I do not work for IB and cannot assist you further with this as it is not my mod causing your ajax to break.

- David

weindians 10-25-2010 02:10 PM

Quote:

Originally Posted by DragonByte Tech (Post 2113954)
You will need to ask for assistance from vbulletin.com then. I do not work for IB and cannot assist you further with this as it is not my mod causing your ajax to break.

- David

i asked already an year ago.. they said its mod problem... i will take now it as my problem, may be its my fate.. lol...:eek: any way... all mods causing error the eval code line says on error is different... for this mod the line is 290 which as below.. if it makes any sense to u

Code:

289        $vbulletin->GPC['src'] = preg_replace('/(\_dot)?(\_hot)?(\_new)?(\.(gif|png|jpg))/', '\1\2_lock\3\4', $vbulletin->GPC['src']);
290                        }


DragonByte Tech 10-25-2010 02:12 PM

Quote:

Originally Posted by ukindian (Post 2113981)
i asked already an year ago.. they said its mod problem... i will take now it as my problem, may be its my fate.. lol...:eek: any way... all mods causing error the eval code line says on error is different... for this mod the line is 290 which as below.. if it makes any sense to u

Code:

289        $vbulletin->GPC['src'] = preg_replace('/(\_dot)?(\_hot)?(\_new)?(\.(gif|png|jpg))/', '\1\2_lock\3\4', $vbulletin->GPC['src']);
290                        }


Try commenting out line 289 (Adding // before it).

- David

weindians 10-25-2010 02:51 PM

Quote:

Originally Posted by DragonByte Tech (Post 2113982)
Try commenting out line 289 (Adding // before it).

- David

no good.... still same why it says invalid response from server infront :confused:

DragonByte Tech 10-25-2010 03:11 PM

Quote:

Originally Posted by ukindian (Post 2114000)
no good.... still same why it says invalid response from server infront :confused:

Your best bet would be to uninstall/disable all mods and see if you still get the error. If you do, report it to staff at vbulletin.com - they will be unable to tell you it is a mod problem that way.

Unfortunately the source of the issue ould be one of many things, and so david will be unable to help you on this any further :(

Iain

weindians 10-25-2010 03:40 PM

ok i will bump my old thread or start new one... i tried again with disabling all mods again to see any recently installed mods causing problems, interestingly the eval code line moved up to line 5 which is part of vbulletin's copyright lol

Update : i managed to find out the cause n rectified it.. it was a plugin i didnt notice.... status is changing.. but dropdown[criteria] for mood is not working[ not dropping down].. error is as below

Code:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; .NET4.0C)
Timestamp: Sat, 30 Oct 2010 12:21:34 UTC


Message: Unknown runtime error
Line: 225
Char: 7
Code: 0
URI: http://www.forumrooturl/dbtech/status/clientscript/status.js


smnet 11-02-2010 02:22 PM

Hey dragonbyte,

Not sure if anyone has pointed this out yet but there is a conflict with the column 'status' in the user's table.

A few other tables contain a column name called 'status' - such as the paid subscriptions among others. This is fine, but in circumstances where queries join the users table and another table which uses 'status' then an error occurs regarding ambigous column names and the fact they need to be unique.

I have coded around this personally (renamed the column and plugin codes to use the new column name)...

Anyway, just a heads up - hope it helps.

DragonByte Tech 11-02-2010 06:53 PM

Quote:

Originally Posted by ukindian (Post 2114022)
ok i will bump my old thread or start new one... i tried again with disabling all mods again to see any recently installed mods causing problems, interestingly the eval code line moved up to line 5 which is part of vbulletin's copyright lol

Update : i managed to find out the cause n rectified it.. it was a plugin i didnt notice.... status is changing.. but dropdown[criteria] for mood is not working[ not dropping down].. error is as below

Code:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; .NET4.0C)
Timestamp: Sat, 30 Oct 2010 12:21:34 UTC


Message: Unknown runtime error
Line: 225
Char: 7
Code: 0
URI: http://www.forumrooturl/dbtech/status/clientscript/status.js


Do you have at least one criteria created and have you added moods to it?

Quote:

Originally Posted by smnet (Post 2117158)
Hey dragonbyte,

Not sure if anyone has pointed this out yet but there is a conflict with the column 'status' in the user's table.

A few other tables contain a column name called 'status' - such as the paid subscriptions among others. This is fine, but in circumstances where queries join the users table and another table which uses 'status' then an error occurs regarding ambigous column names and the fact they need to be unique.

I have coded around this personally (renamed the column and plugin codes to use the new column name)...

Anyway, just a heads up - hope it helps.

Hmm, isn't the status column called dbtech_status_status?

- David

weindians 11-02-2010 08:24 PM

there was deafault criteria.. now i added new... but i can see something happening when click on criteria... but it seems dropdown going behind the next line in post bit or profile..

DragonByte Tech 11-02-2010 10:40 PM

Quote:

Originally Posted by ukindian (Post 2117255)
there was deafault criteria.. now i added new... but i can see something happening when click on criteria... but it seems dropdown going behind the next line in post bit or profile..

I think this may be a problem with your skin. Could you try the mod on a fresh vBulletin style?

- David

weindians 11-03-2010 11:01 AM

Quote:

Originally Posted by DragonByte Tech (Post 2117272)
I think this may be a problem with your skin. Could you try the mod on a fresh vBulletin style?

- David

i tried on default style added ... actually its a dropdown issue it hink... in profile its within mood box , but drop down should come on top of the others, but its going insdie i think...

Tyran1 11-17-2010 12:52 PM

have exactly the same problem!

Tyran1 11-17-2010 12:55 PM

Quote:

Originally Posted by Tyran1 (Post 2122775)
have exactly the same problem!

PHP Code:

            if (typeof(vbmenu_register) == 'function') {
                
vbmenu_register('dbtech_status_mood' +  this.statusid '_' dbtech_status_criteria[i]);
            } 


Mo7mD.ZaYOnA 11-19-2010 10:30 PM

<font color="#000000">Hello
</font>I want to be the case of members in writing and not the image, such as what you put pictures as an example of work
How this can be done

Is it possible to receive fresh here

DragonByte Tech 01-07-2011 07:51 PM

v1.3.6 has been released, which focuses on performance.

Changelog:
- Criteria have been renamed to Categories
- Categories and Moods are now cached in the datastore for improved performance
- All queries have been eliminated from the postbit
- The AdminCP has been improved to function more in line with other [DBTech] products

Fillip

Hornstar 01-07-2011 08:33 PM

Quote:

Originally Posted by DragonByte Tech (Post 2145610)
v1.3.6 has been released, which focuses on performance.

Changelog:
- Criteria have been renamed to Categories
- Categories and Moods are now cached in the datastore for improved performance
- All queries have been eliminated from the postbit
- The AdminCP has been improved to function more in line with other [DBTech] products


Fillip

I just upgraded and now no ones profiles are working. Everyones profiles are completely white.


Also all threads and posts are white too. I am going to have to disable this :/

DragonByte Tech 01-07-2011 08:43 PM

Fixed.

For those affected, re-download and re-import the XML file.

Fillip

Mo7mD.ZaYOnA 01-07-2011 09:33 PM

Quote:

Originally Posted by DragonByte Tech (Post 2145610)
v1.3.6 has been released, which focuses on performance.

Changelog:
- Criteria have been renamed to Categories
- Categories and Moods are now cached in the datastore for improved performance
- All queries have been eliminated from the postbit
- The AdminCP has been improved to function more in line with other [DBTech] products


Fillip


Nice !! great job ?
when i install it and go to my forum home index....
See that error :mad:
Code:

Warning: require_once([path]/dbtech/status/core/class_template.php) [function.require-once]: failed to open stream: No such file or directory in [path]\dbtech\status\hooks\forumhome_complete.php on line 6

Fatal error:  require_once() [function.require]: Failed opening required 'C:\AppServ\www\vb/dbtech/status/core/class_template.php' (include_path='.;C:\php5\pear') in C:\AppServ\www\vb\dbtech\status\hooks\forumhome_complete.php on line 6

and in V1.3.5
I can't edit the tag list of my topic because this mod !https://vborg.vbsupport.ru/external/2011/01/20.gif
Fix it

DragonByte Tech 01-07-2011 09:42 PM

Quote:

Originally Posted by Mo7mD.ZaYOnA (Post 2145639)
Fix it

I just did.

Re-download and re-upload all files.


Fillip

Mo7mD.ZaYOnA 01-07-2011 10:54 PM

Quote:

Originally Posted by DragonByte Tech (Post 2145643)
I just did.

Re-download and re-upload all files.


Fillip

That's goodhttps://vborg.vbsupport.ru/external/2011/01/19.gif
but now :D
in my profile...
View Public Profile :confused:
view this error

Code:

Warning: require_once([path]/dbtech/status/core/class_template.php) [function.require-once]: failed to open stream: No such file or directory in [path]\dbtech\status\includes\class_profileblock.php on line 5

Fatal error:  require_once() [function.require]: Failed opening required 'C:\AppServ\www\vb/dbtech/status/core/class_template.php' (include_path='.;C:\php5\pear') in C:\AppServ\www\vb\dbtech\status\includes\class_profileblock.php on line 5


and remained the same problem in the previous version 1.3.5 and in version 1.3.6
we can't edit the TAG LIST
Edit Tags
when we SAVE CHANCES
view this error

https://vborg.vbsupport.ru/

Please fix this, it is very important for archiving in the search engines

DragonByte Tech 01-07-2011 11:23 PM

Quote:

Originally Posted by Mo7mD.ZaYOnA (Post 2145675)
That's goodhttps://vborg.vbsupport.ru/external/2011/01/19.gif
but now :D
in my profile...
View Public Profile :confused:
view this error

Code:

Warning: require_once([path]/dbtech/status/core/class_template.php) [function.require-once]: failed to open stream: No such file or directory in [path]\dbtech\status\includes\class_profileblock.php on line 5

Fatal error:  require_once() [function.require]: Failed opening required 'C:\AppServ\www\vb/dbtech/status/core/class_template.php' (include_path='.;C:\php5\pear') in C:\AppServ\www\vb\dbtech\status\includes\class_profileblock.php on line 5

[B]

Repeat the above, I fixed that one too :p

Sorry bout that, we don't have a vB3 test board so things like this tend to slip through the cracks :(


Fillip

Mo7mD.ZaYOnA 01-07-2011 11:52 PM

Quote:

Originally Posted by DragonByte Tech (Post 2145686)
Repeat the above, I fixed that one too :p

Sorry bout that, we don't have a vB3 test board so things like this tend to slip through the cracks :(


Fillip

Do not worry I'm on experience :p
Streamer with you
Now ! :D
when click on the pen icon to change the status or mood in topic (postbit)
didn't open the text field ...Like a frozen :rolleyes: >>> I expect the problem of Java Script Or Code in the (postbit)
Because it's work fine in the profile


http://www.tiraq.com/up/uploads/tiraq_12944510891.png



Don't forget this
Quote:

and remained the same problem in the previous version 1.3.5 and in version 1.3.6
we can't edit the TAG LIST
Edit Tags
when we SAVE CHANCES
view this error

http://www.tiraq.com/up/uploads/tiraq_12944478611.png

Please fix this, it is very important for archiving in the search engines

DragonByte Tech 01-08-2011 12:09 AM

Quote:

Originally Posted by Mo7mD.ZaYOnA (Post 2145697)
when click on the pen icon to change the status or mood in topic (postbit)
didn't open the text field ...Like a frozen :rolleyes: >>> I expect the problem of Java Script Or Code in the (postbit)
Because it's work fine in the profile

Uploaded yet another fix :p

Quote:

Originally Posted by Mo7mD.ZaYOnA (Post 2145697)
Don't forget this

I can't fix that, it's not an issue I can replicate on my 3.8 dev board.


Fillip

Mo7mD.ZaYOnA 01-08-2011 12:28 AM

Now everything is working normally,:up:
Thank you for the update
And I apologize if I caused you inconvenience:rolleyes::p
Quote:

Originally Posted by DragonByte Tech (Post 2145702)
I can't fix that, it's not an issue I can replicate on my 3.8 dev board.
Fillip

This is the BAD NEWS

have a nice day,night:D

DragonByte Tech 01-09-2011 12:02 PM

If you are having problems with vBulletin AJAX functions hanging seemingly with no end, please disable the "AJAX Handler" plugin in User Status & Moods.
This plugin is defunct and no longer used.

The XML file has been updated to remove this plugin.

Fillip

Megatr0n 01-09-2011 01:26 PM

Quote:

Originally Posted by DragonByte Tech (Post 2146406)
If you are having problems with vBulletin AJAX functions hanging seemingly with no end, please disable the "AJAX Handler" plugin in User Status & Moods.
This plugin is defunct and no longer used.

The XML file has been updated to remove this plugin.


Fillip

Fillip, then if we disable that option does that mean the script will not work in real time?

DragonByte Tech 01-09-2011 01:32 PM

"This plugin is defunct and no longer used." meaning the AJAX functionality has been moved to its own file in order to ensure vBSEO doesn't unneededly cause lag.

Fillip

Taringa! CS 02-02-2011 11:29 AM

Hi!

Great addon :)

The only way to move where it's printed it's removing whole dbtech template and placing it where we want on postbit? Or someway we can include that template in one line?

Taringa! CS 02-03-2011 01:50 AM

I've a small problem when using quick edit. All my postbit it's mess up when this product it's active (After saving using quick edit)

Any ideas where should i start looking for?

DragonByte Tech 02-04-2011 02:49 AM

Quote:

Originally Posted by Taringa! CS (Post 2158072)
I've a small problem when using quick edit. All my postbit it's mess up when this product it's active (After saving using quick edit)

Any ideas where should i start looking for?

Could you upload a screenshot of the problem?

- David


All times are GMT. The time now is 09:48 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.02180 seconds
  • Memory Usage 1,876KB
  • 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
  • (9)bbcode_code_printable
  • (1)bbcode_php_printable
  • (30)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete