Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • bennitos Friend
    #275853

    I use it myself in articles so that i link to specific topics.

    so i made that wrapper to the main phpbb.

    and in my articles i point to specific forum topics without having to go into the admin page of joomla.

    for example:

    http://www.test.nl/index.php?option=com_wrapper&view=wrapper&Itemid=80&t=404

    point to topic 404

    http://www.test.nl/index.php?option=com_wrapper&view=wrapper&Itemid=80&t=505

    points to topic 505

    so it will open in that 1 wrapper you made and you can point to any page within that wrapper without having to go to the admin page.

    are you sure you are understanding what im explaining as im quite sure this is what you are looking for

    vwrmic Friend
    #275854

    Yes thanks bennitos, that’s only if I want to link say a picture on my main site into the wrapper though.

    What I was referring too was anyone can go into the forum, right click on a topic and open in new window, this will take the forum out of it’s wrapper in the new window.

    What I was first getting at was a fix to get around this but I don’t think it’s possible.

    bennitos Friend
    #275855

    aaaah ok, sorry didnt get that part 🙂

    mwanakijiji Friend
    #275864

    <em>@bennitos 86552 wrote:</em><blockquote>I have a solution that might help you, i had a problem with a site that i wanted to place within a wrapper but needed to pass trough variabled to it.

    What i found is this:

    1. Make a backup of the file /components/com_wrapper/wrapper.php
    2. Open the file in an editor and go to line 35.
    3. Search for this text: $url = $params->def( ‘url’, ” );
    4. Insert the following block AFTER the line:

    foreach ($_GET as $key => $value) {
    if ($key<>”option” && $key<>”Itemid”) {
    $url.=(strpos($url,”?”)) ? “&” : “?”;
    $url.=”$key=$value”;
    }
    }
    5. Save the file and test the solution in your browser.

    This is for example a link to a special phpBB topic:
    http://www.yourdomain.com/index.php?opt … 110&t=3022
    the corresponding URL in the Wrapper configuration is:
    http://www.yourdomain.com/phpBB/viewtopic.php
    the additional parameter “t” is passed to phpBB:
    http://www.yourdomain.com/phpBB/viewtopic.php?t=3022

    I have tested this with phpbb and now i can link to specific topics and other things trough the wrapper! In combination with the fix for external links you should be sorted.</blockquote>

    Thanks bennitos!!

    Actually what I wanted to do is to take a certain code (header) of ja_teline II and put it into the header of vBulletin so that they gonna be the same. Of course the forums URL’s should not be joomla related.
    So what code of the header should I deal with!?

    bennitos Friend
    #276271

    <em>@mwanakijiji 86578 wrote:</em><blockquote>Thanks bennitos!!

    Actually what I wanted to do is to take a certain code (header) of ja_teline II and put it into the header of vBulletin so that they gonna be the same. Of course the forums URL’s should not be joomla related.
    So what code of the header should I deal with!?</blockquote>

    This module might help you out:

    http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,3723/Itemid,35/

    Text from their website:

    Dual Login
    JFusion will also create sessions for all softwares, in order for users to be logged into all softwares at once. This allows users to switch between softwares without having to login again. Please note that your softwares must run on the same domain or subdomain in order for this to work.

    Visual Integration
    Another important aspect is that you want these softwares to look like they are running inside Joomla itself. We have a couple of options on how to achieve this: 1) direct link with template modifications of the external software, 2) the use of an iframe wrapper and 3) frameless visual integration that grabs the output of the external software and displays it inside your Joomla template. Which option you chose depends on how big your site is and how good you are in modifying html/css templates. For more information visit our documentation section.

    bennitos Friend
    #276272

    These ppl also do some integration but its commercial and never used this one:
    http://www.bbpixel.com/jvbPlugin.html

Viewing 6 posts - 16 through 21 (of 21 total)

This topic contains 21 replies, has 4 voices, and was last updated by  bennitos 16 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum