Search results for query: *

  • Users: Zuker
  • Content: Threads
  • Order by date
  1. Zuker

    Question Slow Query

    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...
  2. Zuker

    Legacy Add Mercadopago

    MercadoPago its a big payment procesor for latin america. Im interested in getting this integration done. Can you quote me?
  3. Zuker

    Bug Problems after update

    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
  4. Zuker

    Question Create url's on external page

    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...
  5. Zuker

    Question Custom Rewrite Rules - What's wrong?

    Hi I've got this custom rewrite rules 'profile\.php\?do=buddylist$' => 'contactos-amigos/[NF]' '^profile\.php\?do=updatesignature$' => 'editar-firma/[NF]' '^activity\.php$' => 'actividad/[NF]' '^private\.php$' => 'mensajes-privados/[NF]' '^search\.php\?do=process(.*)$' =>...
  6. Zuker

    Bug Disable Button's Postbit Stats on admincp

    On usercp, the setting "Disable Button's Postbox Stats" shows up even i've got this disabled in admincp
  7. Zuker

    Question So slow to take action

    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
  8. Zuker

    Question Paths rewrite on activation

    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...
Back
Top