I ve got this query getting my forum so slow.
SELECT COUNT(*) AS count, contentid, varname FROM dbtech_thanks_entry AS entry, (SELECT postid FROM post WHERE threadid = 80911 AND visible IN (1) ) AS tmp WHERE entry.contenttype = 'post' AND entry.varname = 'likes' AND contentid = tmp.postid GROUP...
hi
I'm getting problem after this upgrade. First, i had to translate all lang variables again, but the most important it's that on postbit i've got problems with "<vb:if condition="$actions">" that it's always true
You can see it here
http://i60.tinypic.com/2wqy7ug.jpg
Hi
On vbseo i was using something like this
include_once('/var/www/site.com/public_html/vbseo/includes/functions_vbseo.php');
vbseo_get_options();
vbseo_prepare_seo_replace();
vbseo_get_forum_info();
$memberurl = vbseo_member_url_row($vb_userid, $vb_username);
to get member url on external...
As you can see here
http://www.gaminga.com/foros/foros/showthread.php?t=62686&p=549182&viewfull=1#post549182
It takes SO LONG after clicking "Like" to appear as Liked
Any ideas?
Thanks in advance
Hi, i'm migrating from vbs. to dbseo, and after activation product (vbseo it's off) all my paths are wrong
GAM!NGA - Foros
check css, for i.e., it should be in /common and it says it's in /foros/common
htaccess
RewriteEngine On
RewriteBase /foros/
# If you are having problem with "None...