Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[YUI] Tabbed Forum Home Details »»
[YUI] Tabbed Forum Home
Version: 2.0.0, by bobster65 bobster65 is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.7.x Rating:
Released: 12-02-2008 Last Update: 12-02-2008 Installs: 36
Uses Plugins Template Edits
Additional Files Translations Is in Beta Stage  
No support by the author.

Tabbed Forum Home v2.0.0 Beta 1 - YUI Based Tabs

Pulled back and will be re-released at a later date

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 12-03-2008, 02:18 PM
Megatr0n Megatr0n is offline
 
Join Date: Jul 2007
Posts: 455
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question:

Will this be updated to be compatible with 3.8 when it goes Gold?
Reply With Quote
  #53  
Old 12-03-2008, 02:36 PM
bobster65's Avatar
bobster65 bobster65 is offline
 
Join Date: Mar 2006
Location: Montana
Posts: 1,169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ThomasR View Post
I also have the same error message on editing the two forumhome_forumbit_level1_nopost and forumhome_forumbit_level1_post
Code:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3729) : eval()'d code on line 1
On a fresh & clean install of the 3.7.3 PL1 (the version I have on my production server.
Anyway, it's working and it's cool! Waiting for the fix and congratulation again for this nice plugin!

But I have a question about the modules:
- will it be possible to have a product content inside a tab (like Flashchat, or a shoutbox?)
- will it be possible to display parts of VB stuff like all the albums lists or last album content uploads?
- will it be possible to have a custom HTML/php page with our own content (like a special announcement for a contest, etc...)
- will it be hard for non professional coders to create such modules?

Thanks again!
Hopefully KK is on it (fixing the error) ... not sure why everyone is getting it.. We have it installed on multiple sites and have never seen it, so maybe there is something wrong with the template edits in the instructions.. at any rate, we'll get it fixed asap..

to answer your Modules Questions...

Quote:
- will it be possible to have a product content inside a tab (like Flashchat, or a shoutbox?)
Yes, however a content module will have to be created to do this. In the 2 cases you mentioned, there are multiple ways to pull this off. We will be releasing more info on Modules soon.

Quote:
- will it be possible to display parts of VB stuff like all the albums lists or last album content uploads?
Yes, I already have released multiple content modules with my AJAX Tabs Modification and they all work just fine with this modification. I will be adding released content modules in post 5 of this thread soon (you can always download them from the AJAX Tabs Mod in the mean time). Released Content files include recent threads, news, albums, Blogs etc...

Quote:
- will it be possible to have a custom HTML/php page with our own content (like a special announcement for a contest, etc...)
Yes, this is really easy.. just create your custom HTML or PHP file and upload it as a module. Can't get any easier than that.

Quote:
- will it be hard for non professional coders to create such modules?
yes and no .. just depends on your level of expertise. As I mentioned above, you can do something as simple as a basic HTML file or as complex as you want via php. We plan to release as many different types of Content Modules and we also encourage members to release their own.
Reply With Quote
  #54  
Old 12-03-2008, 02:37 PM
s810car s810car is offline
 
Join Date: Mar 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think the 2nd arguement thing was missing a parenthesis, i got it to save by putting brackets like so (took out the quotes in forumid as well, which may or may not be correct)
HTML Code:
<if condition="(THIS_SCRIPT == 'indexTAB' AND (in_array($forum[forumid], $GLOBALS[tabcats]) OR in_array('all', $GLOBALS[tabcats]))) OR (THIS_SCRIPT == 'forumdisplay')">
Doesn't mean it worked though still got the encoding error
Reply With Quote
  #55  
Old 12-03-2008, 02:37 PM
bobster65's Avatar
bobster65 bobster65 is offline
 
Join Date: Mar 2006
Location: Montana
Posts: 1,169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Megatr0n View Post
Question:

Will this be updated to be compatible with 3.8 when it goes Gold?
We have it installed and running on 3.8.0 beta 3 right now ( http://www.smnlikdat.org/forum.php)
Reply With Quote
  #56  
Old 12-03-2008, 03:22 PM
Tianuc Tianuc is offline
 
Join Date: Dec 2007
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by s810car View Post
I think the 2nd arguement thing was missing a parenthesis, i got it to save by putting brackets like so (took out the quotes in forumid as well, which may or may not be correct)
HTML Code:
<if condition="(THIS_SCRIPT == 'indexTAB' AND (in_array($forum[forumid], $GLOBALS[tabcats]) OR in_array('all', $GLOBALS[tabcats]))) OR (THIS_SCRIPT == 'forumdisplay')">
Doesn't mean it worked though still got the encoding error
Thank you, the template does not prompt an error. IE there is an error.

HTML Code:
Error:Dispacher: Script Execution Error ([object Error])
Reply With Quote
  #57  
Old 12-03-2008, 03:46 PM
SPARKS MAN's Avatar
SPARKS MAN SPARKS MAN is offline
 
Join Date: Sep 2008
Location: baghdad- iraq
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
its very good idea I'll try it
Mark as install
Reply With Quote
  #58  
Old 12-03-2008, 04:42 PM
s810car s810car is offline
 
Join Date: Mar 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Morsolo View Post
Ok, I have reverted my site 'till just before mod installation and it appears something in the includes/class_yui.php is causing the Encoding Error.
Since you mentioned that, i checked the file I got and it has one line around line 36 saying
PHP Code:
$tabID 
and then empty space that line, I assume there's something to be there?
Reply With Quote
  #59  
Old 12-03-2008, 04:57 PM
Megatr0n Megatr0n is offline
 
Join Date: Jul 2007
Posts: 455
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bobster65 View Post
We have it installed and running on 3.8.0 beta 3 right now ( http://www.smnlikdat.org/forum.php)
OK, but Beta and RC versions can change accordingly. So, if there are changes in the final version which, would prevent this version of the hack functioning properly. Will, you update the hack?
Reply With Quote
  #60  
Old 12-03-2008, 06:06 PM
ThomasR ThomasR is offline
 
Join Date: Mar 2005
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bobster65: Thank you very much for these answers and the time you devote for us. I will check the other modules for the previous version and try to upload an html page (no header / footer, just html content I guess

Edit:
I just tried to upload a XML file with just this content as a module, and as you may guess, it's not working
Code:
<div align="center">This is a<strong> HTML</strong> test!
</div>
Edit2:
I checked an existing module and edited to:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>

<modules>
	<module>
		<name>test html</name>
		<file><div align="center">This is a<strong> HTML</strong> test!</div></file>
		<cache>false</cache>
	</module>
</modules>
Without <file></file>, I have a database error on the import process Witht these tags, I can import the module, I have the tab, but an empty content.
Can you post a short sample, if you have the time (not a priority at all for me!) Thanks!
Reply With Quote
  #61  
Old 12-03-2008, 07:13 PM
Hugo Holbling Hugo Holbling is offline
 
Join Date: Sep 2007
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get the same error and will wait to see if someone smarter than me can figure it out but I just wanted to say thanks to Bob and KK for their hard work on this.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:20 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.05058 seconds
  • Memory Usage 2,326KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (3)bbcode_html
  • (1)bbcode_php
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete