Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBonjour - Portal System Details »»
vBonjour - Portal System
Version: 1.0.3, by peterska2 peterska2 is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.4 Rating:
Released: 12-10-2006 Last Update: 01-26-2007 Installs: 119
Uses Plugins Template Edits
Additional Files  
No support by the author.

vBonjour

Easy Customizable Portal System

Brought to you by www.peterska2.co.uk

Welcome to the launch of vBonjour. This is the base package which is required for all installations of this system.

What is vBonjour?
vBonjour is an alternative to vBAdvanced. It is an easy to install, modular portal system designed as a gateway to your site.

Why vBonjour?
This is pretty simple really. As the front page is the first thing that your visitors see, it is a welcome page. The first few names that were thought of were either very boring, or far too long winded and not at all catchy.

This is a base package. What is included?
The base package includes a news feature from up to two forums. The news from the first forum will be displayed first, followed by the news from the second forum. It also includes the left and right columns which can be activated or deactivated via some simple settings in the ACP. These columns can be customised without using any of the Add On Modules, or Add On Modules can be installed to expand on the functionality.

Why is it so modular?
vBonjour is extremely modular to allow for maximum customization of the page. The idea is to make it as easy as possible to install the items that you want to have included, and not have anything which you would be simply turning off. By using a modular method it means that every site can easily achieve their own custom portal without having to know any coding.

I want to add something that isn't already included. How do I go about this?
vBonjour makes use of the plugin system and includes it's own hooks. This allows easy devlopment of additional Add Ons and maximum flexability.

What about the ACP? Is it really complicated?
Unlike other systems, almost all the settings for vBonjour are collected in one setting group in the vBOptions. Because you only install what you want to use, you don't need to have lots of settings. Anything which does not use settings in the Portal settings group is highlighted in the documentation for that Add On.

Ok, so where are the screen shots?
Why have screen shots when you can have a live demo?
The demo is available at www.peterska2.co.uk

What versions of vBulletin does vBonjour work with?
vBonjour will work with vBulletin 3.6.0 and above. Support for sites running versions earlier than 3.6.0 will not be given.



Contributers to the base system: [name]christianb[/name]


I hope that you like this system. Please remember to mark it as installed to recieve notification of updates and support. Support will only be provided to those who have clicked install.


Show Your Support

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

Comments
  #172  
Old 02-01-2007, 02:32 PM
masterme's Avatar
masterme masterme is offline
 
Join Date: Jan 2007
Location: Holland
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I sure would like your mod, but I want to know something before I screw up my board.
At this moment I have my board in a subdirectory say '/forum'. On the main index is a page, but I do not want to use it anymore and want to use the portal instead.

Is that possible and if so, how? (yes I read the part above, but I do not realy understand it)
Reply With Quote
  #173  
Old 02-01-2007, 05:50 PM
adhari_com's Avatar
adhari_com adhari_com is offline
 
Join Date: May 2004
Location: Bahrain
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's working guys, to actually make the portal work without so many mods on the template is using the <base> directive as suggested earlier.

Insert right below the <head> in PORTAL template:
Code:
<base href="$vboptions[bburl]/" target="_self" />
* But a question goes to the coder, are these 2 lines at the end of portal.php correct?

Code:
eval('$portal_articlelist .= "' . fetch_template('PORTAL') . '";');
eval('print_output("' . fetch_template('PORTAL') . '");');
I think the first is useless?
Reply With Quote
  #174  
Old 02-01-2007, 05:56 PM
adhari_com's Avatar
adhari_com adhari_com is offline
 
Join Date: May 2004
Location: Bahrain
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And I'm also suggesting using this code, instead of the current one and the reason is BBCode gets choped off creating an ugly view of the previewed latest topics, qouting the preview of the Tooltip of Forum Display, to display a stripped simple preview of the post:

Code:
	$news['pagetext'] = strip_quotes($news['preview']);
	$news['pagetext'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title(
			strip_bbcode($news['preview'], false, true),
			$charlimit
	)));
$news['pagetext'] = nl2br($news['pagetext']);
Reply With Quote
  #175  
Old 02-01-2007, 06:42 PM
abramelin abramelin is offline
 
Join Date: Mar 2006
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can i make a link that shows the forum link when the user on portal page and show the portal link when the user on the forum page ?
Reply With Quote
  #176  
Old 02-01-2007, 06:42 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by masterme View Post
I sure would like your mod, but I want to know something before I screw up my board.
At this moment I have my board in a subdirectory say '/forum'. On the main index is a page, but I do not want to use it anymore and want to use the portal instead.

Is that possible and if so, how? (yes I read the part above, but I do not realy understand it)
There are instructions for installing outside the forum folder in the download. Not very difficult really. I have it outside the forum directory on my site. Follow them and you shouldn't have any problems.
Reply With Quote
  #177  
Old 02-01-2007, 10:39 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by abramelin View Post
How can i make a link that shows the forum link when the user on portal page and show the portal link when the user on the forum page ?
This should work:
HTML Code:
<if condition="THIS_SCRIPT == 'portal'">
	<a href="$vboptions[bburl]/$vboptions[forumhome].php$session[sessionurl_q]">Forum</a>
<else />
	<a href="$vboptions[homeurl]">Portal</a>
</if>
I haven't tested it though. I have a tab system on my site that always shows a link to the home page and one to the forums.
Reply With Quote
  #178  
Old 02-02-2007, 09:19 AM
masterme's Avatar
masterme masterme is offline
 
Join Date: Jan 2007
Location: Holland
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the mod installed. But because I use an style which is completely different from an defaullt style, it does not function complete. Only the news is working, no sidebars.

Is it possible to ad an basic template and assign only the portal to it?
Reply With Quote
  #179  
Old 02-04-2007, 09:07 AM
goodguy goodguy is offline
 
Join Date: Jul 2004
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had the portal working fine, but for some reason now I can't link to it from our main site.
If I use the path www.hairdivision.co.uk/forums I get a white page but the page is named correctly as using the full path it is fine www.hairdivision.co.uk/forums/index.php? www.hairdivision.co.uk/forums/forum.php takes me to the forums?
I'm sure it's something simple, probably me, but can anyone advise?
(I can't use the second path above as the links are hard coded into an Actinic site)

T.I.A.
Reply With Quote
  #180  
Old 02-05-2007, 06:56 AM
goodguy goodguy is offline
 
Join Date: Jul 2004
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I managed to get it working by editing the links in Actinic but users are still having problems, any idea why I'm having to use the full path? I tried reverting the forums.php back to index.php but still the white page?
Reply With Quote
  #181  
Old 02-05-2007, 10:28 PM
Jorrit787 Jorrit787 is offline
 
Join Date: Nov 2005
Location: The Netherlands
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added two plugins to fix the Online Location showing up as Unknown:

online_location_process:
Code:
if($filename=='index.php')
{
    $userinfo['activity'] = 'portal';
}
online_location_unknown:
Code:
if($userinfo['activity']=='portal')
{
    $userinfo['action'] = 'Viewing Portal'; 
    $handled = true;
}
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 03:17 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.04890 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_code
  • (1)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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