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)..


All times are GMT. The time now is 06:57 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.01492 seconds
  • Memory Usage 1,757KB
  • 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
  • (9)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
  • (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