vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - AJAX Tabs Content Script - Version 3.0 (YUI) (https://vborg.vbsupport.ru/showthread.php?t=191106)

bobster65 08-06-2009 01:03 PM

Quote:

Originally Posted by yotsume (Post 1862381)
Content File for Social Groups and Comment? (for vb 3.7x)

Can anyone please provide me with a working content file for Social Groups and comments?

The one I tried didn't work for me. :( (I attached it as reference.)

Developer God to the rescue???

Whats not working? Is the content file simply "dieing" on you or is it just not producing what you are looking for?

What specs do you want?

TheLastSuperman 08-06-2009 01:14 PM

Quote:

Originally Posted by yotsume (Post 1861134)
You Have Empty Profile Field ERROR

I Just added a new profile field that is required at registration and at all other time for gender. When a member logins in the theme of my vba homepage layout breaks and the message that you have uncompleted fields sits in the middle of the tabs. :(

I need to get this fixed ASAP please.

Please see attached screenshot of the error.

It's in the options for that user profile field, you must have had it set to something causing it to say hey.. I need info lol :D

AdminCP --> User Profile Fields --> Profile Field Manager

Now select the profile field to edit, then look for this option:

Field Required - It has 4 selections so choose appropriately i.e. before you must have had it set to either [Yes, at registration and profile updating] OR [Yes, Always] so simply change that to [No, but display at registration] or simply [No] and keep on trucking :D

S-MAN

Love your mods Bob ;)

JVCode 08-06-2009 05:19 PM

Quote:

Originally Posted by bobster65 (Post 1861311)
Included in the zip file is a folder with some sample types of content files (recent threads, news, blogs, etc) ... you can use those as a starting point and customize them to your specific needs.

I'm still stuck on the code I'm meant to use... can anyone provide me with the code needed?

yotsume 08-06-2009 07:00 PM

Quote:

Originally Posted by TheLastSuperman (Post 1862531)
It's in the options for that user profile field, you must have had it set to something causing it to say hey.. I need info lol :D

AdminCP --> User Profile Fields --> Profile Field Manager

Now select the profile field to edit, then look for this option:

Field Required - It has 4 selections so choose appropriately i.e. before you must have had it set to either [Yes, at registration and profile updating] OR [Yes, Always] so simply change that to [No, but display at registration] or simply [No] and keep on trucking :D

S-MAN

Love your mods Bob ;)

Sorry but your reply is not correct. There is a glitch in the tabs when displayed on a VBA homepage. The standard VB incomplete profile message will break the tabs. This issue is unresolved. I worked with the dev and he was not able to figure out this issue. I am working on a way to make the standard VB incomplete profile message go into a top vba block to prevent it from breaking the tabs layout.

I will report back when I have the proper solution to this issue.

yotsume 08-06-2009 07:07 PM

Quote:

Originally Posted by bobster65 (Post 1862526)
Whats not working? Is the content file simply "dieing" on you or is it just not producing what you are looking for?

What specs do you want?

I need content files that work for social groups:
1. A tab to show latest groups
2. A tab for latest group comments
3. (were also missing a content file for tab blog comments) :(

When I enable the group php file I attached it spits back a database error:
Note: I know there are social group changes from vb3.7x to 3.8x

Are there any working social group content files for recent groups and comments? :(


Code:

Database error in vBulletin 3.7.4:

Invalid SQL:
 
    SELECT socialgroup.groupid, socialgroup.name, socialgroup.description, socialgroup.dateline, socialgroup.members
    FROM vb_socialgroup
    WHERE socialgroup.visible='1'
    ORDER BY dateline DESC
    LIMIT 3;

MySQL Error  : Unknown column 'socialgroup.groupid' in 'field list'
Error Number  : 1054
Request Date  : Thursday, August 6th 2009 @ 03:54:58 PM
Error Date    : Thursday, August 6th 2009 @ 03:54:59 PM
Script        : http://www.mysite.com/tab_groups.php
Referrer      : http://www.mysite.com/
IP Address    : xxxxxxxxxxx
Username      : xxxxxxxx
Classname    : vB_Database
MySQL Version : 5.0.67-log


TheLastSuperman 08-06-2009 07:10 PM

Quote:

Originally Posted by yotsume (Post 1862742)
Sorry but your reply is not correct. There is a glitch in the tabs when displayed on a VBA homepage. The standard VB incomplete profile message will break the tabs. This issue is unresolved. I worked with the dev and he was not able to figure out this issue. I am working on a way to make the standard VB incomplete profile message go into a top vba block to prevent it from breaking the tabs layout.

I will report back when I have the proper solution to this issue.

Ahh ok, I C ;) it won't help in your situation... couldn't you locate it and comment it out using the if this script etc w/ an else to do it otherwise then no need to move to another block/module? Just an idea but no time to tinker w/ it now otherwise I would look into it but maybe!

Code:

<if condition="THIS_SCRIPT != 'index'">Code or Phrase here to hide</if>
However I have seen some mods w/ auto template edit not work if the phrase is not found so you should use an else to prevent future headaches ;)

Code:

<if condition="THIS_SCRIPT != 'index'">Code or Phrase here to hide<else />
Just show the Phrase</if>

S-MAN

Omar Al-Ansari 08-07-2009 12:55 PM

I got this error ...

I have vba in the root and the forum is in /forums .. is that the issue?

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/qlick/public_html/tabsample1.php on line 27

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/qlick/public_html/tabsample1.php on line 27

bobster65 08-07-2009 04:23 PM

Quote:

Originally Posted by Omar Al-Ansari (Post 1863077)
I got this error ...

I have vba in the root and the forum is in /forums .. is that the issue?


Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/qlick/public_html/tabsample1.php on line 27

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/qlick/public_html/tabsample1.php on line 27

put your content files in /forums

Omar Al-Ansari 08-07-2009 11:46 PM

Quote:

Originally Posted by bobster65 (Post 1863173)
put your content files in /forums

Hi bobster,

that fixed the error however nothing shows up?

all i got are empty tabs ?

bobster65 08-08-2009 01:05 AM

Quote:

Originally Posted by Omar Al-Ansari (Post 1863347)
Hi bobster,

that fixed the error however nothing shows up?

all i got are empty tabs ?

Im not sure what content file(s) you are using. They are Samples, so you need to edit them and change settings like ForumIDs (if you are using the sample News or Recent Threads Content files) .. also, being that not everyone has the same server setup, you might need to edit some of the "paths" in the echo statements (which are towards the end of the content files)..

Omar Al-Ansari 08-08-2009 08:38 AM

Hey bobster,

I am using the sample content files.

I have changed forums ids in those and just changed some paths for the echo statements

still getting empty pages? am I missing something?

bobster65 08-08-2009 03:54 PM

Quote:

Originally Posted by Omar Al-Ansari (Post 1863464)
Hey bobster,

I am using the sample content files.

I have changed forums ids in those and just changed some paths for the echo statements

still getting empty pages? am I missing something?

I'd have to LOOK to know if you are missing something.. PM me a link to your site so I can at least check things out for you.

Omar Al-Ansari 08-09-2009 02:01 AM

nevermind .. got it working :)

Thanks for this great MOD

rigodiaz 08-17-2009 06:07 AM

Hi!

Thank you for this mod, is really cool :)

Im using recentthread in vbadvanced, I have two problems.

Threads dont update if I use IE 8, and I need use forum permissions.


Thank you.

bobster65 08-17-2009 02:35 PM

Quote:

Originally Posted by rigodiaz (Post 1868945)
Hi!

Thank you for this mod, is really cool :)

Im using recentthread in vbadvanced, I have two problems.

Threads dont update if I use IE 8, and I need use forum permissions.


Thank you.

What sorta permissions are not working for you (or what are you looking for it to do)?

I've not seen any issues with IE8 yet, can you explain more about what issues with IE8 that you are having?

ZiG 08-17-2009 06:27 PM

hey, i have this mod installed:
https://vborg.vbsupport.ru/showthrea...light=lightbox

and using shadowbox, i have a simplepie rss feed within the tabbed content and adding the rel="shadowbox" element to the <a href but shadowbox is not functioning within the tabbed content. it works everywhere else, how can I get it to function within the tabs?

rigodiaz 08-17-2009 08:01 PM

Quote:

Originally Posted by bobster65 (Post 1869187)
What sorta permissions are not working for you (or what are you looking for it to do)?

I've not seen any issues with IE8 yet, can you explain more about what issues with IE8 that you are having?

Ill try, my english is not good...

I have threads in a staff forum, that threads are showing in the resentthread module like always but now with your modification users can see them, only the titles ofcourse but I dont whant that, with the vBadvanced recentthreads if I setup the "Apply Forum Permissions" to "yes" only staff can see that threads... the same happen with threads that are only for registered users, now visitors can see them.

I fount this web in this thread (post 105).
Code:

http://forum.kafegaul.com/index.php
If you reload the page using Firefox you will see new posts in the Tab "New Posts", but if you reload the page using IE 8 nothing happen, "New Posts" only show posts that was there when you enter into the web the first time, you have to close IE, open again, then you can see the new posts.

I have that same problem...

rigodiaz 08-24-2009 03:48 PM

Bump :erm:

Another question please.

How can I add a pagination in recentthread?.

bobster65 08-25-2009 01:47 PM

Quote:

Originally Posted by rigodiaz (Post 1873469)
Bump :erm:

Another question please.

How can I add a pagination in recentthread?.

If you are a knowledgeable coder, then I'd suggest taking a look at how Brian did pagination for the vBa recentthreads or news modules and code it in.

If you are not a coder, then I would suggest asking a coder via the request for paid services area.

bobster65 08-25-2009 01:50 PM

Quote:

Originally Posted by ZiG (Post 1869318)
hey, i have this mod installed:
https://vborg.vbsupport.ru/showthrea...light=lightbox

and using shadowbox, i have a simplepie rss feed within the tabbed content and adding the rel="shadowbox" element to the <a href but shadowbox is not functioning within the tabbed content. it works everywhere else, how can I get it to function within the tabs?

I believe that you need to pass in that CSS via dispatcher .. either that or just add those CSS elements to the Tabs CSS files... give that a shot.

Ohiocustoms 09-06-2009 02:04 PM

1 Attachment(s)
Quote:

Originally Posted by rigodiaz (Post 1868945)
Hi!

Thank you for this mod, is really cool :)

Im using recentthread in vbadvanced, I have two problems.

Threads dont update if I use IE 8, and I need use forum permissions.


Thank you.

It's ie settings, here's the fix. Also attaching screenshot.

Tools>Internet Options>Browsing History>Settings

Now make sure Every time I visit the webpage is checked.

dieselpowered 09-30-2009 12:32 AM

Hmmm you guys are better than me, I cannot even get the tabs to display?? :(

CILGINKRAL_ 11-24-2009 12:46 PM

Tag Cloud, Populer Members,Most Populer Topics,Random Poll

I will be very happy if you add. :) This is really beautiful topic :) Thanks

xTerMn8R 12-21-2009 03:59 PM

I see there's a version 1.01 and 1.50 in the 3.8 vbulletin forum addons, I'm not sure which version I should Use, I'm running vb3.8 with cmps 3.2.1, Any Guidance would be appreciated Bobster

Thank you,
Tom

bobster65 12-22-2009 03:46 AM

Quote:

Originally Posted by xTerMn8R (Post 1934641)
I see there's a version 1.01 and 1.50 in the 3.8 vbulletin forum addons, I'm not sure which version I should Use, I'm running vb3.8 with cmps 3.2.1, Any Guidance would be appreciated Bobster

Thank you,
Tom

doesn't matter.. this one works fine with 3.8 .. the difference is in the JS being used. Content files are interchangable between versions.

xTerMn8R 12-22-2009 01:57 PM

Thanks for the Quick Responce Bobster :D

xTerMn8R 12-22-2009 02:44 PM

Installed and working but if I remember correctly, we used to be able to automate the Tabs to switch.(Slideshow) I can't figure out how to do that anymore and can't find anything on it in ANY of the posts here. I did find the Old Code in the 2.0 Thread but cant seem to get it to work...

Code:

<script type="text/javascript">
var mytabs=new ddajaxtabs("maintab", "ajaxcontentarea")
mytabs.setpersist(true)
mytabs.setselectedClassTarget("link") //"link" or "linkparent"
mytabs.init(15000)
</script>
</body>
</td></tr>

Is that still Possible Bobster65?

Thanks,
Tom

"Marked as Installed" :up:

bobster65 12-23-2009 07:34 AM

Quote:

Originally Posted by xTerMn8R (Post 1935491)
Installed and working but if I remember correctly, we used to be able to automate the Tabs to switch.(Slideshow) I can't figure out how to do that anymore and can't find anything on it in ANY of the posts here. I did find the Old Code in the 2.0 Thread but cant seem to get it to work...

Code:

<script type="text/javascript">
var mytabs=new ddajaxtabs("maintab", "ajaxcontentarea")
mytabs.setpersist(true)
mytabs.setselectedClassTarget("link") //"link" or "linkparent"
mytabs.init(15000)
</script>
</body>
</td></tr>

Is that still Possible Bobster65?

Thanks,
Tom

"Marked as Installed" :up:

that script code needs to be used with v1.5/2.0 as its part of the Dynamic Drive AJAX Tabs script.. it won't work with YUI Tab View and Dispatcher..

xTerMn8R 12-24-2009 12:39 AM

Ohhhhhhhhhh.... yeah I saw in another post somewhere you have said it is possible, but not validated yet... I think. Any idea if anyones doing what ever they do to make it available? If I remember correctly that post was dated quite a while ago.... Wasn't in this Thread through...

Anyway I got it working nicely, without the slideshow and I thank you for all the dedicated work and support you provide us all. If you do hear of anything concerning that please keeps us updated. :)

Happy Holidays,
Tom
United For Freedom

Doom Stone 04-11-2010 03:58 PM

Quick question, I know this isn't a replacement or upgrade for TFH, but I would like to know if it's possible to configure it in the same manner. IE; Use this modification to display the forum home in tabbed content just as TFH does?

Edit: I've modified my forumhome to allow the use of this modification to act like the TFH, but it's not quite the same.
I know thats obviously because thats not what this modification is designed for :P
So I'm wondering if the TFH will be updated soon.

bobster65 04-13-2010 12:12 AM

Quote:

Originally Posted by Doom Stone (Post 2019505)
Quick question, I know this isn't a replacement or upgrade for TFH, but I would like to know if it's possible to configure it in the same manner. IE; Use this modification to display the forum home in tabbed content just as TFH does?

Edit: I've modified my forumhome to allow the use of this modification to act like the TFH, but it's not quite the same.
I know thats obviously because thats not what this modification is designed for :P
So I'm wondering if the TFH will be updated soon.

Ya, you can use it on Forum Home.. you can use it just about anywhere actually. Also, all the content files can be used within TFH as well (the new 3.8 version which will be released this week).

To much updating by vb is giving me a headache lol

devrimow 05-02-2010 10:26 PM

oh, I've accidentally deleted images. sry my english is bad.
Yes, I mean forum post.

has something to do with the charset? how do I change it?
I have utf-8

Zylantex 05-19-2010 06:39 PM

I'm not very technical and my brain hurts after reading this thread so please excuse me if these questions have been addressed already.

Can the tab be made to link directly to a forum say "Sports" forumid=7 ?

Is there a simple way to pick up the colours from the style sheet?

Thanks.

Silmarillion 05-24-2010 08:15 AM

Hmmm...followed step by step...

PHP Code:

Warnung: require_once(./includes/vba_cmps_global.php) [function.require-once]: failed to open streamNo such file or directory in [path]/tabsample1.php (Zeile 28)

Fatal error: require_once() [function.require]: Failed opening required './includes/vba_cmps_global.php' (include_path='.:/usr/lib/php5'in /homepages/33/d278397953/htdocs/FL/tabsample1.php on line 28 

What's the problem?

Silmarillion 05-24-2010 09:24 AM

Does this only work with VBA and VB?

bobster65 05-27-2010 07:32 PM

Quote:

Originally Posted by Silmarillion (Post 2042600)
Does this only work with VBA and VB?

if you don't use vba, remove the calls to the vba files.

Scalemotorcars 06-25-2010 10:43 PM

Ok Im done, time to ask for help.

I just cant seem to get the first tap to load.

Ive set the cache to "true" with active also set true.

The code in my vb template is exactly the same as above placed in headincludes.

Portal is //root/index.php
Forums //root/forum/.

Any help would be great.

http://scalemotorcars.com/index.php

Scalemotorcars 06-26-2010 04:04 AM

Got it. It was the "/" before forums in the content scripts and the "/" before the JS scripts in the headinclude.

Still cant seem to get the loading.gif to work. I see thats been an issue all along. Anyone figure it out???

merk_aus 07-27-2010 04:34 AM

Bob,
Can this be used on vbulletin publishing suite 4.0? I am attempting to use this in a widget on the CMS page.

durham 08-04-2010 08:49 AM

Really great mod, but I cannot figure out how to show link to specific threads rather than latest threads in a forum. Basically I want some forums to have tabs to specific threads. At them moment I have sticky threads but I would rather they were tabs.

In otherwords the tabs would be in a sub-forum with only threads below and I want to tab link to some of them.

is this possible please?

BTW. I struggled to get the examples to work until I deleted this line:

require_once('./includes/vba_cmps_global.php');

(this is only required when using vbdynamics).

I can see others having this issue!

Thanks

Durham


All times are GMT. The time now is 08:49 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.01624 seconds
  • Memory Usage 1,862KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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