|
Author | Topic: Did you know this? (Read 4,394 times) |
OJ Moderator member is offline
![[avatar] [avatar]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/GOTS-OjMod-Avvy.png)
![[msn] [msn]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-msn_off.png)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Nov 2010 Gender: Male  Posts: 976 Location: California Karma: 53 |  | Re: Did you know this? « Reply #15 on Feb 2, 2011, 9:05am » | |
Ok, 2 more questions Sub...
1) How can I make the Latest Topics go from most recent in the top, and oldest in the bottom?
2) How can I center the Latest Topics in my Tabbed Table? Nvm this one, I got it working
|
|
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Did you know this? « Reply #16 on Feb 2, 2011, 2:02pm » | |
Feb 2, 2011, 9:05am, OJ wrote: 1) How can I make the Latest Topics go from most recent in the top, and oldest in the bottom?
|
|
They should already be that way. Oldest thread on bottom. Most recent post on top.
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Did you know this? « Reply #17 on Feb 2, 2011, 7:16pm » | |
Updated the original post with more detailed instructions.
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
Paige Senior Member IOD's Music/Drama Queen member is offline
![[avatar] [avatar]](http://i1103.photobucket.com/albums/g462/hjllovespaige/ForeverinMyHeartAV.jpg)
On Hiatus, to RPG world
![[msn] [msn]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-msn_off.png)
Joined: Apr 2009 Gender: Female  Posts: 547 Location: Malaysia Karma: 6 |  | Re: Did you know this? « Reply #18 on Feb 2, 2011, 9:44pm » | |
Thanks Sub,it's working,I found a way to combine the table as well. Now,there's something,it shows my recent topics when I logged in,but it is showing nothing when I logged out,so is there some way you can add in like a welcome message when members are not log in?
|
|
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Did you know this? « Reply #19 on Feb 2, 2011, 10:35pm » | |
Feb 2, 2011, 9:44pm, Paige wrote:Thanks Sub,it's working,I found a way to combine the table as well. Now,there's something,it shows my recent topics when I logged in,but it is showing nothing when I logged out,so is there some way you can add in like a welcome message when members are not log in? |
|
How about just hiding that table unless you are a member? In other words, guests won't see the table at all.
If that is ok, do this. Add the yellow to the first line of your "~My Latest Topic~" table.
<table id="mylt" style="display:none;" align="center" width="900" border="0" cellpadding="0" cellspacing="0" class="bordercolor">
Then replace your "Move 'Latest topics participated in'" code with this:
<script type="text/javascript"> // Move 'Latest topics participated in' var n=document.getElementById("mylatestthreads"); var m=document.getElementById("latesttopics"); var d=document.getElementById("mylt"); if(n&&m&&d&&pb_username!="Guest"){ n.appendChild(m);m.style.display=""; d.style.display=""; } </script>
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
Paige Senior Member IOD's Music/Drama Queen member is offline
![[avatar] [avatar]](http://i1103.photobucket.com/albums/g462/hjllovespaige/ForeverinMyHeartAV.jpg)
On Hiatus, to RPG world
![[msn] [msn]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-msn_off.png)
Joined: Apr 2009 Gender: Female  Posts: 547 Location: Malaysia Karma: 6 |  | Re: Did you know this? « Reply #20 on Feb 2, 2011, 11:40pm » | |
It works Sub...
But there's a new problem discovered.In the thread pages,where we view the content,the table won't resize..
Sorry,I am not sure why is there so many small problems...
view here
|
|
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Did you know this? « Reply #21 on Feb 3, 2011, 2:02am » | |
Find this line in the "new" table you made and change the 4 to a 3.
<table width="100%" cellpadding="4" border="0" cellspacing="1">
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
Paige Senior Member IOD's Music/Drama Queen member is offline
![[avatar] [avatar]](http://i1103.photobucket.com/albums/g462/hjllovespaige/ForeverinMyHeartAV.jpg)
On Hiatus, to RPG world
![[msn] [msn]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-msn_off.png)
Joined: Apr 2009 Gender: Female  Posts: 547 Location: Malaysia Karma: 6 |  | Re: Did you know this? « Reply #22 on Feb 3, 2011, 2:27am » | |
Done. Thanks Sub,you're a big help,amazing as ever~
|
|
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Did you know this? « Reply #23 on Feb 3, 2011, 2:38am » | |
Thanks. Glad that worked for you.
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
OJ Moderator member is offline
![[avatar] [avatar]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/GOTS-OjMod-Avvy.png)
![[msn] [msn]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-msn_off.png)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Nov 2010 Gender: Male  Posts: 976 Location: California Karma: 53 |  | Re: Did you know this? « Reply #24 on Feb 4, 2011, 12:47pm » | |
Ok, I just saw that when using Safari, it makes the ● bullets show all the way to the right, and the Latest Topics centered. Is there a way to fix this?
|
|
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Did you know this? « Reply #25 on Feb 4, 2011, 2:17pm » | |
Feb 4, 2011, 12:47pm, OJ wrote:| Ok, I just saw that when using Safari, it makes the ● bullets show all the way to the right, and the Latest Topics centered. Is there a way to fix this? |
|
I see the bullets all the way to the left. Is that what you mean? That is just the way Safari handles "lists" when you have it aligned "center" or "right". Chrome does the same thing (same engine). They do not move the bullets for some reason.
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
OJ Moderator member is offline
![[avatar] [avatar]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/GOTS-OjMod-Avvy.png)
![[msn] [msn]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-msn_off.png)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Nov 2010 Gender: Male  Posts: 976 Location: California Karma: 53 |  | Re: Did you know this? « Reply #26 on Feb 4, 2011, 4:14pm » | |
lol my bad. Yeah I meant to the left. Ah ok, well then I guess we'll just leave it like that. Thanks Sub!
|
|
|
Makaveli Junior Member member is offline
![[avatar] [avatar]](http://i35.photobucket.com/albums/d173/mtforums/kobe_bryant2.png)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Feb 2011 Gender: Male  Posts: 118 Location: California Karma: 0 |  | Re: Did you know this? « Reply #27 on Feb 11, 2011, 1:36pm » | |
Sub, I tried using this code on my forum but it won't budge. I went through general settings and did exactly what it said.
| |
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Did you know this? « Reply #28 on Feb 11, 2011, 5:41pm » | |
I don't see the code in your forum.
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
Makaveli Junior Member member is offline
![[avatar] [avatar]](http://i35.photobucket.com/albums/d173/mtforums/kobe_bryant2.png)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Feb 2011 Gender: Male  Posts: 118 Location: California Karma: 0 |  | Re: Did you know this? « Reply #29 on Feb 11, 2011, 5:48pm » | |
Oh I should have mentioned this earlier. I created a test account so I can work on and fix things without having to worry about messing something up on my main forum. Link: http://mtforumstest.proboards.com/
Sorry about that bro.
| |
|
|