0
Welcome Guest! Login
0 items Join Now

Sporticus Question

  • Sporticus Question

    Posted 18 years 4 months ago
    • Hi,

      I couldn't post this in the Sporticus forum as I am no longer a member of RTTC.

      I have 2 questions about this template.
      • Is it possible to make this a full width template? How complicated would it be? I have been on the look out for a full width template for a new site I am developing and need the real estate.
      • If you can make it full width, would it be hard to insert an extra column like the user 5 column?

      Kind regards,
      Mame du Bois
    • "Be careful about reading health books. You may die of a misprint." Mark Twain
  • Re: Sporticus Question

    Posted 18 years 4 months ago
    • Hello Mame,

      You can set the widht in the template_css.cc

      div.wrapper {
      width: 845px; /* control the width here */
      margin: 0 auto;
      position: relative;
      padding-bottom: 1px;
      }

      By editting the template index.php and set the proper css, I think it's possible to make an additional column like user 5.

      Best Regards,

      Arifin FinLy
  • Re: Sporticus Question

    Posted 18 years 4 months ago
    • Hi,

      Thank you! And thank you for the lightnig fast reply. Very helpful.

      Kind regards,
      Mame du Bois
    • "Be careful about reading health books. You may die of a misprint." Mark Twain
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Sporticus Question

    Posted 18 years 4 months ago
    • azajet's Avatar
    • azajet
    • Sr. Rocketeer
    • Posts: 105
    • Thanks: 0

    Re: Sporticus Question

    Posted 18 years 4 months ago
    • Please Arinfin : I just read this

      By editting the template index.php and set the proper css, I think it's possible to make an additional column like user 5.

      Can you explain this better or put the code. (If it is easy for you)- I have not idea and need it for the change to this template
      Thanks
  • Re: Sporticus Question

    Posted 18 years 4 months ago
    • Hi Andy,

      Thanks for that. Have a few assignments for uni I am working on then I will be focusing on the site. Sporticus is a great template by the way. I think it will be as popular as Internet Gazette.

      Mame du Bois
    • "Be careful about reading health books. You may die of a misprint." Mark Twain
  • Re: Sporticus Question

    Posted 18 years 4 months ago
    • azajet wrote:
      Please Arifin : I just read this

      By editting the template index.php and set the proper css, I think it's possible to make an additional column like user 5.

      Can you explain this better or put the code. (If it is easy for you)- I have not idea and need it for the change to this template
      Thanks

      Hello Azajet,

      Yes, I would like to help, but it's difficult to post the code here because all depends on the template structure.
      Hmm, maybe this my simple code can give you some idea:

      For example you want to insert user9 into a little box,

      in the index.php (of course in the right place), put:
      <?php if(mosCountModules('user9')) { ?>
           <div class="user9_css">
                <?php mosLoadModules('user9', -2); ?>
           </div>
           <?php } ?>

      Then open the template_css.css and put this code:
      .user9_css {
           width: 100px;
           height: 200px;
           background-color: #ccc;
           border: 1px #f00 solid;
           padding: 5px;
      &nbsp; &nbsp; &nbsp; &nbsp; /* etc etc.... */
      }

      Hmm.. Yes, maybe something like that. I hope this simple one can help you...
      I am not a tutorial guru, just want to share my very little knowledge ;)

      Please be free to ask more, there are many people in this community who will help you pleasantly :D

      Best Regards,

      Arifin FinLy
    • azajet's Avatar
    • azajet
    • Sr. Rocketeer
    • Posts: 105
    • Thanks: 0

    Re: Sporticus Question

    Posted 18 years 4 months ago
    • Thaks Arifin, because i repost this in sporticus, i can´t see your response untill now. I´ll try it now
      Pleas, can you see my post about split menu in:
      www.rockettheme.com/forum/index.php?t=6638&rb_v=viewtopic

      Sorry if i abuse of you; but need fix this problem, for me is very important.

      Kind Regards
  • Re: Sporticus Question

    Posted 18 years 4 months ago
    • Hello Azajet,

      Never mind, you didn't abuse me at all. I have read your post but I think it's not easy fix, maybe it need more modification. The rt_splitmenu for sporticus support 3 level that is different with Versatility II use.
      I hope other great coder can help you solve this problem soon.

      Best Regards,

      Arifin FinLy
    • z0rg's Avatar
    • z0rg
    • Newbie
    • Posts: 17
    • Thanks: 0

    Re: Sporticus Question

    Posted 18 years 4 months ago
    • Arifin FinLy wrote:

      in the index.php (of course in the right place), put:
      <?php if(mosCountModules('user9')) { ?>
           <div class="user9_css">
                <?php mosLoadModules('user9', -2); ?>
           </div>
           <?php } ?>

      Then open the template_css.css and put this code:
      .user9_css {
           width: 100px;
           height: 200px;
           background-color: #ccc;
           border: 1px #f00 solid;
           padding: 5px;
      &nbsp; &nbsp; &nbsp; &nbsp; /* etc etc.... */
      }

      Doesn't work for me. Please, help me where the code puttin':
      <?php endif; ?>
                               </td>
                               <?php if (mosCountModules('user5')) : ?>
                               <td class="middle">
                                    <div class="block light">
                                    <?php mosLoadModules('user5', -2); ?>
                                    </div>
                               </td>
                               <?php endif; ?>
                               <?php if ($sidenav != '' or mosCountModules('user6') or mosCountModules('user7')) : ?>

Time to create page: 0.075 seconds