Advertisement:

Author Topic: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align  (Read 5456 times)

Offline kfir86

  • Newbie
  • *
  • Posts: 5
Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« on: January 25, 2012, 03:15:52 PM »
Hi everybody
I just converted my phpbb forum to smf
Everything seems fine except the posts align- they all align to center. even when members are posting new posts- they go center.
of course, i want them to be align to left.
when inserting the
commend then posts goes left.
not all members do that and esthetic it seems wrong

can it be fix?

Offline Oldiesmann

  • Site Team
  • SMF Super Hero
  • *
  • Posts: 23,221
  • Gender: Male
  • Ask me about the function DB :)
    • oldiesmann on Facebook
    • http://www.linkedin.com/in/michaeleshom on LinkedIn
    • @oldiesmann on Twitter
    • Archie Comics Fan Forum
Re: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« Reply #1 on: January 26, 2012, 11:34:12 AM »
Which theme are you using?

Offline kfir86

  • Newbie
  • *
  • Posts: 5
Re: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« Reply #2 on: January 30, 2012, 03:11:15 PM »
Im using the default "SMF Default Theme - Curve"

Any ideas?

Offline Yoshi

  • Customizer
  • SMF Hero
  • *
  • Posts: 8,160
  • Gender: Male
Re: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« Reply #3 on: January 30, 2012, 03:13:06 PM »
Can we have a little live example of the problem on your forum? Not just a screenshot, a whole link, please :P

It's much like monkey-see, monkey-fix I guess ;)
My Mods / [WIP] Mod Builder / GitHub profile / "A programmer is just a tool which converts caffeine into code."
Quote
<FLAMER> Marketing is about to get into drug activities maybe... but we will see about that later on :P
<Yoshi2889> We're getting free drugs?
<CoreISP> He's talking about caffeine man, damn pen lifter.

Offline kfir86

  • Newbie
  • *
  • Posts: 5
Re: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« Reply #4 on: January 31, 2012, 04:01:23 PM »
Sure
take a look at the last post, no
code:
hxxp:www.modelrailtalk.com/index.php?topic=26 [nonactive]

Offline Yoshi

  • Customizer
  • SMF Hero
  • *
  • Posts: 8,160
  • Gender: Male
Re: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« Reply #5 on: February 01, 2012, 10:15:27 AM »
Seems your forum doesn't like visitors:
Quote
The topic or board you are looking for appears to be either missing or off limits to you.
Could you please unlock the forum? I'm unable to register atm.
My Mods / [WIP] Mod Builder / GitHub profile / "A programmer is just a tool which converts caffeine into code."
Quote
<FLAMER> Marketing is about to get into drug activities maybe... but we will see about that later on :P
<Yoshi2889> We're getting free drugs?
<CoreISP> He's talking about caffeine man, damn pen lifter.

Offline kfir86

  • Newbie
  • *
  • Posts: 5
Re: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« Reply #6 on: February 17, 2012, 09:29:23 AM »
here is a new link,
the forum seems to block links, so just copy and paste to the url bar:
modelrailtalk.com/index.php?topic=56

some times the posts are aligned to center.

what could be the issue?

Offline Yoshi

  • Customizer
  • SMF Hero
  • *
  • Posts: 8,160
  • Gender: Male
Re: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« Reply #7 on: February 17, 2012, 10:50:04 AM »
That's weird.

What modifications have you installed so far?
My Mods / [WIP] Mod Builder / GitHub profile / "A programmer is just a tool which converts caffeine into code."
Quote
<FLAMER> Marketing is about to get into drug activities maybe... but we will see about that later on :P
<Yoshi2889> We're getting free drugs?
<CoreISP> He's talking about caffeine man, damn pen lifter.

Offline TE

  • SMF Hero
  • ******
  • Posts: 4,211
  • Gender: Male
    • eurich.de
Re: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« Reply #8 on: February 17, 2012, 01:11:18 PM »
your entire HTML seems broken, most likely your AD banner code is the reason.. disable all banners and see if it works..
Code: [Select]
<html><center>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-1781772807208308";
/* MRT- large Leaderboard- main page */
google_ad_slot = "5551358665";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Only buddies are allowed to send me a PM and my buddy list is pretty small ;)
---------------------------------------------------
My Github profile

Offline kfir86

  • Newbie
  • *
  • Posts: 5
Re: Converted phpbb 3.0.10 to sm 2.0.2- all ok but posts align
« Reply #9 on: February 18, 2012, 12:56:17 PM »
your entire HTML seems broken, most likely your AD banner code is the reason.. disable all banners and see if it works..


It works, thank you so much!