PDA

View Full Version : Forum Home Enhancements - [YUI] Tabbed Forum Home


Pages : 1 2 3 4 [5]

Morrus
05-09-2015, 12:34 PM
ZeroHour,

I?m just curious - has anyone reported or experienced a drop in SEO after installing TFH? In most - if not any - cases, spiders can?t understand AJAX and so they cant read, whats behind the other Tabs and only gather the links and informations on the starting Tab. Just wondering if this could have an impact on SEO, indexed pages and rankings.

On my end - even with vbSEO, sitemap generation etc - we had a noticable drop in most search engine indexes. I?m just trying to find out, if TFH could add some to the SEO problems we?ve encountered even when there are plenty of other good and better reasons in first place, that can lead over time to a significant drop in SE.

Anyone who has experienced something similiar?

This worry is what's stopped me trying this mod out.

e24h
05-10-2015, 03:38 PM
Anyone have this working on VB 4.2 yet?

Hades-
05-15-2015, 12:33 PM
Anyone have this working on VB 4.2 yet?

A few people said it's working on 4.2.2 PL 3 & 4. But still do it at your own risk.

Athena1984
05-25-2015, 06:30 AM
Nothing is showing up in 4.2.2 Patch Level 3, any ideas? Thanks for the plugin, it looks like it will be great :)

I'm also seeing nothing in 4.2.2 Patch Level 4. I've added a couple of tabs in Could I be missing a setting? Help would be greatly appreciated.

I used this before upgrading and I know it's a great mod! :)

Nevermind, I'll just figure something else out. It's a shame because it's a really nice mod.

s_cocis
11-09-2015, 06:47 PM
There is no way to speed up the loading during open tab forum ?
"Loading Tab Content..."

TheInsaneManiac
12-19-2015, 05:53 AM
Either disable warnings or open the files includes/class_eg_tfh_yui.php and replace mysql_escape_string with mysql_real_escape_string at all places.

Thanks brother, that helped me tremendously!

RedHacker
05-15-2016, 11:14 PM
Upload files in my server, import file and edit templates in 4.1.7 Version from v4.0.0-beta2b.zip and I haven't tabs and hide the forum. I upload the results with screenshot. Any help ?

RedHacker
06-03-2016, 03:30 PM
Anyone install this in 4.1.7 ? ? ?

MysteriousSoul
08-16-2019, 01:26 AM
What about 4.2.5 version any update or similar mod like this?

PPhysX
03-24-2020, 12:50 PM
Using vBulletin 4.2.5 I'm getting the following error, anyone can help me with this please

PHP Version 7.1.33
MySQL Version: 10.2.31-MariaDB

Call to undefined function mysql_real_escape_string() on line 51 in /home/kalcbbsk/public_html/includes/class_eg_tfh_yui.php
#0 /home/kalcbbsk/public_html/forum.php(791) : eval()'d code(60): tfh_vB_YUI->javascript_code('forumhome_conta...')
#1 /home/kalcbbsk/public_html/forum.php(791): eval()
#2 /home/kalcbbsk/public_html/index.php(43): require('/home/kalcbbsk/...')
#3 /home/kalcbbsk/public_html/dbseo.php(504): require('/home/kalcbbsk/...')
#4 {main}


Fatal User Error: Call to undefined function mysql_real_escape_string() on line 51 in ..../includes/class_eg_tfh_yui.php in ..../vb/vb.php on line 286
Trace Data:
#1 : vbstop() called in ..../includes/class_core.php on line 6089
#2 : vbulletin_error_handler() called in on line
#3 : trigger_error() called in ..../vb/vb.php on line 286
#4 : vB::handleException() called in on line

Var Type:
[ NULL ]

Var Data:
null



I have also tried this, but it didn't resolve the problem:

Either disable warnings or open the files includes/class_eg_tfh_yui.php and replace mysql_escape_string with mysql_real_escape_string at all places.

shka
03-24-2020, 05:33 PM
Try replacing "mysql_escape_string" on lines 51,58,64 of includes/class_eg_tfh_yui.php with "$db->escape_string" or "$db->real_escape_string" and add line 43


function javascript_code($container, $verify_usergroup = true)
{
global $db;
$this->code .= "var " . $this->name . " = new YAHOO.widget.TabView();";



But remember the code and the linked yui library are from 2008-2011.

PPhysX
03-24-2020, 07:17 PM
Try replacing "mysql_escape_string" on lines 51,58,64 of includes/class_eg_tfh_yui.php with "$db->escape_string" or "$db->real_escape_string" and add line 43


function javascript_code($container, $verify_usergroup = true)
{
global $db;
$this->code .= "var " . $this->name . " = new YAHOO.widget.TabView();";



But remember the code and the linked yui library are from 2008-2011.



replacing "mysql_escape_string" on lines 51,58,64 of includes/class_eg_tfh_yui.php with "$db->escape_string"

This in combination with adding "global $db;" on line 43 as you suggested fully fixed the problem. You sir, are a god.

PPhysX
03-24-2020, 08:48 PM
Last question, is there any way I can make a few forums always visible on the forumhome, and have these tabbed forums below them?

I have attached an image and edited in photoshop what I actually want the result to be like.

https://i.imgur.com/vrlhs0X.jpg


Using {vb:raw forumbits} puts all the forums visible, so I don't think that works

Ricsca
10-08-2021, 07:46 PM
i have the same problem as shka now that i have changed hosting.
how can i deactivate this plugin?
in settings> options nothing is found.

Hostboard
10-13-2021, 04:57 PM
Try reinstalling...