InterOcean Designs
« Did you know this? »

Welcome Guest. Please Login or Register.
May 18, 2013, 11:50pm




InterOcean Designs :: ProBoards Codes :: ProBoard Code Database :: Did you know this?
« Page 2 of 5 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]
 AuthorTopic: Did you know this? (Read 4,388 times)
OJ
Moderator
member is offline

[avatar]

[yim] [msn]
[homepage]

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
« Last Edit: Feb 2, 2011, 10:14am by OJ »Link to Post - Back to Top  IP: Logged

[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

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.
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

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. ;)
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
Paige
Senior Member
IOD's Music/Drama Queen
member is offline

[avatar]

On Hiatus, to RPG world

[yim] [msn]

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?
Link to Post - Back to Top  IP: Logged


[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

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>
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
Paige
Senior Member
IOD's Music/Drama Queen
member is offline

[avatar]

On Hiatus, to RPG world

[yim] [msn]

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
Link to Post - Back to Top  IP: Logged


[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

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">
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
Paige
Senior Member
IOD's Music/Drama Queen
member is offline

[avatar]

On Hiatus, to RPG world

[yim] [msn]

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. :D Thanks Sub,you're a big help,amazing as ever~
Link to Post - Back to Top  IP: Logged


[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

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.
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
OJ
Moderator
member is offline

[avatar]

[yim] [msn]
[homepage]

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?
Link to Post - Back to Top  IP: Logged

[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

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.
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
OJ
Moderator
member is offline

[avatar]

[yim] [msn]
[homepage]

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! :)
Link to Post - Back to Top  IP: Logged

[image]
Makaveli
Junior Member
member is offline

[avatar]


[homepage]

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.
Link to Post - Back to Top  IP: Logged
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

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. :-/
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
Makaveli
Junior Member
member is offline

[avatar]


[homepage]

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.



« Last Edit: Feb 11, 2011, 5:50pm by Makaveli »Link to Post - Back to Top  IP: Logged
« Page 2 of 5 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]

Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile