WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Go to page : 1, 2  Next

View previous topic View next topic Go down  Message [Page 1 of 2]

1New posts picture under category Empty New posts picture under category Fri Nov 26, 2010 10:43 am

gang of evil


Registered Member
Registered Member
Hi can anybody tell me how to do these new posts under category image https://2img.net/h/oi51.tinypic.com/2zrni1i.jpg i made the categories and everyth i just cant figure out that part



Last edited by gang of evil on Wed Dec 01, 2010 5:13 am; edited 1 time in total

2New posts picture under category Empty Re: New posts picture under category Fri Nov 26, 2010 6:04 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
That can be done by template editing. Smile

You either had to use punBB or phpBB2

http://woops.dk

3New posts picture under category Empty Re: New posts picture under category Fri Nov 26, 2010 6:30 pm

verrell123

verrell123
Registered Member
Registered Member
how about PHBB2?

http://www.freshartz.co.cc/

4New posts picture under category Empty Re: New posts picture under category Fri Nov 26, 2010 7:00 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Unknown Data wrote:That can be done by template editing. Smile

You either had to use punBB or phpBB2

http://woops.dk

5New posts picture under category Empty Re: New posts picture under category Fri Nov 26, 2010 8:06 pm

Guest


Guest
thats simple:

just use this at the forum you want it to appear:

insect it to the title:

Code:
<span style="display:none;">Forum name</span>

if your forum is forumotion
ACP--> display -> Structure and Hierarchy --> show sublevel links : yes | NO | with pics ( mark the with pics one)

you have to create the 4 in 1 or more forum effect so the above things work,if you cant pm me to send you some tutorials.



Last edited by Nick on Sat Nov 27, 2010 1:22 am; edited 1 time in total

6New posts picture under category Empty Re: New posts picture under category Fri Nov 26, 2010 9:02 pm

gang of evil


Registered Member
Registered Member
Im using a punbb version nick where do i place that in my css?

7New posts picture under category Empty Re: New posts picture under category Fri Nov 26, 2010 10:04 pm

ankillien

ankillien
Administrator
Administrator
Hi,

Can you give me the current code in your index_box template?

8New posts picture under category Empty Re: New posts picture under category Fri Nov 26, 2010 10:09 pm

ArChKnIgHt

ArChKnIgHt
Registered Member
Registered Member
hi,

i was searching for that too

iam using PhpBB2 and Forumotion

and this is my template index_box

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>

        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>

<div class="g-search"><div align="center"><form method="get" action="http://www.google.com/search">
<div style="border:4px solid black;padding:4px;width:30em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text"  name="q" size="25"
 maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:100%">
<input type="checkbox"  name="sitesearch"
 value="skulls96forum.4rumer.com" checked />Search on Skulls Forums<br />
</td></tr></table>
</div></div></div>

<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="3" cellpadding="0">
  <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
      <th nowrap="nowrap" width="200"><div style="width:200px;">Details</div></th>
  </tr>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
        <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
        </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
  </tr>
  <!-- END cathead -->
  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">


<!---- MODIFICATIONS MADE BY THE FRENCH SUPPORT FORUM ---->

        <h{catrow.forumrow.LEVEL} class="hierarchy">
        <div class="forum-link"><center><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></center></div>
        </h{catrow.forumrow.LEVEL}>     
<div class="forum-description">
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
</div>
<div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
        <span class="gensmall">
<!-- BEGIN switch_moderators_links -->
<div class="mod-name">
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
</div>
<!-- END switch_moderators_links -->
        </span>
      </td>
      <!-- BEGIN forum_link_no -->
      <td class="row3 over" align="center" valign="middle" height="50">
<center><div class="forum-stats-title">.Forum Stats.</div><div class="forum-stats">{catrow.forumrow.POSTS} message.<br> {catrow.forumrow.TOPICS} topic.</div><hr><div class="last-post-title">.Last Post.</div><div class="last-post">{catrow.forumrow.LAST_POST}</div></center>
      </td>

<!---- END OF MODIFICATIONS MADE BY THE FRENCH SUPPORT FORUM ---->

      <!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->
  <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

http://ultragamerz.forumotion.net/

9New posts picture under category Empty Re: New posts picture under category Fri Nov 26, 2010 10:21 pm

Guest


Guest
gang of evil wrote:Im using a punbb version nick where do i place that in my css?

thats not css,its basic html.
at the field where you write your forum title (eg "introductions","forum rules" etc) paste that code and replace "Forum name" with the name you want to appear.

*1st post updated

10New posts picture under category Empty Re: New posts picture under category Sun Nov 28, 2010 12:22 am

gang of evil


Registered Member
Registered Member
ankillien wrote:Hi,

Can you give me the current code in your index_box template?
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->

<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
<td class="tcr">{catrow.forumrow.LAST_POST}</td>
</tr>
<!-- END forumrow -->

<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->

11New posts picture under category Empty Re: New posts picture under category Sun Nov 28, 2010 12:23 am

Guest


Guest
gang of evil wrote:
ankillien wrote:Hi,

Can you give me the current code in your index_box template?
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->

<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>


{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->


{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
<td class="tcr">{catrow.forumrow.LAST_POST}</td>
</tr>
<!-- END forumrow -->

<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->

did you try what i told you or are you going to choose the hard way?

12New posts picture under category Empty Re: New posts picture under category Sun Nov 28, 2010 12:25 am

gang of evil


Registered Member
Registered Member
nick i made that 4 in 1 categories i just dnt kno how to add that new picture under an categorie image like new posts no posts etc..i will try that when i get home

13New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 10:47 am

ankillien

ankillien
Administrator
Administrator
@Nick, sorry but that is not going to work. If it was so easy, I wouldn't have chosen the hard way Wink

@gang of evil,

Your template doesn't actually look like 4 in 1 categories, but try this code....

Code:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->

<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>


{catrow.forumrow.FORUM_DESC}

<br />
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>

<!-- BEGIN switch_moderators_links -->


{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
<td class="tcr">{catrow.forumrow.LAST_POST}</td>
</tr>
<!-- END forumrow -->

<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->

Hope it helps Very Happy

14New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 11:27 am

gang of evil


Registered Member
Registered Member
No non of that works Sad

15New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 11:46 am

gang of evil


Registered Member
Registered Member
Actually nick that kind of worked in some way now if i want to put a diferent picture how do i do that?

16New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 5:13 pm

Jophy

Jophy
Registered Member
Registered Member
Please don't double post unless separated by 24 hour period, Please used the EDIT button, thanks Wink

http://www.socialtechforum.com/

17New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 6:16 pm

ankillien

ankillien
Administrator
Administrator
gang of evil wrote:No non of that works Sad

As I said, your templates are not actually for 4 in 1 categories. They are almost same as the default one.

18New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 7:32 pm

Guest


Guest
Hello if you want the icons to be under the forums you only need to create 4in1 forums and change the last post icons from the ACP and add image for the 4in1 forums then you will have it like in the pic above (:

19New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 7:38 pm

ankillien

ankillien
Administrator
Administrator
Gangstar15 wrote:Hello if you want the icons to be under the forums you only need to create 4in1 forums and change the last post icons from the ACP and add image for the 4in1 forums then you will have it like in the pic above (:

Exactly Cool

When I saw his template code, there was no modification for 4in1 forums.

20New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 7:45 pm

Guest


Guest
You need the templates only to hide this tag "," Very Happy
So if you follow the tutorial in FM about multi forums, you will get what you want Very Happy

21New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 8:29 pm

Guest


Guest
ankillien wrote:@Nick, sorry but that is not going to work. If it was so easy, I wouldn't have chosen the hard way Wink


Actually it works mate Wink I wouldnt post any code that didnt work here just to gain posts Razz
tried it in my test forum btw and there may be some problems in punbb forums(there may appear a "," between the icons)

22New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 8:31 pm

Guest


Guest
Nick its easy to hide them Razz
its not possible to remove them, but you just make the color of it the same as the background Very Happy that's what ego-one, creative labz, world dezign and many forums using it like this way:D

23New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 8:35 pm

Guest


Guest
Gang,thats what he wants to do...the only thing to put these under the icons is that!

24New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 8:38 pm

Guest


Guest
Ya take it easy buddy.

25New posts picture under category Empty Re: New posts picture under category Mon Nov 29, 2010 11:33 pm

gang of evil


Registered Member
Registered Member
So you guys are saying just to change the mini icons of new posts no posts etc?

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 2]

Go to page : 1, 2  Next

Permissions in this forum:
You cannot reply to topics in this forum