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 - [DBTech] DragonByte Forum Tabs v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=287847)

DragonByte Tech 05-10-2013 10:57 PM

Quote:

Originally Posted by cyceronpl (Post 2419462)
Now it installs fine. However I think there is a bug with sub forums and adding them to favourites. If you click the button which is supposed to add all Subforums of a forum to favourites, it does nothing but moves you to the top of the main screen.

This is fixed tonight. I've uploaded a patch that removes the code from the template that shouldn't be there in the Lite version.

cnczone 05-11-2013 05:07 AM

Running vb 4.2 no tabs showing.

DragonByte Tech 05-15-2013 08:51 PM

You on 4.2.1 or 4.2.0? Have you got some screenshots you can show me? If you want to PM me a link to your site, I'll take a look. :)

Matt

DragonByte Tech 06-14-2013 10:26 PM

Hi everyone,

Released a bugfix (v1.0.9) for DragonByte Forum Tabs that resolve some issues with datastore entries. Full changelog follows:

Fixed: Datastore no longer stores favourites
Fixed: Fixed other misc Datastore inconsistencies

Changed the following files:
/dbtech/forumtabs/includes/class_core.php
/dbtech/forumtabs/hooks/cache_templates.php
/dbtech/forumtabs/actions/addfavourite.php
/dbtech/forumtabs/actions/removefavourite.php
/dbtech/forumtabs/actions/admin/quickupdatetabs.php
/dbtech/forumtabs/actions/admin/quickupdatecategories.php
/dbtech/forumtabs/actions/admin/quickupdatealltabs.php
/dbtech/forumtabs/actions/admin/doeditcategory.php
/dbtech/forumtabs/actions/admin/doaddcategory.php
/dbtech/forumtabs_pro/actions/addsubforumfavourite.php
/dbtech/forumtabs_pro/actions/removeallfavourites.php
/dbtech/forumtabs_pro/actions/removesubforumfavourite.php

Added the following files:
/dbtech/forumtabs/install/109.php

Thanks as always to everyone for their feedback and suggestions.

Toorak Times 06-15-2013 03:26 PM

Hi DB,

Looking good, it will certainly enhance my readers experience so they don't have to keep scrolling to get to where they want in forum.

How does this affect seo and if so would a latest thread marquee help above the forums with this?

DragonByte Tech 06-17-2013 06:06 AM

We've designed it to work with mods like vBSEO (there is a setting in the ACP that can be activated to maintain compatibility), but anything within stock vB SEO should work fine.

As far as SEO generally, I'll dig deeper into the impact on a site. I've not looked at it any further than maintaining compatibility with SEO methods within vB.

Thanks for the questions.

Matt :)

Bubble #5 08-28-2013 02:56 AM

Before members save their favorite tabs a yellow message appears at the top of the forums saying "You currently have no favorites saved. Click..."

We'd like to personalize this a bit and have it say "Hello <their username here>, You currently have no favorites saved. Click..."

What is the correct code to do that? I think it's $username or something right?

ozzy47 08-28-2013 03:18 AM

First thing edit the phrase, dbtech_forumtabs_no_favourites and change it to this,

Code:

Hey there {1}, you have no favourites saved. Click the <img src="dbtech/forumtabs/images/add.png" title="Add Favourite Image" /> on your favourite forums to add them to your favourites list
Then edit the template, dbtech_forumtabs_tabs search for the following:

Code:

{vb:rawphrase dbtech_forumtabs_no_favourites}
And change it to this:

Code:

{vb:rawphrase dbtech_forumtabs_no_favourites, {vb:raw bbuserinfo.username}}
You can always edit the phrase to your liking, just remember {1} will be replaced with the users name that is viewing the message.

Bubble #5 08-28-2013 03:34 AM

Works like a charm :up:

You're the best Ozzy! Thank you so much.:)

ozzy47 08-28-2013 03:35 AM

Not a problem, glad to help. :)


All times are GMT. The time now is 07:55 AM.

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.01193 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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