Advertise Here

Author Topic: Problem with EzPortal Block  (Read 1977 times)

0 Members and 1 Guest are viewing this topic.

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Problem with EzPortal Block
« on: May 30, 2009, 09:46:47 pm »
Forum Url: http://pic.smfforfree4.com
Its the block titled "Drop-Down Navigation", it contains (so far) on drop down-menu to help navigate through the forun. Well I went back to edit it, and I did, but when I clicked the "Edit EzBlock" button, it did nothing. At that point, I thought it would be better if I removed it and started over, I tried that, so then  I clicked [Remove] for that block, then the page came up saying "Are you sure you want to delete this block?Drop-Down Navigation", so I clicked the "Delete EzBlock" button, it does nothing, it takes me back to the homepage, and the block is still there.

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Problem with EzPortal Block
« Reply #1 on: May 30, 2009, 09:53:10 pm »
Hmmm. Doesn't seem to be a Caching problem.... do you have a copy of the code that you put in so we can look at it?  ::)

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Problem with EzPortal Block
« Reply #2 on: May 30, 2009, 09:55:19 pm »
Hmmm. Doesn't seem to be a Caching problem.... do you have a copy of the code that you put in so we can look at it?  ::)

Um not using a code atm, however I DID have one for the shoutbox (its a private code), but its not being used right now.

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Problem with EzPortal Block
« Reply #3 on: May 30, 2009, 10:16:06 pm »
Hmmm. Doesn't seem to be a Caching problem.... do you have a copy of the code that you put in so we can look at it?  ::)

Um not using a code atm, however I DID have one for the shoutbox (its a private code), but its not being used right now.

No... I mean... was this an HTML block with something added in to create that function? If so, what was added into it?

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Problem with EzPortal Block
« Reply #4 on: May 30, 2009, 10:18:52 pm »
Hmmm. Doesn't seem to be a Caching problem.... do you have a copy of the code that you put in so we can look at it?  ::)

Um not using a code atm, however I DID have one for the shoutbox (its a private code), but its not being used right now.

No... I mean... was this an HTML block with something added in to create that function? If so, what was added into it?

Oh alright, here it is:
Code: [Select]
<form name="color">
<select name="menu"

onChange="location=document.color.menu.options[document.color.menu.selectedIndex].value;"
value="GO">

<option style="background-color: #000000" value="#">---Partners in Crime---<</option>
<option style="background-color: #000000" value="http://pic.smfforfree4.com/?action=pm;sa=send;u=3;other=JoinGuild">Join Guild Request</option>
<option style="background-color: #000000" value="http://pic.smfforfree4.com/index.php/topic,192.0.html">Rules & Qualifications</option>
<option style="background-color: #000000" value="#">Guild Roster</option>
<option style="background-color: #000000" value="http://pic.smfforfree4.com/index.php/topic,90.0.html">Pirate Masters</option>

I just noticed that that block isnt working at all now, the images wont work, cant do anything with it.

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Problem with EzPortal Block
« Reply #5 on: May 30, 2009, 10:21:01 pm »
Hmm... do you have locations set for your anchors to find?

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: Problem with EzPortal Block
« Reply #6 on: May 30, 2009, 10:24:38 pm »
Andrew can you edit that block at all?  I see some errors (typos) in it.

for instance:
Code: [Select]
<option style="background-color: #000000" value="#">---Partners in Crime---<</option>
note the double  <'s   in <</option>
the "select" is not closed with a  </select>
</form> is missing at the end of the code   ...  that can REALLY mess things up
« Last Edit: May 30, 2009, 10:27:44 pm by simply sibyl »

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Problem with EzPortal Block
« Reply #7 on: May 30, 2009, 10:28:53 pm »
Quote
note the double  <'s   in <</option>
Thats exactly what I tried editing Sibyl, before it got all screwy.

Yea </select> and </form> are missing in it too, I tried editing it, it does nothing.
Like I said "Edit EzBlock" does nothing, just takes me to the homepage.

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: Problem with EzPortal Block
« Reply #8 on: May 30, 2009, 10:31:38 pm »
Andrew Ive seen leaving the </form> off a code totally mess up a forum...     Looks like SMF is going to have to fix this for you if it will not let you edit it or remove the block

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Problem with EzPortal Block
« Reply #9 on: May 30, 2009, 10:34:45 pm »
Yea, its all screwed up right now, not all of the codes work, cant post a new topic, cant reply, nothing  :(

Hope he can get it fixed soon...

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: Problem with EzPortal Block
« Reply #10 on: May 30, 2009, 10:36:15 pm »
I don't suppose you tried going back in your browser when it happened..      "sometimes" if you do that right away you can clear it up fast.

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Problem with EzPortal Block
« Reply #11 on: May 30, 2009, 10:40:54 pm »
I don't suppose you tried going back in your browser when it happened..      "sometimes" if you do that right away you can clear it up fast.

Yea, lol I always fix up my errors by doing that, I've quit my browsing session since that happened. Already tried too.

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: Problem with EzPortal Block
« Reply #12 on: May 30, 2009, 10:42:57 pm »
okay well.. you know the drill by now...   gonna have to wait until SMF has the time to fix it for you.

edit:   I left him a note
« Last Edit: May 30, 2009, 10:45:26 pm by simply sibyl »

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
1300 Views
Last post September 24, 2010, 09:20:42 pm
by zaHawk
2 Replies
1009 Views
Last post October 03, 2010, 08:33:43 pm
by zaHawk
3 Replies
3474 Views
Last post September 12, 2009, 06:47:31 pm
by Andrew
21 Replies
4620 Views
Last post February 12, 2010, 10:45:25 am
by clairebear
6 Replies
1243 Views
Last post February 11, 2010, 12:44:33 am
by simply sibyl