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)
-   -   Forum Home Enhancements - [YUI] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=233135)

DjEddie 03-24-2010 02:33 PM

sent u a pm with a link bobster for firebugging

bobster65 03-24-2010 03:02 PM

OK, for those of you that are having the "WHITE" issue on the background of the container (mainly for transparent/translucent styles)

on line 63 of the skin-tfh.css

Currently this element sets a WHITE background (as that is what default vB style is like)..

Code:

.yui-navset .yui-content {
        background:#ffffff;
        border-top:5px solid #ADCCE1;
}


So, what you need to do is make it transparent like this.

Code:

.yui-navset .yui-content {
        background:transparent;
        border-top:5px solid #ADCCE1;
}


cloferba 03-24-2010 04:24 PM

Quote:

Originally Posted by tafreeh (Post 1990559)
Hey Bobster anyway to make it work with Sub Forum Manager plugins?

yes please, with this mod installer, i can see subforums well, but with tabs i cant see it well :S

misticjeff 03-24-2010 07:03 PM

Hi Bob,

Great mod... not sure if this is possible but could a user permission be set so that the user could choose which tab to make his/her default?

kylek 03-24-2010 07:10 PM

Quote:

Originally Posted by jonty (Post 1959138)
If I change templates, the old forum icons remain.
Also - i can no longer double-click the forum icon to mark it as read. (and when you hover over the forum icon, it no longer says "double click to mark this forum as read). :confused:

I know you want bug reports to the other forum, but I havent had a chance to sign up for it. :cool:

Same thing, just installed and everythings great but dont have the ability to double click an icon. Also cant find link to other site to check bug reports.

Other than this, great mod, nice easy install and so easy to add tabbed sections!!

kylek 03-24-2010 08:13 PM

Quote:

Originally Posted by kylek (Post 2009582)
Same thing, just installed and everythings great but dont have the ability to double click an icon. Also cant find link to other site to check bug reports.

Other than this, great mod, nice easy install and so easy to add tabbed sections!!

Just found what was missing and it works now. In the template edits it says forumhometab is automatically created so I didn't check it as I am using default style. While going through to see if I missed anything with the edits checked the forumhome tab again and it did not have "{vb:raw forumhome_markread_script}" added.

Added it and the double click icon to mark read shows and works.

ps2wiz 03-24-2010 08:13 PM

Quote:

Originally Posted by craiovaforum (Post 2009345)
Of course, you can just add that text between <noscript></noscript> tags in your FORUMHOME templates.

In what formatting tags should I incase the message (inside the noscript section)?

bobster65 03-24-2010 09:41 PM

Quote:

Originally Posted by cloferba (Post 2009501)
yes please, with this mod installer, i can see subforums well, but with tabs i cant see it well :S

It works fine with Valtars (Cybs) Subforum Manager.


Quote:

Originally Posted by misticjeff (Post 2009577)
Hi Bob,

Great mod... not sure if this is possible but could a user permission be set so that the user could choose which tab to make his/her default?

That is something that has been kicked around a few times. Its on the white board, but isn't planned for the next few versions at the moment. Its on the radar tho.

cloferba 03-24-2010 11:57 PM

Quote:

Originally Posted by bobster65 (Post 2009660)
It works fine with Valtars (Cybs) Subforum Manager.

but with this mod not

https://vborg.vbsupport.ru/showthread.php?t=229148

kylek 03-25-2010 01:23 AM

Quote:

Originally Posted by cloferba (Post 2009730)

Just installed Sub Forum Manager 4.1 and just testing it out and so far it looks to be working okay with this.

Furcal15 04-04-2010 08:02 PM

How can I get my who's online to work properly with the tabs?

If you are viewing "Who's Online" it won't say what the user is doing unless it's a feature outside of the forums. So, if they are registering it will say it. But if they are posting/creating a thread it doesn't tell me what they are doing. It just says "User 1 is viewing Forum Home" etc etc.

karlm 04-05-2010 12:41 AM

Another fine product from Bobster!

Thank you good Sir.


One small niggle if I may... I'd really like to be able to edit the public name of the 'vbulletin blogs' to something more personalized, such as 'members blogs' or similar.

Could you advise on that, please?

roymogg 04-05-2010 11:29 AM

Hi Great Mod Bobster,

Went in very easily - I saw this below and included <noscript> tags around the 'old' forum display script (rather than delete) so crawlers (who only see text) can see the standard forum layout. Also if A user has script disabled the standard layout is shown.

thanks for a great mod

Cheers

Roy


Quote:

Originally Posted by craiovaforum (Post 2009345)
Of course, you can just add that text between <noscript></noscript> tags in your FORUMHOME templates. But what about search engines?


karlm 04-05-2010 12:07 PM

Also, I just noticed, when the vbulletin blogs tab is added, it claims the number of relpies is the same as the number of views - which is incorrect.

And while i'm on the blogs subject, I think it would be awesome to see the blog owners avatar (reduced to 50x50) in the statusicon column instead of the 'new post' icon. Perhaps you may consider that for a future revision?

bobster65 04-06-2010 04:35 PM

Quote:

Originally Posted by Furcal15 (Post 2015777)
How can I get my who's online to work properly with the tabs?

If you are viewing "Who's Online" it won't say what the user is doing unless it's a feature outside of the forums. So, if they are registering it will say it. But if they are posting/creating a thread it doesn't tell me what they are doing. It just says "User 1 is viewing Forum Home" etc etc.

The Tabs has its own whos online, but its only for when they are on Forum Home. If a member goes to create a thread or make a post, that has nothing to do with TFH, so I don't know what you are asking.


Quote:

Originally Posted by karlm (Post 2015895)
Another fine product from Bobster!

Thank you good Sir.

One small niggle if I may... I'd really like to be able to edit the public name of the 'vbulletin blogs' to something more personalized, such as 'members blogs' or similar.

Could you advise on that, please?

You can do that via the Admin CP... just change the name of the tab for that module. Click on Tabs, click on Manage Modules (which brings up the modules list). Then click on Edit (for the module you are dealing with.. ie, blogs). Then Change the Module Name (which is the Display name for the Tab).


Quote:

Originally Posted by roymogg (Post 2016108)
Hi Great Mod Bobster,

Went in very easily - I saw this below and included <noscript> tags around the 'old' forum display script (rather than delete) so crawlers (who only see text) can see the standard forum layout. Also if A user has script disabled the standard layout is shown.

thanks for a great mod

Cheers

Roy

Ah, nice catch... just tested that and it works like a charm. I'll probably add this to the next release as an option. Thank you!


Quote:

Originally Posted by karlm (Post 2016121)
Also, I just noticed, when the vbulletin blogs tab is added, it claims the number of relpies is the same as the number of views - which is incorrect.

And while i'm on the blogs subject, I think it would be awesome to see the blog owners avatar (reduced to 50x50) in the statusicon column instead of the 'new post' icon. Perhaps you may consider that for a future revision?

lol.. whoooooops. I'll get that fixed (the replies vs views).

I plan on releasing a few different types of blog modules with different looks and such. These modules can be written by anyone and used within this system (just so you know).

Furcal15 04-07-2010 01:12 AM

How I do I make TFH completely compatible with Who's Online so I can see who is viewing a thread.

bobster65 04-07-2010 03:38 PM

Quote:

Originally Posted by Furcal15 (Post 2017158)
How I do I make TFH completely compatible with Who's Online so I can see who is viewing a thread.

I sent you a PM, cause I am totally lost on what you are asking. Again FORUM HOME (which TFH is part of) has nothing to do with Who's Online for THREADVIEW. Default vB Forum Home has nothing to do with Who's online and viewing a thread either.

Alucard^ 04-07-2010 06:30 PM

Hey man, this plugin is PERFECT... i love it. But i have a simple problem (i think is simple to solve). I have some forums "invisibles" in the forumhome... and with this plugin, if i add a tab with thats forums that are invisibles i cant acces to it... how can i do this?

Thanks and sry for my english.

bobster65 04-07-2010 06:40 PM

Quote:

Originally Posted by Alucard^ (Post 2017580)
Hey man, this plugin is PERFECT... i love it. But i have a simple problem (i think is simple to solve). I have some forums "invisibles" in the forumhome... and with this plugin, if i add a tab with thats forums that are invisibles i cant acces to it... how can i do this?

Thanks and sry for my english.

Yes, that is a problem because it uses the current functions for the regular forum home creation, so if you set a forum invisible, it will be invisible within TFH as well. One thing that I (we) are doing right now is building functions for TFH seperate from the current vB forum home functions so that you will be able to display things like hidden forums within TFH. Not sure how long it will take, but its in the works right now.

Alucard^ 04-07-2010 06:50 PM

Ok, Thanks for the fast answer, i will waiting for that function.

karlm 04-08-2010 01:07 PM

Quote:

Originally Posted by bobster65 (Post 2016890)
You can do that via the Admin CP... just change the name of the tab for that module. Click on Tabs, click on Manage Modules (which brings up the modules list). Then click on Edit (for the module you are dealing with.. ie, blogs). Then Change the Module Name (which is the Display name for the Tab).

It's that simple eh... well if I had only looked - lol.. Thank you for giving me direction, much appreciated.
Quote:

Originally Posted by bobster65 (Post 2016890)
I plan on releasing a few different types of blog modules with different looks and such. These modules can be written by anyone and used within this system (just so you know).

Excellent... I look forward to future releases... as a non-coder (well, very limited), it's all a bit over my head so glad you'll be giving options as the product evolves.

darkdevilz 04-09-2010 12:05 PM

Quote:

Originally Posted by stormzone (Post 2006735)
The new border loock great.
Collapse button still doesent work ;)



Same problem as me. I am using 4.0.2 now but collapse button doesnt work for me. What must I make..

YankForum 04-12-2010 01:32 AM

Uninstalled
no forum or thread is visible to spiders anymore (you can chek it by having a look at source code)
Warning : harmful for SEO

fatal1980 04-12-2010 03:54 AM

What about creating a secondary template for it and setting the default template to the non-tabbed version? I did that and it seems to work well.

ps2wiz 04-12-2010 05:54 AM

Quote:

Originally Posted by YankForum (Post 2019720)
Uninstalled
no forum or thread is visible to spiders anymore (you can chek it by having a look at source code)
Warning : harmful for SEO

https://vborg.vbsupport.ru/showthrea...08#post2016108

tomshawk 04-12-2010 02:52 PM

Question, I have this installed and it works pretty good, but...

I added my Moderator forums to the first tab.
when I log in as a mod or admin, these mod forums don't show up, when I log into the admincp then go back to the forums homepage, they are now there.

When I log out of my account and view as guest, they are still there until I close IE and go back, then they are gone again, I log in and it just repeats itself.

any ideas

ps2wiz 04-13-2010 06:01 AM

Quote:

Originally Posted by tomshawk (Post 2019973)
Question, I have this installed and it works pretty good, but...

I added my Moderator forums to the first tab.
when I log in as a mod or admin, these mod forums don't show up, when I log into the admincp then go back to the forums homepage, they are now there.

When I log out of my account and view as guest, they are still there until I close IE and go back, then they are gone again, I log in and it just repeats itself.

any ideas

I have my mod forum in the first tab also and experience no such problem.

Aquestor 04-14-2010 10:46 PM

Hi,
sorry i have installed this Version with vb 4.0.3.
Now there is an Error:
Fatal error: Call to undefined function process_online_location() in web/tabindex.php(534) : eval()'d code on line 13

Is it possible to repair this Errror or should i wait till there is a new Version?

Thanks for every answer!

Nice Regards Kai

cloferba 04-15-2010 08:24 PM

there is a bug

when i try to collapse a category...the url of my forum changes to
myforum.com/tabindex.php?tID=12&tabcat[]=96#top and i see the forum like it hasnt got style (no style..no colors..only text)

dont know why this..if you want to reproduce my problem i can pm you the url of my forum

thanks =)

bobster65 04-16-2010 04:10 PM

Quote:

Originally Posted by Aquestor (Post 2021430)
Hi,
sorry i have installed this Version with vb 4.0.3.
Now there is an Error:
Fatal error: Call to undefined function process_online_location() in web/tabindex.php(534) : eval()'d code on line 13


Is it possible to repair this Errror or should i wait till there is a new Version?

Thanks for every answer!

Nice Regards Kai

I've not installed 4.0.3 yet. IF I have time this weekend, I will take a look at it and put out an update for those that have 4.0.3 (if it is a simple fix). Just not sure how much time I will have.

FReeSTER 04-16-2010 05:25 PM

it sucks to be NooB, I have read at least 150 posts here trying to figure out why the tabs or the mod is not working at all at my board.

After install, I have follow every edit template edit and I have set all the tabs I want it BUT.. I still dont see the mod working or at least the tabs at forumhome to begin with. I have a custom template.

Any ideas ?

FReeSTER 04-18-2010 05:23 PM

well, I have not been able to fix my issue. I will have to uninstall the mod.
Thanks for sharing

ps2wiz 04-18-2010 05:55 PM

Quote:

Originally Posted by El Intocable (Post 2023299)
well, I have not been able to fix my issue. I will have to uninstall the mod.
Thanks for sharing

Consider requesting for a paid service install if you are incapable of installing this modification yourself and feel the need to, your problem is not related to this mod.

FReeSTER 04-19-2010 01:31 AM

Quote:

Originally Posted by ps2wiz (Post 2023319)
Consider requesting for a paid service install if you are incapable of installing this modification yourself and feel the need to, your problem is not related to this mod.

well i pay $10 to get this done at my site via paypal

sdfaheem 04-19-2010 10:08 AM

Well, even i am not getting the forums to work for some reason.
I have added the forum id's and edited all the templates carefully, don't know why they are not displaying.

Tried disabling the VSA Chatbox and VSA Sub forum manager too but nothing :-(

Rahstyles 04-19-2010 11:23 AM

Wait a SECOND HERE!! DOES THIS NOT SHOW UP ON THE SEO??????????????????????????????????????????????? ????????

ps2wiz 04-20-2010 09:16 AM

Quote:

Originally Posted by Rahstyles2008 (Post 2023715)
Wait a SECOND HERE!! DOES THIS NOT SHOW UP ON THE SEO??????????????????????????????????????????????? ????????

THIS HAS BEEN MENTIONED PREVIOUSLY SEVERAL TIMES

merk_aus 04-21-2010 08:29 AM

Can this be done the way I like it yet bobster haven't heard anything from you regarding everything despite attempting to e-mail you a couple of times.

I am looking into updating the site we have your previous version on to vb4 and would love to use this on it.

FReeSTER 04-21-2010 05:28 PM

unsupported Mod to graveyard. lol

cloferba 04-22-2010 03:05 AM

is this compatible with vB4: SuperCharged mod?

https://vborg.vbsupport.ru/showthrea...229608&page=27


All times are GMT. The time now is 07:44 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.02126 seconds
  • Memory Usage 1,850KB
  • 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
  • (2)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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