The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Top Replys and Lates Post

+4
garenalord
E-Mark
MrMario
ketan_
8 posters

Page 1 of 2 1, 2  Next

Go down

Top Replys and Lates Post Empty Top Replys and Lates Post

Post by ketan_ May 22nd 2011, 8:25 pm

How to create Top Replys and Lates post in bottom header and menu? im using Phpbb3
Like this...

Spoiler:

Thanks b4
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by MrMario May 22nd 2011, 11:07 pm

MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 4:13 am

>>> https://help.forumotion.com/t90639-latest-topics-new-system
This is for Phpbb2... im using Phpbb3
Help Me please.. thanks
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by E-Mark May 23rd 2011, 4:35 am

Not possible to Phpbb3 . It doesn't allow template editing Wink .
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 4:42 am

hmm... ok
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by garenalord May 23rd 2011, 5:41 am

It is Possible for Punbb?
garenalord
garenalord
Forumember

Posts : 58
Reputation : 0
Language : english

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by E-Mark May 23rd 2011, 5:45 am

garenalord wrote:It is Possible for Punbb?

Yes .
Go to > overall_header :

Find this code and delete :
Code:
<div id="{ID_LEFT}">
                                    <!-- BEGIN giefmod_index1 -->
                                    {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                    <!-- END giefmod_index1 -->
                                </div>

then put this :
Code:
<td valign="top" width="100%"><div id="center">
                                <!-- BEGIN giefmod_index1 -->
                                {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                <!-- END giefmod_index1 -->
                              </div></td>

Administration Panel > Display > Templates > Portal > mod_recent_topics.
Delete all codes and put this:

Code:
<style>
div.title {
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #fff;
text-align:center;
}
</style>
<!-- BEGIN classical_row -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="3" align="center"><tbody>
<thead><tr><th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">
<div class="ist">Latest Topics</div>
</th></tr></thead>
<tr>
<td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%">
<table border="0" cellpadding="0" cellspacing="0" colspan="3" width="100%">

<tr><td class="catHead" colspan="2" width="50%">
<div class="title"><font color="black">Topic</font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="black">History</font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="black">Written by</font></div>
</td></tr>

<tr valign="top">
<td colspan="1" style="border-top: 0px none; padding: 0px; background: transparent url(http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/list.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="50%">

<!-- BEGIN recent_topic_row -->
<a href="{classical_row.recent_topic_row.U_TITLE}"><b><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.L_TITLE}</font></b></a><br>

<!-- END recent_topic_row -->
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 16.5px; background-repeat: repeat;" align="center" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
<span class="gensmall">
<!-- BEGIN recent_topic_row -->
<img src="http://img816.imageshack.us/img816/9845/11750606.png" width="16px" height="16px" />
{ON} {classical_row.recent_topic_row.S_POSTTIME}
<br><!-- END recent_topic_row -->
</span>
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 17px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
<!-- BEGIN switch_poster -->
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
<!-- END switch_poster -->
<!-- BEGIN switch_poster_guest -->
{classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
<!-- END switch_poster_guest -->
<!-- BEGIN recent_topic_row -->
<img src="http://www.birazkisisel.com/wp-content/plugins/wp-favorite-posts/img/star.png">
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.switch_poster.S_POSTER}</font></a>
<br><!-- END recent_topic_row -->

</td>
</tr></table></td></tr></tbody></table>
<!-- END classical_row -->
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 5:45 am

im using version Phpbb2,
im try this https://help.forumotion.com/t90639-latest-topics-new-system

But Not Work.... help me please

Cek wrong in my forum this
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by E-Mark May 23rd 2011, 5:51 am

ketan_ wrote:im using version Phpbb2,
im try this https://help.forumotion.com/t90639-latest-topics-new-system

But Not Work.... help me please

Cek wrong in my forum this

For Phpbb2 .
Just make sure you do this correctly :

Administration Panel > Display > Templates > General > overall_header.

Found this code and delete.
Code:
<td valign="top" width="{C1SIZE}">
                              <div id="{ID_LEFT}">
                                <!-- BEGIN giefmod_index1 -->
                                {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                <!-- END giefmod_index1 -->
                              </div>
                          </td>

then put this code :
Code:
<td valign="top" width="100%">
                              <div id="center">
                                <!-- BEGIN giefmod_index1 -->
                                {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                <!-- END giefmod_index1 -->
                              </div>
                          </td></tr><tr>
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 6:21 am

Yes, its work....!!! thanks Mark
Can i add to there 2 collom? Lates Topics and Most acyive topics?
in one line but 2 collom.....???

thanks
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by E-Mark May 23rd 2011, 6:25 am

ketan_ wrote:Yes, its work....!!! thanks Mark
Can i add to there 2 collom? Lates Topics and Most acyive topics?
in one line but 2 collom.....???

thanks

You want only those 2 columns ?
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 6:30 am

No that Mark...
I mean Lates Topics and Most active topics in there....
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by E-Mark May 23rd 2011, 6:32 am

You want to remove the "History" ?
Is that what you mean ?

Copy and paste this one in mod_recent_topics :
Code:
<style>
div.title {
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #fff;
text-align:center;
}
</style>
<!-- BEGIN classical_row -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="3" align="center"><tbody>
<thead><tr><th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">
<div class="ist">Latest Topics</div>
</th></tr></thead>
<tr>
<td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%">
<table border="0" cellpadding="0" cellspacing="0" colspan="3" width="100%">

<tr><td class="catHead" colspan="2" width="50%">
<div class="title"><font color="black">Topic</font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="black"></font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="black">Written by</font></div>
</td></tr>

<tr valign="top">
<td colspan="1" style="border-top: 0px none; padding: 0px; background: transparent url(http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/list.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="50%">

<!-- BEGIN recent_topic_row -->
<a href="{classical_row.recent_topic_row.U_TITLE}"><b><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.L_TITLE}</font></b></a><br>

<!-- END recent_topic_row -->
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 16.5px; background-repeat: repeat;" align="center" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 17px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
<!-- BEGIN switch_poster -->
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
<!-- END switch_poster -->
<!-- BEGIN switch_poster_guest -->
{classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
<!-- END switch_poster_guest -->
<!-- BEGIN recent_topic_row -->
<img src="http://www.birazkisisel.com/wp-content/plugins/wp-favorite-posts/img/star.png">
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.switch_poster.S_POSTER}</font></a>
<br><!-- END recent_topic_row -->

</td>
</tr></table></td></tr></tbody></table>
<!-- END classical_row -->
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 6:37 am

i want like that Mark..
Spoiler:

Lates Topics and Most Active topics


Last edited by ketan_ on May 23rd 2011, 6:42 am; edited 1 time in total
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by !_NICK_! May 23rd 2011, 6:38 am

How do you change the background color from white?
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 6:43 am

Like my spoiller Mark Very Happy
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by E-Mark May 23rd 2011, 6:43 am

ketan_ wrote:i want like that Mark..
Spoiler:

Oh sorry, ok . I'll try to configure it to that one .
Let me work on it Wink .

! NICK ! wrote:How do you change the background color from white?

Code:
<td style="padding: 0px; background: transparent none repeat scroll 0% 0%; -moz-box-shadow: black 0 0 1px; -o-box-shadow: black 0 0 1px; -webkit-box-shadow: black 0 0 1px; background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png); border: 1px solid #1E1E1D; box-shadow: black 0 0 1px; width="100%">

Smile
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by !_NICK_! May 23rd 2011, 6:44 am

Where do I put it?
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by E-Mark May 23rd 2011, 6:51 am

Code:
<td style="padding: 0px; background: transparent none repeat scroll 0% 0%; -moz-box-shadow: black 0 0 1px; -o-box-shadow: black 0 0 1px; -webkit-box-shadow: black 0 0 1px; background: url(PUT THE IMAGE BACKGROUND OF YOURS HERE); border: 1px solid #1E1E1D; box-shadow: black 0 0 1px; width="100%">

Just edit the "PUT THE IMAGE BACKGROUND OF YOURS HERE" with the image background link of yours .
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by !_NICK_! May 23rd 2011, 6:52 am

Oh, okay. Thanks! Back to topic!
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 7:07 am

I mean like this Mark....
Top Replys and Lates Post This1010

Thanks
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by E-Mark May 23rd 2011, 7:10 am

Ah . Now i know . Sorry for being myself slow . xD .
I can't do that . Im not that pro in editing codes, cause that is now a "Latest Posts" . Sorry i can't help you now Smile .

But if you don't mind now, this topic may mark as solved . xD .
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 7:15 am

Ok Mark no problems...
Cek My Forum this
But I want widget Latest Topics and Most active topics NOT UP DOWN like that, but i want 2 widget in one line...
anyone help me?

Thanks
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by lezuj yaj May 23rd 2011, 7:56 am

wow thanks! More power forumotion team.
avatar
lezuj yaj
Forumember

Posts : 149
Reputation : 0
Language : English

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by Darren1 May 23rd 2011, 10:15 am

Hi,

ketan_ wrote:Ok Mark no problems...
Cek My Forum this
But I want widget Latest Topics and Most active topics NOT UP DOWN like that, but i want 2 widget in one line...
anyone help me?

Thanks

Go to Admin panel >> Modules > Widgets > Locate the "Latest Topics" and hit the corresponding Top Replys and Lates Post Editer and change the scrolling direction Wink

What issues still stands other than above?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by E-Mark May 23rd 2011, 10:17 am

Darren1 wrote:Hi,

ketan_ wrote:Ok Mark no problems...
Cek My Forum this
But I want widget Latest Topics and Most active topics NOT UP DOWN like that, but i want 2 widget in one line...
anyone help me?

Thanks

Go to Admin panel >> Modules > Widgets > Locate the "Latest Topics" and hit the corresponding Top Replys and Lates Post Editer and change the scrolling direction Wink

What issues still stands other than above?

I think he mean by this, he wants the 2 widget to be aligned together .
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 11:40 am

Yes, I want 2 widget in one line.... not up and down.
Can Help Me?

Thanks
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by Darren1 May 23rd 2011, 12:47 pm

So, you want to merge the 2 columns 'history' and 'written by', correct?
I can also try to find a way to get the info put to the left of the column if you rather Smile
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by Gangstar15 May 23rd 2011, 2:23 pm

Guys he wants it like this:
Recent TopicsMost Active Topics
1. title
2. title
3. title
1. title
2. title
3. title

But you can't get the latest "Posts" Smile

& am I right Very Happy?
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

Top Replys and Lates Post Empty Re: Top Replys and Lates Post

Post by ketan_ May 23rd 2011, 7:47 pm

Gangstar15 wrote:Guys he wants it like this:
Recent TopicsMost Active Topics
1. title
2. title
3. title
1. title
2. title
3. title

But you can't get the latest "Posts" Smile

& am I right Very Happy?

Yes... that i want.
how i do? now im using Phpbb2
thanks
ketan_
ketan_
Forumember

Male Posts : 142
Reputation : 1
Language : Indonesia
Location : Indonesian

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

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