0
Welcome Guest! Login
0 items Join Now

Problem with wrapping forum (Joomla + SMF)

    • Olav A Mjelde's Avatar

    Problem with wrapping forum (Joomla + SMF)

    Posted 17 years 8 months ago
    • Hi,

      I have a problem with wrapping a forum, using template for both joomla and SMF from rockettheme.

      In run the latest version of Joomla and SMF (1.1 RC3), also the latest version of the bridge.
      What happends, is that all the text on the links/etc. disappear when not logged in?

      What happends if I wrap the standard SMF template:
      www.bergen-gatebilklubb.com/Joomla/issues/fwrap.jpg

      If I wrap your template:
      www.bergen-gatebilklubb.com/Joomla/issues/fwrap2.jpg

      Your SMF template wraps better, but it seems it overrides the main css file?
      I tried enabling and disabling the "use css on other pages" in the bridge, as I dont know what that does.
      However, there are no visual differences when checking/unchecking that box.

      Ps. My dirs are like so:

      Joomla: /Joomla
      SMF: /Joomla/smf

      There is also one strange thing, where when users are not logged in, it says the SMF is illegal.
      Also, you see the bugs on the wrapping, and the avatars stored in the SMF does not work when wrapped, for some reason.

      my htaccess:
      ########## Begin - Joomla! core SEF Section
      ############# Use this section if using ONLY Joomla! core SEF
      ## ALL (RewriteCond) lines in this section are only required if you actually
      ## have directories named 'content' or 'component' on your server
      ## If you do not have directories with these names, comment them out.
      #
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_URI} ^(/Joomla/component/option,com) [NC,OR] ##optional - see notes##
      RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
      RewriteRule ^(content/|component/) index.php
      #
      ########## End - Joomla! core SEF Section
      ########## Begin - 3rd Party SEF Section
      ############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
      #
      RewriteCond %{REQUEST_URI} ^(/Joomla/component/option,com) [NC,OR] ##optional - see notes##
      RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule (.*) index.php
      #
      ########## End - 3rd Party SEF Section

      I hope someone has a quick fix ???
    • Last Edit: 17 years 8 months ago by .

Time to create page: 0.045 seconds