phpBBHacks.com - Template Help?
Get Photoshop help and share your work at PhotoshopForums.com
StatsForums Home   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in
FAQFAQ   SearchSearch   MemberlistMemberlist   TutorialsTutorials   ContactContact Us
Username:    Password:
Remember Me?    
   I Lost My Password!
Bookmark and Share
Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 3 Style and Design Support and Development
 See a User Guidelines violation? Please contact us.
Author Message

De[v]
Not So New User

Joined: 19 Mar 2010
Posts: 81
Location: Virginia

PostPosted: June 21st 2010, 4:22 pm    Post subject: Template Help? Reply with quote

I am having problems with placing the category in the right spot its not like me to do this but we all have our bad days. If i can get some one to look at my code and tell me what my problem is i will be so happy.

Code:

 <div class="nav_left">
    <div class="nav_box">
<!-- BEGIN forumrow -->

<!-- IF forumrow.S_IS_CAT -->
 <div class="title_2">
  <div class="title-L"><a href="" class="nav_title-1link">{forumrow.FORUM_NAME}</a></div>
  <div class="title-R"><a href="#" onclick="showhide('{forumrow.FORUM_NAME}'); return(false);">Hide</a></div>
 </div>
   
    <!-- IF forumrow.S_FIRST_ROW -->
  <div id="{forumrow.FORUM_NAME}">
 
  <div class="title_1" style="margin-top:5px;">
       <table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td class="vf-icon-title"></td>
          <td class="vf-forum-title">{L_FORUM}</td>
          <td class="vf-topics-title">{L_TOPICS}</td>
          <td class="vf-post-title">{L_POSTS}</td>
          <td class="vf-Lpost-title">{L_LAST_POST}</td>
        </tr>
       </table>
  </div>
  <div class="msg_body">
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
   <!-- ENDIF -->
   <!-- ELSEIF forumrow.S_IS_LINK -->
      <tr>
         <td class="vf-icon">{forumrow.FORUM_FOLDER_IMG}</td>
         <td class="vf-forum">
            <!-- IF forumrow.FORUM_IMAGE -->
               {forumrow.FORUM_IMAGE}
            <!-- ENDIF -->
            <a class="forum_link" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <br />{forumrow.FORUM_DESC}
         </td>
         <!-- IF forumrow.CLICKS -->
            <td class="vf-Lpost"><b>{L_REDIRECTS}:</b> {forumrow.CLICKS}</td>
         <!-- ELSE -->
            <td class="vf-Lpost"><b>{L_REDIRECTS}:</b> 0</td>
         <!-- ENDIF -->
      </tr>
   <!-- ELSE -->
      <!-- IF forumrow.S_NO_CAT -->
         <tr>
            <td class="vf-forum">{L_FORUM}</td>
            <td class="vf-Lpost"></td>
         </tr>
      <!-- ENDIF -->
      <tr>
         <td class="vf-icon">{forumrow.FORUM_FOLDER_IMG}</td>
          <td class="vf-forum">
            <!-- IF forumrow.FORUM_IMAGE -->
             {forumrow.FORUM_IMAGE}
            <!-- ENDIF -->
            <a class="forum_link" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
                <br />{forumrow.FORUM_DESC}
            <!-- IF forumrow.MODERATORS -->
            <br /><b>{forumrow.L_MODERATOR_STR}:</b> {forumrow.MODERATORS}
            <!-- ENDIF -->
            <!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
            <br /><b>{forumrow.L_SUBFORUM_STR}</b> {forumrow.SUBFORUMS}
            <!-- ENDIF -->
         </td>
         <td class="vf-topics">{forumrow.TOPICS}</td>
         <td class="vf-post">{forumrow.POSTS}</td>
         <td class="vf-Lpost">
            <!-- IF forumrow.LAST_POST_TIME -->
               <!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a>&nbsp;<!-- ENDIF -->{forumrow.LAST_POST_TIME}
               <br />{forumrow.LAST_POSTER_FULL}
                  <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
            <!-- ELSE -->
               <br />{L_NO_POSTS}
            <!-- ENDIF -->
         </td>
      </tr>
       <!-- ENDIF -->
       
       <!-- IF forumrow.S_LAST_ROW -->
    </table>
   </div>
  </div>
   <!-- ENDIF -->
   
<!-- BEGINELSE -->
   <tr>
      <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
   </tr>
<!-- END forumrow -->
 </div>
</div>

 <div class="nav_right">
  <div class="title_1">&raquo; News Archive</div>
   <div class="msg_body-2">
   <div class="msg-nav-1"><a href="">EAPB Updated Impressions by Gamespot</a></div>
   <div class="msg-nav-2"><a href="">First Hands-On Impressions of APB by...</a></div>
  </div>
 </div>


link to my site so you can see what im talking about.
http://l3git.com/forums/
Back to top
View user's profile Send private message Send e-mail Visit poster's website

Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.

PostPosted: June 22nd 2010, 9:35 am    Post subject: Reply with quote

Hey De[v],

When you say the right spot, could you describe where you want to place what? It might help others to help you.

Thanks,

Patrick
_________________
Patrick O'Keefe - phpBBHacks.com Administrator - Feedback? Questions? Please Contact Me!
User Guidelines - Featured phpBB - Featured Author - phpBBHacks.com Awards - Supported Sites - About Us
Author, Managing Online Forums - A Practical Guide to Community Management
phpBB 3 Tutorials: Add Hacks | Clear Your Cache | Fix Missing Images | phpBB 3 Permissions Guide
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger

De[v]
Not So New User

Joined: 19 Mar 2010
Posts: 81
Location: Virginia

PostPosted: June 22nd 2010, 10:06 am    Post subject: Reply with quote

Trying to get the category to go over the right forums but it all just goes to the top of the first forum even tho its a different category.
Back to top
View user's profile Send private message Send e-mail Visit poster's website

Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.

PostPosted: June 25th 2010, 9:03 am    Post subject: Reply with quote

Thanks for the reply. De[v]. Can this be seen on the demo? Do you have to login to see it? Right now I am seeing only one forum.

Thanks,

Patrick
_________________
Patrick O'Keefe - phpBBHacks.com Administrator - Feedback? Questions? Please Contact Me!
User Guidelines - Featured phpBB - Featured Author - phpBBHacks.com Awards - Supported Sites - About Us
Author, Managing Online Forums - A Practical Guide to Community Management
phpBB 3 Tutorials: Add Hacks | Clear Your Cache | Fix Missing Images | phpBB 3 Permissions Guide
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger

De[v]
Not So New User

Joined: 19 Mar 2010
Posts: 81
Location: Virginia

PostPosted: June 25th 2010, 9:09 am    Post subject: Reply with quote

Ya i just fixed the problem last night. Forgot to post saying fixed because power was out for ever.

But i did make an other problem for my self i think it might be settings.

When I make a Category to does not allow me to put forum(s) into it. when i try it kicks it to the main page and out of the category. (From APC under Forums)

I did install a new mod last night and it worked before i installed it.. It there away to fix it with out taking out the mod?
Back to top
View user's profile Send private message Send e-mail Visit poster's website

Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.

PostPosted: June 25th 2010, 9:13 am    Post subject: Reply with quote

Hey De[v],

Glad to hear that you fixed the problem. Are you sure that you're adding the forum under the category by first clicking the category and then adding a forum on the next page?

What was the hack that you installed?

Thanks,

Patrick
_________________
Patrick O'Keefe - phpBBHacks.com Administrator - Feedback? Questions? Please Contact Me!
User Guidelines - Featured phpBB - Featured Author - phpBBHacks.com Awards - Supported Sites - About Us
Author, Managing Online Forums - A Practical Guide to Community Management
phpBB 3 Tutorials: Add Hacks | Clear Your Cache | Fix Missing Images | phpBB 3 Permissions Guide
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger

De[v]
Not So New User

Joined: 19 Mar 2010
Posts: 81
Location: Virginia

PostPosted: June 25th 2010, 9:46 am    Post subject: Reply with quote

Ya im adding the forum right. i installed alphaportal
Back to top
View user's profile Send private message Send e-mail Visit poster's website

Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.

PostPosted: June 27th 2010, 11:23 am    Post subject: Reply with quote

Thanks for the reply. Cool. Has this problem been fixed, as per http://www.phpbbhacks.com/forums/acp-forum-problem-vt76814.html ?

Thanks,

Patrick
_________________
Patrick O'Keefe - phpBBHacks.com Administrator - Feedback? Questions? Please Contact Me!
User Guidelines - Featured phpBB - Featured Author - phpBBHacks.com Awards - Supported Sites - About Us
Author, Managing Online Forums - A Practical Guide to Community Management
phpBB 3 Tutorials: Add Hacks | Clear Your Cache | Fix Missing Images | phpBB 3 Permissions Guide
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 3 Style and Design Support and Development All times are GMT - 6 Hours
Page 1 of 1
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Links: Big Message Boards - Free JavaScript - phpBB2 - phpbb styles - Suporte phpBB - phpBB Česky - phpBB Turkiye - phpBBArabia.com - phpBB-fr.com - Romanian phpBB online community - phpBB-TW.net - phpBBservice.nl - phpBB Brasil - phpBB Portugal - phpBBpersian.com

Network: iFroggy Hosting - PhotoshopForums.com - Managing Online Forums - ManagingCommunities.com - CommunityAdmins.com - KarateForums.com - Bad Boy Blog - SodaRatings.com - Patrick O'Keefe

< Advertising - Contact Us - Disclosure Policy - Staff - User Guidelines >

Copyright © 2001-2012. iFroggy Network, phpBBHacks.com. All Rights Reserved. Privacy Policy. We Support phpBBHacks.com (of course!).
Powered by phpBB © phpBB Group. phpBB SEO. We are in no way affiliated with the phpBB Group. phpBB is copyright to the phpBB Group.