Frameless Discussion and Compatible prosilver style
Re: Frameless Discussion and Compatible prosilver style
Rabagast wrote:Edit 3: Oh shit, my bad! Found itHad to make the joomla config nasf.spurve.net, and the phpbb3 config the same in Full software URL
![]()
Now its just the logo left
Rabagast could you expand on what you mean here? (or anyone else)
As a wrapper, my link and forum works fine
as frameless, the forum index shows up (using the custom prosilver)
but any links are 404 as he described.
In jfusion (I'm testing this locally)
joomla is set to: http://localhost/joomlatest16
and phpbb3 is set to
http://localhost/joomlatest16/phpBB3
which mimics my directory structure. phpBB3 is set up inside the joomla directory structure and not anywhere else.
after switching to frameless my urls end up looking like this:
http://localhost/Joomla16Test/index.php ... um.php?f=2
except it should be phpBB3. It seems that jfusion is using the "alias" for the menu item as the subforum. I tried setting it to capital letters, but it changes them to small again, and setting the directory to small letters didn't actually solve the problem.
-

crossmr - JFusion Novice

- Posts: 35
- Joined: Mon Apr 04, 2011 9:14 am
Re: Frameless Discussion and Compatible prosilver style
crossmr wrote:Rabagast wrote:Edit 3: Oh shit, my bad! Found itHad to make the joomla config nasf.spurve.net, and the phpbb3 config the same in Full software URL
![]()
Now its just the logo left
Rabagast could you expand on what you mean here? (or anyone else)
As a wrapper, my link and forum works fine
as frameless, the forum index shows up (using the custom prosilver)
but any links are 404 as he described.
In jfusion (I'm testing this locally)
joomla is set to: http://localhost/joomlatest16
and phpbb3 is set to
http://localhost/joomlatest16/phpBB3
which mimics my directory structure. phpBB3 is set up inside the joomla directory structure and not anywhere else.
after switching to frameless my urls end up looking like this:
http://localhost/Joomla16Test/index.php ... um.php?f=2
except it should be phpBB3. It seems that jfusion is using the "alias" for the menu item as the subforum. I tried setting it to capital letters, but it changes them to small again, and setting the directory to small letters didn't actually solve the problem.
jfusion 1.6 is not supported at this time.
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7666
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: Frameless Discussion and Compatible prosilver style
What fanno says, 1.6 isn't compatible yet. We tried that first, but had to install Joomla 1.5 and jFusion 1.5.5 to get everything right.
-

Rabagast - JFusion Newbie II

- Posts: 10
- Joined: Sun Mar 20, 2011 12:11 am
Re: Frameless Discussion and Compatible prosilver style
crossmr wrote:Rabagast could you expand on what you mean here? (or anyone else)
I think Rabagast's 404 errors were caused by an inconsistency in his urls e.g. nasf.spurve.net for Joomla and (www).spurve.net for phpBB3, but I don't think this is your problem.
One thing I notice when configuring the JFusion phpBB3 plugin, if you initially use the green wizard button and enter the phpbb3 path on your server, the address in the "Full URL to Software" field will be incorrect and need adjusting.
e.g. if I click the green wizard button and enter /path/to/htdocs/test/bb/test_phpbb, the address in the "Full URL to Software" field on the phpBB3 plugin configuration page will read mydomain.tld/test_phpbb instead of mydomain.tld/test/bb/test_phpbb (/test/bb missing).
If you are using a Linux based server, I think using capitalization in your directories/pathnames could be the cause of your 404 errors (try renaming your directory to phpbb3 instead of phpBB3).
I don't code - I just butcher that of others.
-

fade2gray - JFusion Intermediate

- Posts: 75
- Joined: Thu Aug 06, 2009 12:48 pm
Re: Frameless Discussion and Compatible prosilver style
Following this thread awhile now, and been succesfull before, but somehow I fail with this template at something minor, and was hoping some of you guys could help me.
Its based on a custom template 'Deathwing' for an older version, got it all working in frameless mode here:
http://77.243.234.3/~sinned/index.php/forum
So far it all looks good, now when you go into a forum itself:
http://77.243.234.3/~sinned/index.php/f ... um.php?f=2
At the top left you see: New Topic in the red img, but if you look closer, you can clearly see a letter C there from Post a new Topic.
This fenomen also happends at the Private Message section: You see behind the template thing: Compose Message.
I looked it through firebug, where it comes from and I end up in viewforum_body.html:
Its like its reading variable U_POST_NEW_TOPIC for the text? I hope I made my problem clear, if you need any sources or any questions, dont hesitate to ask em!
Many thnx in advance for anyone that wants to take a look at this little problem.
Its based on a custom template 'Deathwing' for an older version, got it all working in frameless mode here:
http://77.243.234.3/~sinned/index.php/forum
So far it all looks good, now when you go into a forum itself:
http://77.243.234.3/~sinned/index.php/f ... um.php?f=2
At the top left you see: New Topic in the red img, but if you look closer, you can clearly see a letter C there from Post a new Topic.
This fenomen also happends at the Private Message section: You see behind the template thing: Compose Message.
I looked it through firebug, where it comes from and I end up in viewforum_body.html:
- Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->"><a href="{U_POST_NEW_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF --></a></div>
Its like its reading variable U_POST_NEW_TOPIC for the text? I hope I made my problem clear, if you need any sources or any questions, dont hesitate to ask em!
Many thnx in advance for anyone that wants to take a look at this little problem.
-

sinned - JFusion Newbie

- Posts: 2
- Joined: Tue Apr 05, 2011 8:22 am
Re: Frameless Discussion and Compatible prosilver style
think thats a php issue, have you tried posting on the phpbb forum on how to change the translation ?
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7666
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: Frameless Discussion and Compatible prosilver style
Oh man, your awesome, The hint about the language was enough, I just searched all language files from phpbb folder and ended it adjusting ucp.php / common.php in the language folder of phpbb.
I just maked the translation shorter, so you can't see the text behind the graphical button
. The functions are still working, so im happy like this, and when I see more popup, I can filter them out thnx to you 
Many thnx again, cya around
I just maked the translation shorter, so you can't see the text behind the graphical button
Many thnx again, cya around
-

sinned - JFusion Newbie

- Posts: 2
- Joined: Tue Apr 05, 2011 8:22 am
Re: Frameless Discussion and Compatible prosilver style
Can anyone explain how I get the site wrapper to appear if someone tries to open one of the forum links in a new window?
I've got everything working together using 1.5 (decided to go back to a supported version), but if someone tries to open a link in a new window/tab or if someone goes to sitename/forum it will do so but without the site wrapper. I used the frameless template from here, but do I need to do something to the main phpbb files or something to get it to include the wrapper?
I've got everything working together using 1.5 (decided to go back to a supported version), but if someone tries to open a link in a new window/tab or if someone goes to sitename/forum it will do so but without the site wrapper. I used the frameless template from here, but do I need to do something to the main phpbb files or something to get it to include the wrapper?
-

crossmr - JFusion Novice

- Posts: 35
- Joined: Mon Apr 04, 2011 9:14 am
Re: Frameless Discussion and Compatible prosilver style
Jfusion do not change anything inside the wrapper. So changed it is the links them self, they propearly all have target top Or something
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7666
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: Frameless Discussion and Compatible prosilver style
fanno wrote:Jfusion do not change anything inside the wrapper. So changed it is the links them self, they propearly all have target top Or something
ok thanks, I'll poke around some more
but how do you get the forum to open at:
http://jfusion.org/forums/
if I go to :
http://mysite.com/forums/ I just get the forum. No site wrapper like you have here.
My links look like this:
index.php?option=com_jfusion&Itemid=53&jfile=viewforum.php&f=7
your links look like:
forums/viewforum.php?f=39
-

crossmr - JFusion Novice

- Posts: 35
- Joined: Mon Apr 04, 2011 9:14 am
Who is online
Users browsing this forum: Google [Bot] and 1 guest
