Page 8 of 10 FirstFirst ... 6 7 8 9 10 LastLast
Results 141 to 160 of 191
  1. #141
    WASTE OF CURRENCY
    I CAN'T I CAN'T I CAN'T

    Join Date
    Feb 2006
    Posts
    9,065
    BG Level
    8
    FFXIV Character
    Izzy Izumi
    FFXIV Server
    Sargatanas
    FFXI Server
    Phoenix
    WoW Realm
    Arthas

    Quote Originally Posted by Izzy View Post
    Can you remove the crappy chocobo icons for the default skin and replace them with the vBulletin default ones Q_Q?
    Thanks Sono <3

  2. #142
    Relic Weapons
    Join Date
    Sep 2007
    Posts
    356
    BG Level
    4
    FFXI Server
    Phoenix

    Just a note - Visual Depth is quite easy on the eye

  3. #143
    My Little Ixion
    Join Date
    Aug 2007
    Posts
    8,016
    BG Level
    8
    FFXIV Character
    Olorin Bustyoas
    FFXIV Server
    Sargatanas
    FFXI Server
    Ramuh

    ......every hour or so I have to re-login. When you're trying to write a somewhat lengthy reply to someone, or you're at work and are jumping between windows, it's a real pain in the ass.

  4. #144
    Relic Horn
    Join Date
    Dec 2005
    Posts
    3,363
    BG Level
    7
    FFXIV Character
    Xanthe Celaeno
    FFXIV Server
    Hyperion
    FFXI Server
    Carbuncle

    Thanks for enabling the server-side topic marking! <3

  5. #145
    PRINCESS NEWMUMMY
    space mini!

    Join Date
    May 2006
    Posts
    183
    BG Level
    3
    FFXI Server
    Caitsith

    I second Xanthe's thanks and also <3-ing the Visual Depth skin.

  6. #146
    I Am, Who I Am.
    Join Date
    Nov 2005
    Posts
    15,656
    BG Level
    9
    FFXIV Character
    Trixi Sephyuyx
    FFXIV Server
    Excalibur
    FFXI Server
    Ragnarok

    Quote Originally Posted by B. Rockius View Post
    I wanna know too. I wanted to reread some of them and when I entered the section, my heart sank. ._.
    Quote Originally Posted by Aselin View Post
    Curious: Will Elmer's old posts in his Vana'diel Pointy History forum section be restored? ^^;

    I like reading them. However, I only notice a few posts. > <
    vb does something wierd and hides old posts.
    In the forum, towards the bottom, theres a drop down box in the Display Options section, find the 'From The" option, and select 'Beginning', it should show all of his posts.

  7. #147
    RIDE ARMOR
    Join Date
    Jun 2006
    Posts
    23
    BG Level
    1
    FFXI Server
    Diabolos
    WoW Realm
    Darkspear

    Quote Originally Posted by SephirothYuyX View Post
    vb does something wierd and hides old posts.
    In the forum, towards the bottom, theres a drop down box in the Display Options section, find the 'From The" option, and select 'Beginning', it should show all of his posts.
    Alright, cool. Looks like that problem corrected itself since it's selected Beginning form default now, but all the same, thanks. :)

    New problem though.

    .. Where is Elmer's posts? Alot of the his posts are blank now. I tried quoting him to see if I was just loading it wrong, but nothing. Blank quote tags.

  8. #148
    I Am, Who I Am.
    Join Date
    Nov 2005
    Posts
    15,656
    BG Level
    9
    FFXIV Character
    Trixi Sephyuyx
    FFXIV Server
    Excalibur
    FFXI Server
    Ragnarok

    Formatting issue moving from PHP to vB, instead of just converting it to plain text, vB decided to just delete what it didnt like. A lot of my pots went bye bye too. No idea if it's fixable or not.

  9. #149
    Cerberus
    Join Date
    Oct 2005
    Posts
    406
    BG Level
    4

    The issue with all threads being marked as read when you log off and log back on has been fixed. Thanks.

  10. #150
    Cerberus
    Join Date
    Oct 2005
    Posts
    406
    BG Level
    4

    Quote Originally Posted by Olo401 View Post
    ......every hour or so I have to re-login. When you're trying to write a somewhat lengthy reply to someone, or you're at work and are jumping between windows, it's a real pain in the ass.
    CTRL+C then CTRL+V

    Should do it for every post that's more than a sentence regardless.

  11. #151
    Ranger
    9900klub

    Join Date
    Apr 2005
    Posts
    9,976
    BG Level
    8
    FFXIV Character
    Sonomaa Kihten
    FFXIV Server
    Gilgamesh
    FFXI Server
    Bahamut
    WoW Realm
    Durotan
    Blog Entries
    12

    Quote Originally Posted by SephirothYuyX View Post
    Formatting issue moving from PHP to vB, instead of just converting it to plain text, vB decided to just delete what it didnt like. A lot of my pots went bye bye too. No idea if it's fixable or not.
    its not fixable per se, but Im going to try to bribe the server admin into putting back up the old phpbb3 forum for a few days to retrieve the more important posts that got buggered, wish me luck though, this quest has a serious chance of fail and lose (and me getting hit)

  12. #152
    Cerberus
    Join Date
    Jul 2005
    Posts
    479
    BG Level
    4

    Quote Originally Posted by Sonomaa View Post
    no we cant fix the 1 2 3 ... 7 8 9 like it was, itll be 1 2 3 Last Page until we get a plugin for it
    This is a little bit hackish, but you can fix it without a plugin. You can edit the threadbit template (in the Threadbit Templates section of the Edit Templates section of the Style Manager) and replace the default ...
    Code:
    <if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>
    ... with something like:
    Code:
    <if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <if condition="$pagesminus2 = $thread[totalpages] - 2"><if condition="$pagesminus1 = $thread[totalpages] - 1"><if condition="$pagesminus2 > 7"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$pagesminus2$thread[highlight]">$pagesminus2</a> <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$pagesminus1$thread[highlight]">$pagesminus1</a> <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$thread[totalpages]</a><else /><a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$thread[totalpages]</a></if></if></if></if>)</span></if>
    (there's probably a slightly better way to accomplish the same thing, but this works).

    You'd have to do that in all styles. I generally recommend that you make all styles children of the default style that way in most cases you only have to make template changes to the default style and the children styles will inherit them.

  13. #153
    The 69th Donor
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Mar 2008
    Posts
    15,071
    BG Level
    9
    WoW Realm
    Kil'jaeden

    This is just nit-picking at this point, but can we force a smaller size on avatars so they don't stretch out the left side of the forums, encroaching upon the space used to write posts? Kind of just bugs me.

  14. #154
    WASTE OF CURRENCY
    I CAN'T I CAN'T I CAN'T

    Join Date
    Feb 2006
    Posts
    9,065
    BG Level
    8
    FFXIV Character
    Izzy Izumi
    FFXIV Server
    Sargatanas
    FFXI Server
    Phoenix
    WoW Realm
    Arthas

    Quote Originally Posted by Aksannyi View Post
    This is just nit-picking at this point, but can we force a smaller size on avatars so they don't stretch out the left side of the forums, encroaching upon the space used to write posts? Kind of just bugs me.
    This was a problem with phpbb as well. I just learned to adblock annoying ass avatars.

  15. #155
    Old Merits
    Join Date
    Jun 2005
    Posts
    1,008
    BG Level
    6
    FFXI Server
    Quetzalcoatl

    I don't have this problem... Trying making your resolution bigger.

  16. #156
    WASTE OF CURRENCY
    I CAN'T I CAN'T I CAN'T

    Join Date
    Feb 2006
    Posts
    9,065
    BG Level
    8
    FFXIV Character
    Izzy Izumi
    FFXIV Server
    Sargatanas
    FFXI Server
    Phoenix
    WoW Realm
    Arthas

    Quote Originally Posted by Azalee View Post
    I don't have this problem... Trying making your resolution bigger.
    Making your resolution bigger doesn't stop retards from using a 500x500 avatar.

  17. #157
    The 69th Donor
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Mar 2008
    Posts
    15,071
    BG Level
    9
    WoW Realm
    Kil'jaeden

    Quote Originally Posted by Izzy View Post
    Making your resolution bigger doesn't stop retards from using a 500x500 avatar.
    That, and I can't see really small type, which is what I'd get from changing my resolution. I'd have to sit with my face right up to the monitor.

  18. #158
    Ridill
    Join Date
    Dec 2007
    Posts
    10,982
    BG Level
    9
    FFXI Server
    Shiva
    WoW Realm
    Azuremyst

    Never got a response but, are old topics gone for good? when i try to click the link to old threads i get a 404 message.

  19. #159
    Ranger
    9900klub

    Join Date
    Apr 2005
    Posts
    9,976
    BG Level
    8
    FFXIV Character
    Sonomaa Kihten
    FFXIV Server
    Gilgamesh
    FFXI Server
    Bahamut
    WoW Realm
    Durotan
    Blog Entries
    12

    Quote Originally Posted by Guitarman View Post
    Never got a response but, are old topics gone for good? when i try to click the link to old threads i get a 404 message.
    are you completely retarded or something?

    new forums, the links to old threads dont match up

    search is your friend.

  20. #160
    Ridill
    Join Date
    Dec 2007
    Posts
    10,982
    BG Level
    9
    FFXI Server
    Shiva
    WoW Realm
    Azuremyst

    Not everyone has the experience with forums that you do. Just an idle question, calm down now

Page 8 of 10 FirstFirst ... 6 7 8 9 10 LastLast