Advertisement
Jayn

Network Page Instructions

Apr 1st, 2014
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. EDIT THE TITLES
  2. --------------------------
  3.  
  4. 【 o.1 CHANGE THE PAGE TITLE 】
  5.  
  6. This is what will show up on your browser tab. If you want to change it, just change the text here: <title>{Title}</title>
  7.  
  8. 【 o.2 CHANGE THE NETWORK TITLE 】
  9.  
  10. To change the name of the Network, edit this:
  11.  
  12. <div id="networkname">Name Here</div>
  13.  
  14.  
  15. ADD / REMOVE AN ADMIN
  16. -----------------------------------
  17.  
  18. 【 o.1 ADD AN ADMIN 】
  19.  
  20. If you have more than three admins just copy and paste this whole block.
  21.  
  22. <!--START OF ADMIN-->
  23. <div class="admin">
  24. <a href="ADMIN URL HERE"><img src="http://static.tumblr.com/pgongfd/lZhn3a3u3/network_page_01_icon.png"></a>
  25. </div>
  26. <!--END OF ADMIN-->
  27.  
  28. 【 o.2 REMOVE AN ADMIN 】
  29.  
  30. Obviously, then, if you want to remove an admin circle just delete everything from the start and end.
  31.  
  32. Removing all three will break the page. If that happens either ask someone for help or consider using the theme version of this page which will give you a simple option to switch it off.
  33.  
  34. ADD / REMOVE A MEMBER
  35. -----------------------------------
  36.  
  37. 【 o.1 ADD A MEMBER】
  38.  
  39. If you need to add another member just copy and paste this whole block:
  40.  
  41. <!--START OF A MEMBER -->
  42. <div class="container">
  43.  
  44. <div class=member>
  45.  
  46. <div class="name"><a href="http://teenaqe-vow.tumblr.com/">JAYN</a></div>
  47. <div class="memberpic">
  48.  
  49. <img src="http://24.media.tumblr.com/3e64d063def83a2d4b40c86e968de07a/tumblr_n1b7hnZs341s68tsko3_100.png"></div>
  50. <div class="memberhead">Intro:</div> jayn. 21. disney whore, music lover & pretty things addict. always free to talk. :)
  51.  
  52. <br>
  53.  
  54. <div class="memberhead">Blog Type:</div> Personal, Music, Vintage, Food, Disney, Original Content.
  55.  
  56. </div>
  57. <!--END OF A MEMBER -->
  58.  
  59. 【 o.2 REMOVE A MEMBER】
  60.  
  61. If you want to remove a member delete everything from
  62.  
  63. <!--START OF A MEMBER -->
  64.  
  65. to
  66.  
  67. <!--END OF A MEMBER -->
  68.  
  69. There should be 6 members to a row automatically. Add / remove what you need.
  70.  
  71.  
  72. EDIT MEMBER CONTENT
  73. ----------------------------------
  74.  
  75. Go to <!--START OF A MEMBER --> to edit that member's profile.
  76.  
  77. 【 o.1 EDIT THEIR NAME / URL】
  78.  
  79. To edit a member's name, replace the 'Name' [ with the capital 'N'!!] with whatever their name is here:
  80.  
  81. <div class="name"><a href="">Name</a></div>
  82.  
  83. This is also where you edit in their URL. Add their URL inbetween the quotation marks here:
  84.  
  85. <a href="">
  86.  
  87. Make sure it starts with 'http://' or it won't work.
  88.  
  89. 【 o.2 EDIT THEIR INTRODUCTION】
  90.  
  91. To edit someone's intro, just replace 'Member introduction goes here. Keep it simple.' here:
  92.  
  93. <div class="memberhead">Intro:</div> Member introduction goes here. Keep it simple.
  94.  
  95. 【 o.3 EDIT THEIR BLOG TYPE】
  96.  
  97. To edit someone's blog type, just replace 'Member's blog type goes here.' here:
  98.  
  99. <div class="memberhead">Blog Type:</div> Member's blog type goes here.
  100.  
  101. 【 o.3 EDIT THEIR PICTURE】
  102.  
  103. To edit someone's icon, just replace 'http://static.tumblr.com/pgongfd/lZhn3a3u3/network_page_01_icon.png' URL here with the URL to their picture:
  104.  
  105. <div class="memberpic">
  106. <img src="http://static.tumblr.com/pgongfd/lZhn3a3u3/network_page_01_icon.png"></div>
  107.  
  108. EDIT YOUR 'ABOUT'
  109. ------------------------------
  110.  
  111. When you click 'about' you'll get a popup. To edit the content of this pop up, you want to edit everything here [ delete everything between the divs and fill in what you want ]:
  112.  
  113. <div id="popup_name" class="popup_block">
  114. This is where your 'about' goes. Talk about the history or purpose of your network or family, whatever you'd like to do. You can also put updates or other <a href="">links</a> here!
  115. </div>
  116.  
  117.  
  118. ANY QUESTIONS?
  119. ------------------------
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement