vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=243510)

Alan_SP 11-28-2011 04:29 PM

Quote:

Originally Posted by DragonByte Tech (Post 2272685)
You could prune the dbtech_thanks_entry table but that will get rid of ALL entries, not just the imported ones. I don't know of a way to filter out just imported ones :(

Well, this is PHP error I get when I try to search for posts:

Code:

[Mon Nov 28 18:12:50 2011] [error] [client 95.178.184.141] PHP Fatal error:  Call to undefined method THANKS::parse_bbcode() in /var/www/vhosts/
slobodni.net/httpdocs/vb/legacy/post.php on line 237, referer: http://slobodni.net/

It appears in error log after I installed new version (that's confirmed). Not really sure if it's connected with importer, or mod in general.

It looks like there's some thanks BBcode or something similar.

EDIT: Excellent news for me. I just installed old version (1.1.9) and everything works for me. Now I again could search posts and show them as posts, not as threads.

Please, try to find what's causing this error, probably there's going to be others who will have same problem.

DragonByte Tech 11-28-2011 04:32 PM

The readme instructions changed, apologies for that. Please open that file and change THANKS::parse_bbcode() to
PHP Code:

        // DBTECH THANKS - STRIP HIDE
        
global $vbphrase;
        
THANKS::doBBCode($page_text$vbphrase['dbtech_thanks_stripped_content']);
        
// DBTECH THANKS - STRIP HIDE 

Fillip

Alan_SP 11-28-2011 06:32 PM

You solved problem so soon. :)

Ok, don't get me wrong, but at the moment I wouldn't go and update APTL to test solution, but later I will. I'm a bit exhausted with all of this... I hope that someone else would confirm that problem is solved.

DNCL 11-29-2011 12:09 AM

I'm getting redirect error from firefox or any other browser

Code:

The page isn't redirecting properly
     
     
     
     
     
       
       
          Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
       

       
       

  This problem can sometimes be caused by disabling or refusing to accept
    cookies.

when i go to my profile then thanks tab then the second page of listed thanks.

sadiq6210 11-29-2011 04:38 AM

Quote:

Originally Posted by DNCL (Post 2272895)
I'm getting redirect error from firefox or any other browser

Code:

The page isn't redirecting properly
 
          Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

  This problem can sometimes be caused by disabling or refusing to accept
    cookies.

when i go to my profile then thanks tab then the second page of listed thanks.


I wrote about this before

Quote:

Originally Posted by sadiq6210 (Post 2267480)
I have same problem Fillip

(Thanks Received) is always zero even after rebuild statistics
When a user gave me a new "thanks" then the count started from zero (Thanks Received=1)

Also, in user profile
( 09:55 PM ) - sadiq6210 clicked Thanks for this post: (xxxxxxx) by
There is no username after (by), just space.


And I cannot move to page 2 - 3 - 4 - 5 - .......... in user profile
I can see only the first page !


+



Quote:

Originally Posted by sadiq6210 (Post 2267487)
In profile, the link is like this:

Code:

/member.php?u=1&page=3&tab=thanks&perpage=20

I noticed that It is working when I remove (&perpage=20), to be like this:

Code:

/member.php?u=1&page=3&tab=thanks

,,

And about (Thanks Received), I cannot find it even in my profile


http://www.dragonbyte-tech.com/f52/p...-2-3-4-a-5598/

Rock Anthony 11-29-2011 04:30 PM

Quote:

Originally Posted by Rock Anthony (Post 2272308)
Whenever I click either 'Like' or 'Dislike', a dialog pops in the screen with the text "Unknown Error".

I'll click the OK button to make the dialog disappear, but only after I refresh the browser do I see that my like/dislike is recorded.

This occurs in either Internet Explorer of Firefox.

Quote:

Originally Posted by DragonByte Tech (Post 2272538)
That usually means that files aren't uploaded correctly. Please check that you have uploaded all the files from the upload folder into your forum folder exactly as they are presented :)

Thanks. I'll take your advice. If all is well, I'll be ready to pull the trigger on purchasing the pro version (I want the likes/dislikes to appear at the tops of messages).

Nice product!

Speedy131 11-29-2011 05:29 PM

Quote:

Originally Posted by sadiq6210 (Post 2267487)
In profile, the link is like this:

Code:

/member.php?u=1&page=3&tab=thanks&perpage=20

I noticed that It is working when I remove (&perpage=20), to be like this:

Code:

/member.php?u=1&page=3&tab=thanks

I had the same issue, and indeed what you say about removing &perpage=20 from the url makes it work.

According to DBTech it's a server issue ...

Anyway, I edited the class_profileblock.php file to make it stop adding that perpage string on the url and works fine now.
(look for "&tab=$id" and remove the perpage part after it)

Swedie 11-29-2011 08:38 PM

How can I access a variable from the postbit_legacy template that has the count of how many have clicked thanks, or like?

Rock Anthony 11-30-2011 12:49 AM

Quote:

Originally Posted by Rock Anthony (Post 2273079)
Thanks. I'll take your advice. If all is well, I'll be ready to pull the trigger on purchasing the pro version (I want the likes/dislikes to appear at the tops of messages).

Nice product!

I properly uploaded all the files and the problem still existed.

However, I did resolve the problem by disabling the following hook:

Product : DragonByte Tech: vBShout (Lite)->(Pro) APTL Button Clicks->dbtech_thanks_postsave (FYI, I have vbShout Lite installed).

Once I disabled this hook, I no longer get the 'Unknown Error'.

Swedie 12-01-2011 06:22 PM

How come that DBTECH template changes aren't included when doing an export / download of the main vB style? This is really annoying. I have to manually do all the changes. Easy to miss stuff.


All times are GMT. The time now is 08:37 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.03161 seconds
  • Memory Usage 1,757KB
  • 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
  • (7)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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