[How To] different from the first post post 2 - post 3 and so on.
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #1
[How To] different from the first post post 2 - post 3 and so on.
I've long wanted to ask you about this. I mean hopefully this can quite understand. Lol

I want to try applying Xthreads such threads exist in this room ... Rules

which is where the first post is different from post to 2 - to 3 and so on.

is there anything that can explain ... how to create a look like this?

   

Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
(This post was last modified: 04-24-2013 06:25 PM by terzier.)
04-24-2013 06:23 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Heisenberg Offline
Junior Member
**
Posts: 4
Joined: Apr 2013
Post: #2
RE: [How To] different from the first post post 2 - post 3 and so on.
Use CSS. I think here ACP->Templates&Skins->Skins->Your_template->global.css

PHP Code:
1
2
3
4
5
6
7
.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

Play with it.
Like

Code:
1
2
3
4
5
6
7
8
-moz-border-radius: 36px;
-webkit-border-radius: 36px;
border-radius: 36px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 6px #000000;
-webkit-box-shadow: 0px 0px 6px #000000;
box-shadow: 0px 0px 6px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

Found here.

04-24-2013 07:13 PM
Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #3
RE: [How To] different from the first post post 2 - post 3 and so on.
@Heisenberg

did you not read?
Quote:I want to try applying Xthreads such threads exist in this room ... Rules

let you see my attachment file

Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
04-24-2013 07:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Heisenberg Offline
Junior Member
**
Posts: 4
Joined: Apr 2013
Post: #4
RE: [How To] different from the first post post 2 - post 3 and so on.
(04-24-2013 07:43 PM)terzier Wrote:  @Heisenberg
did you not read?
Sorry, I thought that you want to change styles Smile
04-24-2013 08:44 PM
Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #5
RE: [How To] different from the first post post 2 - post 3 and so on.
no. not "css" style. but form a different style first post (post #1) with another post (post #2 - post #3 ; etc) . Biggrin

sorry if my english bad. I am from Indonesia. Tongue

Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
04-24-2013 09:02 PM
Visit this user's website Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #6
RE: [How To] different from the first post post 2 - post 3 and so on.
This is standard XThreads.

Install XThreads.
Go to global templates.
Create a template called myfirst_postbit_first. Make the html for the first post in that template.
Create a template called myfirst_postbit_first_classic. Make the html for the first post in that template.
Save
Go to forum management, open the forum you want first post to show at the top of every page, Go to edit forum settings, change template prefix to myfirst_,
Say yes to show at the top of every page.

Go to forum.


[Image: leelink.gif]
MYBB1.6 & XThreads
04-25-2013 11:15 AM
Visit this user's website Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #7
RE: [How To] different from the first post post 2 - post 3 and so on.
thank you, Leefish Jap
I have understand even a little. Winktongue

I experienced problems, I do not understand the "code template" that will be used. Can you guide Rules it? Tongue

Code:
sorry if my english bad

Winktongue

1+ to you I gave in forum MyBB.com Tongue


Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
04-26-2013 02:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #8
RE: [How To] different from the first post post 2 - post 3 and so on.
The best guide for what you want is here:

http://mybbhacks.zingaburga.com/showthread.php?tid=293

Just follow what the setup tells you.

What you need to understand is that XThreads is a tool that you can use - it does not do anything for you.
You can make threadfields in the custom threadfields. When you make a threadfield you can select which forum it can be used in. Then, when you make templates, you can set a prefix for that forum you have chosen when you made a threadfield and then create templates using that prefix in global templates.

Inside the templates you have made for that forum you can add the variables from the custom threadfields and they will show in the forum.

That is it Biggrin


[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 04-26-2013 04:56 PM by leefish.)
04-26-2013 04:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #9
RE: [How To] different from the first post post 2 - post 3 and so on.
thanks for reply, leefish. Yipi

I already tried. but the thread is making me confused Zzz . in my opinion, is too complicated and too long Erf.

I hope, Yumi or RateU pleased to share a tutorial to make room like in this room.  Yes .

and not what is written in these threads.

and the next question that makes me confused ... what code should exist in New Threads

Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
04-26-2013 08:10 PM
Visit this user's website Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #10
RE: [How To] different from the first post post 2 - post 3 and so on.
@terzier, there is nothing complicated in that thread; just follow what it says to do. If you think the information in the setup is outdated or hard to understand then ask your question in that thread.


[Image: leelink.gif]
MYBB1.6 & XThreads
04-27-2013 02:11 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: