Advertise Here

Author Topic: [Code] UserPage  (Read 30912 times)

0 Members and 1 Guest are viewing this topic.

Offline SpazzinOut

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

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] UserPage
« Reply #90 on: May 17, 2011, 02:46:23 pm »
I have up the userpage but wondering how do you get the userblog to work with it? It's not showing up I checked on both smcodes than to revolutionx but both are closed which brought me back here.

my forum : http://setitoffcreations.smfforfree4.com

I created the Blogs board and added the code to the header for the userblog. But i dunno if im missing a step. But nothing extra shows up under the userpage?

« Last Edit: May 17, 2011, 03:11:46 pm by SpazzinOut »

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] UserPage
« Reply #91 on: May 17, 2011, 03:50:24 pm »
The userpage and userblog codes are completely different.

Can you post the UserBlog code you used? I can't seem to find it in a topic here at support.

You'll need to check THIS TOPIC to make sure you have the updated version of the code.
<--- Donate to SMF For Free! :D

Offline SpazzinOut

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

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] UserPage
« Reply #92 on: May 17, 2011, 04:15:36 pm »
i tried the update as he stated but no changes?

<script>
var board = "118";
document.write("<script src='http://smcodes0" + Math.floor(Math.random() * 9) + ".googlepages.com/UserBlog.js'><\/script>");
</script>

and his link to the whole setup
http://smcodes.smfforfree3.com/index.php/topic,435.0.html

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: [Code] UserPage
« Reply #93 on: May 17, 2011, 04:30:55 pm »
The userpage and userblog codes are completely different.

Can you post the UserBlog code you used? I can't seem to find it in a topic here at support.

You'll need to check THIS TOPIC to make sure you have the updated version of the code.

Moose never posted UserBlog here at Support.  Only place Ive seen it is on his (now closed) forum here:
http://smcodes.smfforfree3.com/index.php/topic,435.0.html

SpazzinOut
Only thing I can suggest is to follow the directions on that page completely and if you have trouble after that post a thread for help with UserBlog as this thread is for UserPage.  (I can split the posts if you like) Make sure to leave your forum url and the code exactly as you did it plus any screen shots if necessary.  Take note that the code IS 4 years old and Im not sure if it still works properly or not.
« Last Edit: May 17, 2011, 04:33:34 pm by simply sibyl »

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] UserPage
« Reply #94 on: May 17, 2011, 05:26:25 pm »
i tried the update as he stated but no changes?

<script>
var board = "118";
document.write("<script src='http://smcodes0" + Math.floor(Math.random() * 9) + ".googlepages.com/UserBlog.js'><\/script>");
</script>

and his link to the whole setup
http://smcodes.smfforfree3.com/index.php/topic,435.0.html

you would need to change you code. Try this one:

Code: [Select]
<script>
var board = "118";
document.write("<script src='http://209.85.62.24/365/94/0/f367130/UserBlog.js'><\/script>");
</script>

Take note that the code IS 4 years old and Im not sure if it still works properly or not.

Remember when Google pages was shutting down or whatever it was they were doing?

Moose posted the updates needed for each of those codes. Wouldn't those still work?
<--- Donate to SMF For Free! :D

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: [Code] UserPage
« Reply #95 on: May 17, 2011, 05:50:50 pm »
Remember when Google pages was shutting down or whatever it was they were doing?

Moose posted the updates needed for each of those codes. Wouldn't those still work?

No idea..  Ive not had time today to try installing it myself and see what happens.

Plus seems to me after looking at the demo site that instead of going the route of using yet another code they could easily create a Board Called UserBlogs with a Child Board called Blogs in it and let the members post their blogs there.   Unless there is something else this code does Im not quite understanding why even use it?

Offline Agent Moose

  • Moderator
  • *****
  • Posts: 836
  • Do not PM me for Code Support or Request
    • View Profile

  • Total Badges: 32
    Badges: (View All)
    Search Level 6 Tenth year Anniversary Nineth year Anniversary Eighth year Anniversary
Re: [Code] UserPage
« Reply #96 on: May 17, 2011, 06:21:11 pm »
Yes, the update code would still work, for all the codes that needed it in fact.

Also, as long as you have a board named "Blogs" (without quotes), the code will work. Whether it is a sub-forum or not.
Check out Revolution X's Brand new Code Index!