Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 11-12-2005, 04:32 PM
andreamarucci's Avatar
andreamarucci andreamarucci is offline
 
Join Date: Nov 2005
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default VB calendar in Joomla

I've a site built with joomla and a forum using VB. I would like to put on the sidebar of the site a small calendar that is linked to the one in vb so that when a user click on an event it's taken to that event in vb.

The result sould be exactly like the one you can see now on my site http://www.kog.it/sito2 that now uses another calendar. In fact what I would like to do is replace the actual calendar (that is not tied to VB) with the VB one....

Anyone has some clues about that?

Tanks!!
Reply With Quote
  #2  
Old 11-27-2005, 02:33 PM
andreamarucci's Avatar
andreamarucci andreamarucci is offline
 
Join Date: Nov 2005
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems that the mini calendar it's not too much intriguing, anyway I've posted teh following question on vb.com

Code:
It's not possible to call a php function inside VB that display the small calendar such the one in attached image? I'm not a developer so I don't know the inner secerts of VB but maybe there's an API that lat me do just that...
and Wayne replied me with

Code:
There is a function:
construct_calendar_output (line 244) void construct_calendar_output (mixed $today, mixed $usertoday, mixed $calendarinfo, [mixed $fullcalendar = 0], [mixed $weekrange = ''])

However, code modification needs to be discussed at vBulletin.org.
So I'm here with the same question. I don't need a Joomla module, it'll suffice a php file to call...

Any suggestion?
Attached Images
File Type: gif calendar.gif (3.3 KB, 0 views)
Reply With Quote
  #3  
Old 12-02-2005, 02:38 PM
Ferbull Ferbull is offline
 
Join Date: Jun 2005
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to know how to do that too.
Reply With Quote
  #4  
Old 01-05-2006, 08:09 AM
andreamarucci's Avatar
andreamarucci andreamarucci is offline
 
Join Date: Nov 2005
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Let me ask again....

Is there any way to display the mini calendar of the current month in an external non-VB page?

Any suggestion or hack available?
Reply With Quote
  #5  
Old 03-29-2006, 11:53 PM
ptmuldoon ptmuldoon is offline
 
Join Date: Feb 2005
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm now looking to the same thing. Is there a way to create a mini-cal from vb to place on a joomla homepage?
Reply With Quote
  #6  
Old 04-20-2006, 10:39 AM
chrisu chrisu is offline
 
Join Date: Aug 2005
Location: Finland
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know this thread is about integrading the vB mini-cal to Joomla, but is there a module around that would show the next 10 events in the vB calendar? Similar to Last posts module.

/Chris
Reply With Quote
  #7  
Old 05-27-2006, 03:44 PM
UncoderMom UncoderMom is offline
 
Join Date: May 2006
Location: My office chair!
Posts: 567
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont know if this will help, but it might! I'm building a Joomla/vb site and I came across it in search

https://vborg.vbsupport.ru/showthrea...ghlight=joomla
Reply With Quote
  #8  
Old 06-12-2006, 09:07 PM
drgonzo120 drgonzo120 is offline
 
Join Date: Apr 2003
Location: ghent
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by andreamarucci
I've a site built with joomla and a forum using VB. I would like to put on the sidebar of the site a small calendar that is linked to the one in vb so that when a user click on an event it's taken to that event in vb.

The result sould be exactly like the one you can see now on my site http://www.kog.it/sito2 that now uses another calendar. In fact what I would like to do is replace the actual calendar (that is not tied to VB) with the VB one....

Anyone has some clues about that?

Tanks!!

hello !!!

i'm installing vb on joomla too and i wondered, how did you integrate vb into joomla and how did you make that the forum shows up on the whole width of the page ???


thanks !!!
Reply With Quote
  #9  
Old 06-13-2006, 05:24 AM
chrisu chrisu is offline
 
Join Date: Aug 2005
Location: Finland
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have an older version of Joomla (1.0.3) and vB 3.5.1 tied up with old vBridge 1.22. Works quite fine, althoug I still have some login problems. My users can login from both sides, but they are logged out after about 12 hours from login.

Small problem considering the problems in the later versions...
Still looking for better solution, even commercial one... (anyone??)

Site: http://www.snorkkeli.net
Forum: http://www.snorkkeli.net/component/o...idge/Itemid,5/

To show the forum in full widht, you have to have a template that scales to 100%, not fixed wodht templates.

/Chris
Reply With Quote
  #10  
Old 06-19-2006, 07:26 PM
drgonzo120 drgonzo120 is offline
 
Join Date: Apr 2003
Location: ghent
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chrisu
To show the forum in full widht, you have to have a template that scales to 100%, not fixed wodht templates.

/Chris

hello, what is the name of the template you used and where can you download it ???


this is my sit , you'll notice the problem ...

www.trancefestivals.com
Reply With Quote
Reply

Thread Tools
Display Modes

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:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05520 seconds
  • Memory Usage 2,269KB
  • Queries Executed 14 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete