Calendar, Possible to put it on seperate page? |
![]() ![]() |
Calendar, Possible to put it on seperate page? |
![]()
Post
#1
|
|
![]() Vae Victis ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,416 Joined: Sep 2006 Member No: 460,227 ![]() |
http://www.xanga.com/l3loodFist
I want to get some sort of access to the calendar by clicking the "Archives" link so that past posts can be easily read. Would it be possible to make it collapsible, so that it shows up when it's clicked (perhaps with this script: http://www.createblog.com/scripts/download.php?id=22)? Or if that won't work, somehow copy and paste the coding onto a seperate page (hosted by my account on Freewebs)? I thought it'd be easy to do myself, but I can't isolate the code for the calendar feature. |
|
|
*digital.fragrance* |
![]()
Post
#2
|
Guest ![]() |
Not really... you can't seperated Xanga's content into pages since it is one weblog.
|
|
|
![]()
Post
#3
|
|
![]() Vae Victis ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,416 Joined: Sep 2006 Member No: 460,227 ![]() |
Well, having it in a drop-down menu wouldn't be separating it. It would be the same premise as that script I linked to, but for the calendar only and in a different position.
|
|
|
*digital.fragrance* |
![]()
Post
#4
|
Guest ![]() |
Well, you couldn't really super-impose the calendar in that drop down menu. Since that drop down menu doesn't show on click the 'original menus' (you have to manually enter the information), it's petty much impossible.
|
|
|
![]()
Post
#5
|
|
![]() Vae Victis ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,416 Joined: Sep 2006 Member No: 460,227 ![]() |
You mean because it's a custom module? This one controls the standard menu, if that's the issue.
http://www.createblog.com/forums/lofiversi...hp/t168432.html |
|
|
*digital.fragrance* |
![]()
Post
#6
|
Guest ![]() |
I suppose then it could be possible - however, I'm not javazcript knowledged enough to break it apart to turn it into a plain link, act indiepently and not look like a table header.
|
|
|
![]()
Post
#7
|
|
![]() Vae Victis ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,416 Joined: Sep 2006 Member No: 460,227 ![]() |
Yeah, the problem I ran into is isolating it by itself. But thanks for your replies. I'll see if anyone else knows this.
|
|
|
![]()
Post
#8
|
|
![]() Vae Victis ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,416 Joined: Sep 2006 Member No: 460,227 ![]() |
Okay, I managed to get it to look like this:
http://img401.imageshack.us/img401/1549/headkg5.gif All I did was paste the calendar coding into the header. I just need to somehow integrate the "Minimize Left Modules" script mentioned before for the calendar to the "Archives" link on my page. Would anybody know how to do that? I just want to have a calendar on my Xanga that can be minimized by clicking "Archives". The calendar code: CODE <tr>
<td valign="top" class="left" align="center"> <select name="PostCalendar$ddlMonth" id="PostCalendar_ddlMonth"> <option value="1">Jan</option> <option value="2">Feb</option> <option value="3">Mar</option> <option selected="selected" value="4">Apr</option> <option value="5">May</option> <option value="6">June</option> <option value="7">July</option> <option value="8">Aug</option> <option value="9">Sept</option> <option value="10">Oct</option> <option value="11">Nov</option> <option value="12">Dec</option> </select> <select name="PostCalendar$ddlDay" id="PostCalendar_ddlDay"> <option selected="selected" value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select> <select name="PostCalendar$ddlYear" id="PostCalendar_ddlYear"> <option selected="selected" value="2007">2007</option> <option value="2006">2006</option> <option value="2005">2005</option> <option value="2004">2004</option> </select><br /> <input name="PostCalendar$ctl00" type="button" value="Enter" class="button" onclick="GotoDate();" /> </td></tr><tr><td valign="top" class="left" align="center"> <a href="/last.aspx?user=l3loodFist">|<< oldest</a> | <a href="/l3loodFist">newest >>|</a> </td> </tr> </table> |
|
|
*digital.fragrance* |
![]()
Post
#9
|
Guest ![]() |
^ Wow, that's great - even though I can't help you, I think you should submit what you have to Xanga Scripts.
|
|
|
![]() ![]() |