-
AuthorPosts
-
bennitos Friend
bennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
October 17, 2008 at 9:57 am #275853I 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
1 user says Thank You to bennitos for this useful post
vwrmic Friendvwrmic
- Join date:
- October 2008
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
October 17, 2008 at 10:01 am #275854Yes 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 Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
October 17, 2008 at 10:02 am #275855aaaah ok, sorry didnt get that part 🙂
October 17, 2008 at 11:34 am #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=3022I 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 Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
October 20, 2008 at 1:20 pm #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 Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
October 20, 2008 at 1:22 pm #276272These ppl also do some integration but its commercial and never used this one:
http://www.bbpixel.com/jvbPlugin.html -
AuthorPosts
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