Advertise Here

Author Topic: [Guide] Basic guide to using the Webpage Editor  (Read 45830 times)

0 Members and 1 Guest are viewing this topic.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #45 on: December 06, 2008, 05:22:10 pm »
Your first code.. do it this way and it will work with webpage editor.

Code: [Select]
<form name="jump">
 <select name="menu">
 <option value="http://www.adultbabv.com/index.php/topic,1007.0.html">Hello Kitty</option>
 <option value="http://www.adultbabv.com/index.php/topic,1004.0.html">Holly Moose</option>
 <option value="http://www.adultbabv.com/index.php/topic,1000.0.htmlL">Maxine Gift</option>
 <option value="http://www.adultbabv.com/index.php/topic,990.0.html">December Fountain</option>
 <option value="http://www.adultbabv.com/index.php/topic,959.0.html">11.24 update</option>
 </select>
 <input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="Go">
</form>

Offline girlhues

  • SMF For Free Member
  • *
  • Posts: 67
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #46 on: December 06, 2008, 05:26:47 pm »
Thank you Sibyl. I just tried by creating a new page. It still won't work

http://allaboutbabvtest.smfforfree2.com/pages/allaboutbabvtest/test2.php

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #47 on: December 06, 2008, 05:28:36 pm »
Thank you Sibyl. I just tried by creating a new page. It still won't work

http://allaboutbabvtest.smfforfree2.com/pages/allaboutbabvtest/test2.php

Click Edit to edit that page.. then click HTML

Look in the popup box that comes up.

Tell me if the urls changed.   

Offline girlhues

  • SMF For Free Member
  • *
  • Posts: 67
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #48 on: December 06, 2008, 05:34:30 pm »
I don't see anything change after I select HTML...unless I am looking in the wrong spot.


When you edit a page, should the "edit page"  say Add a new Webpage at the top?
« Last Edit: December 06, 2008, 05:36:33 pm by girlhues »

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #49 on: December 06, 2008, 05:39:25 pm »
I don't see anything change after I select HTML...unless I am looking in the wrong spot.


When you edit a page, should the "edit page"  say Add a new Webpage at the top?

Yes it will say that.
What Im looking for is to see if it changed the urls that are in this part of the code...  double check it again would you please?    THere is a reason Im having you do this.  Make sure the urls are EXACTLY the same.
When you click HTML you should get a popup box with the code in it. check these links:

<option value="http://www.adultbabv.com/index.php/topic,1007.0.html">Hello Kitty</option>
 <option value="http://www.adultbabv.com/index.php/topic,1004.0.html">Holly Moose</option>
 <option value="http://www.adultbabv.com/index.php/topic,1000.0.htmlL">Maxine Gift</option>
 <option value="http://www.adultbabv.com/index.php/topic,990.0.html">December Fountain</option>
 <option value="http://www.adultbabv.com/index.php/topic,959.0.html">11.24 update</option>

Offline girlhues

  • SMF For Free Member
  • *
  • Posts: 67
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #50 on: December 06, 2008, 05:51:20 pm »
This is directly from the code under the HTML pop up box

<option value="http://www.adultbabv.com/index.php/topic,1004.0.html">Holly Moose</option>
<option value="http://www.adultbabv.com/index.php/topic,1000.0.htmlL">Maxine Gift</option>
<option value="http://www.adultbabv.com/index.php/topic,990.0.html">December Fountain</option>
<option value="http://www.adultbabv.com/index.php/topic,959.0.html">11.24 update</option>

Edit -  I just added the complete code again, saved, edit and viewed the HTML. This is what I got again.


<option selected="65535" value="http://www.adultbabv.com/index.php/topic,1007.0.html">Hello Kitty</option>
<option value="http://www.adultbabv.com/index.php/topic,1004.0.html">Holly Moose</option>
<option value="http://www.adultbabv.com/index.php/topic,1000.0.htmlL">Maxine Gift</option>
<option value="http://www.adultbabv.com/index.php/topic,990.0.html">December Fountain</option> <option value="http://www.adultbabv.com/index.php/topic,959.0.html">11.24 update</option>

Original code I added

Code: [Select]
<form name="jump">
 <select name="menu">
 <option value="http://www.adultbabv.com/index.php/topic,1007.0.html">Hello Kitty</option>
 <option value="http://www.adultbabv.com/index.php/topic,1004.0.html">Holly Moose</option>
 <option value="http://www.adultbabv.com/index.php/topic,1000.0.htmlL">Maxine Gift</option>
 <option value="http://www.adultbabv.com/index.php/topic,990.0.html">December Fountain</option>
 <option value="http://www.adultbabv.com/index.php/topic,959.0.html">11.24 update</option>
 </select>
 <input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="Go">
</form>
« Last Edit: December 06, 2008, 05:55:42 pm by girlhues »

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #51 on: December 06, 2008, 05:56:06 pm »
When you create the page you do it this way?

Click Add Webpage
Put in a name for the page.
Click the HTML link
PUt the code in the popup box.
Click the Update Button
Click the Add Page Button.
Then check the page.

If that is exactly what you are doing and you used the code I gave you Im afraid I have no idea why it wont work.  I put it on my test forum before posting it to you to be sure and it worked great.   Hmmm


Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #52 on: December 06, 2008, 06:00:35 pm »
Okay I just got that last post..   Make sure you did not have the two codes confused.  Using the code that I gave you it cant/wont put that that first line in..  this one:

Code: [Select]
<option selected="65535" value="http://www.adultbabv.com/index.php/topic,1007.0.html">Hello Kitty</option>
That is from YOUR code hon.   
When I did it the first time it did not work for me then I went back to look and whapped myeslf because I put the wrong code in  (put yours in not the one I did for you)   heh     Soooo  make sure you are using the right code.

Make sure you cleared the box out too..  right mouse on the box, click select all .. right mouse again then delete.
« Last Edit: December 06, 2008, 06:02:21 pm by simply sibyl »

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #53 on: December 06, 2008, 06:05:32 pm »
Is this the page you are trying to do it on?
http://allaboutbabvtest.smfforfree2.com/pages/allaboutbabvtest/test2.php

Source code shows your code , not the one I gave you.

Offline girlhues

  • SMF For Free Member
  • *
  • Posts: 67
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #54 on: December 06, 2008, 06:09:40 pm »
Is this the page you are trying to do it on?
http://allaboutbabvtest.smfforfree2.com/pages/allaboutbabvtest/test2.php

Source code shows your code , not the one I gave you.

No, I added a third.
 
Ok...this is strange.  The entire code changed after I hit save.


Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #55 on: December 06, 2008, 06:14:02 pm »
Positive you pasted MY code in.
When you put it in the box.. dont click update yet..  check to be sure...  just checking to see if the other codes still in your clipboard.


Offline girlhues

  • SMF For Free Member
  • *
  • Posts: 67
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #56 on: December 06, 2008, 06:16:15 pm »
Positive you pasted MY code in.
When you put it in the box.. dont click update yet..  check to be sure...  just checking to see if the other codes still in your clipboard.



I just recorded the screen. I will pm you a link after I upload it.

Offline statgrim

  • SMF For Free Newbie
  • *
  • Posts: 11
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #57 on: December 21, 2008, 12:55:53 pm »
Forum Url: http://fenderscapez.smfforfree2.com
i got a question. on that test forum. how do i actually put "ChatBox" up there in the little bar thing that says home,admin,staff and all that? i would very much appreciate it for the info.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #58 on: December 21, 2008, 01:15:07 pm »
Forum Url: http://fenderscapez.smfforfree2.com
i got a question. on that test forum. how do i actually put "ChatBox" up there in the little bar thing that says home,admin,staff and all that? i would very much appreciate it for the info.

Get the link for the webpage you created then Admin > Manage Styles > Custom Tabs

Offline statgrim

  • SMF For Free Newbie
  • *
  • Posts: 11
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Basic guide to using the Webpage Editor
« Reply #59 on: December 21, 2008, 03:03:32 pm »
THANK YOU SO MUCH SIB!!!!!