Skip to content
  • Categories
  • Recent
  • Users
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Free Minds Forum Icon
  1. Home
  2. Website Comments / Observations
  3. Free-Minds.Org
  4. New Forum! Yaaayy

New Forum! Yaaayy

Scheduled Pinned Locked Moved Free-Minds.Org
66 Posts 9 Posters 2.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • LaythL Offline
    LaythL Offline
    Layth
    wrote on last edited by
    #26

    Peace,

    Speaking of stars, we should be able to create ranks, do we not? I mean, 1 star is a Newbie, 2 star is a Regular, and so on. Maybe it will be fun to have ranks based on the number of posts we have.

    If people on this thread can come up with suggestions, then I would be glad to use them

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zenje
      wrote on last edited by
      #27

      I think Nadeem's suggestion can work. Here's how I would twist it a little

      1 star 0-99 posts (Newbie)
      2 stars 100-299 posts (upcoming)
      3 stars 300-499 (regular)
      4 stars 500-999 (above average)
      5 stars 1000 and over (obsessed much?)

      ;D

      1 Reply Last reply
      0
      • S Offline
        S Offline
        savage_carrot
        wrote on last edited by
        #28

        How about a Star Wars theme? ;D

        1 star 0-99 posts (Speck/MidiChlorian?)
        2 stars 100-299 posts (Padawan/Sith Apprentice)
        3 stars 300-499 (Jedi? Sentinel)
        4 stars 500-999 (Jedi? Knight)
        5 stars 1000 and over (Jedi Master or Sith Lord?)

        Let the people choose their sides! Alternatively, I'm sure there are better suggestions at other sites

        1 Reply Last reply
        0
        • T Offline
          T Offline
          Tay
          wrote on last edited by
          #29

          Peace Nadia, Zenje, All,

          Yes, Nadia it is true. You just have a way with words that tickles my, ummm, belly or something. You ever think about stand-up comedy?

          Zenje, if you can't think of a reason to bring the kids to the city, then you haven't been on this planet recently. Here's a few trips for starters Museum of Natural History, The Met, The Bronx Zoo (I just went...it's freakin awesome), Central Park Zoo, The Museum of Television, The Blue Man Group (Fantastic), Cirque de Soleil, just to name a few, and in my beautiful Jersey, less than an hour away from the city, we have Six Flags/Great Adventure boasting Kingda Ka, the world's tallest and fastest roller coaster!

          Need I say more?

          And I will take you up on the Colorado trip. Hopefully sooner than later. Are you close to any roaring rapid rides?

          Peace,
          Tay

          1 Reply Last reply
          0
          • S Offline
            S Offline
            savage_carrot
            wrote on last edited by
            #30

            Peace Tay,

            Yes, Nadia it is true. You just have a way with words that tickles my, ummm, belly or something. You ever think about stand-up comedy?

            That is an interesting way of putting it seeing as how I mentioned steak and all D But stand-up?!? No way, I'd probably be petrified on stage with a cheesy grin on my face...my bro though is into it and quite successful too, he's like a born performer.

            1 Reply Last reply
            0
            • WakasW Offline
              WakasW Offline
              Wakas
              wrote on last edited by
              #31

              peace Layth, Zenje, All,

              Firstly, I appreciate your efforts in running the forum, and I think a new forum is probably for the best in the long run. The main problem with the previous forum may have been security but your host not backing up daily didn't help!

              The only problem I have with the change is that as far as I'm aware, links on webpages pointing to threads in the previous forum do not work anymore. This is unfortunate as I (and no doubt other members) have used these links in discussions/articles/posts on other forums etc.

              Can this be corrected?

              Wakas

              All information is correct to the best of my knowledge only and thus should not be taken as a fact. One should always seek knowledge and verify for themselves when possible: 17:36, 20:114, 35:28, 49:6, 58:11.

              1 Reply Last reply
              0
              • N Offline
                N Offline
                nadeem
                wrote on last edited by
                #32

                Hi Wakas,

                Yes, this can be fixed.

                It's quite possible to make a php-script that can search the whole database for urls pointing to the old address. However, it's even easier to make a viewtopic.php file that redirects to the proper address. The second alternative sounds easier and safer to me. This way, even links from outside free-minds would be redirected to the proper thread.

                The code inside the viewtopic.php file would go something like this

                <?php

                $topic = $_GET;

                $newurl = "http//www.free-minds.org/forum/index.php?topic=$topic";

                echo "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'><html><head><title></title><meta http-equiv='refresh' content='0;$newurl'></head><body></body></html>";

                ?>

                All you need to do, is to copy that code, open notebook, paste, and save as viewtopic.php using "all filetypes" in the drop-down-menu, And upload it to the /forum directory.

                Hope it works out -)

                EDIT FIXED CODE

                Nadeem.

                ps. This does not alter or even use the database. The firstline gets the value T from older urls, which is the topic id. And then takes that and puts it after the newer url. That's all.

                pss. The negative thing is, that it wont lead to a specific page in the thread, but to the beginning. I could make som additions, but that'll take time. Tell me if you're interested and I'll make some time -)

                1 Reply Last reply
                0
                • WakasW Offline
                  WakasW Offline
                  Wakas
                  wrote on last edited by
                  #33

                  Thanks nadeem.

                  Hopefully, Layth or Zein can try it out.

                  Starting on the 1st page of a thread is no big deal.

                  All information is correct to the best of my knowledge only and thus should not be taken as a fact. One should always seek knowledge and verify for themselves when possible: 17:36, 20:114, 35:28, 49:6, 58:11.

                  1 Reply Last reply
                  0
                  • N Offline
                    N Offline
                    nadeem
                    wrote on last edited by
                    #34

                    Hi Wakas,

                    Ok -)

                    I tested the code on my site, it works perfectly -)

                    Nadeem.

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      adley
                      wrote on last edited by
                      #35

                      Salaam Nadeem,

                      Thanks a lot for the code. Hopefully the admins can implement it successfully ;D

                      =adley=

                      1 Reply Last reply
                      0
                      • N Offline
                        N Offline
                        nadeem
                        wrote on last edited by
                        #36

                        Hi Adley,

                        You're welcome -)

                        I'll do anything to help this community -)

                        By the way,

                        You can check the code for yourself at

                        http//reflekterselv.com/viewtopic.php?t=5556

                        This will bring you this topic. If you look at the url to this thread, it goes

                        http//www.free-minds.org80/forum/index.php?topic=5556.30

                        Recognize the number in bold?

                        Try changing that number, and see for yourselfs -)

                        nadeem.

                        1 Reply Last reply
                        0
                        • A Offline
                          A Offline
                          adley
                          wrote on last edited by
                          #37

                          Salaam,

                          Zenje's and Nadia's suggestions about ranks are cool enough for me. Here's mine (just for the fun of it ;D)

                          1 star 0-99 Just Born
                          2 stars 100-399 Youngling
                          3 stars 400-999 Mature
                          4 stars 1000-3999 Knowledgable
                          5 stars 4000+ Wise One

                          =adley=

                          1 Reply Last reply
                          0
                          • A Offline
                            A Offline
                            adley
                            wrote on last edited by
                            #38

                            Salaam Nadeem,

                            Yup, it works. Great.

                            However, can you make it so that it automatically load the link? So users won't have to click the new link? I know I'm being lazy, but users usually are. ;D

                            =adley=

                            1 Reply Last reply
                            0
                            • N Offline
                              N Offline
                              nadeem
                              wrote on last edited by
                              #39

                              Hi Adley,

                              Done! -)

                              Don't worry, I hate extra clicking as well -)

                              Nadeem.

                              1 Reply Last reply
                              0
                              • A Offline
                                A Offline
                                adley
                                wrote on last edited by
                                #40

                                Salaam Nadeem,

                                Now that's what I'm talking about! Thanks a lot bro! ;D
                                Now it's all up to Layth or Zenje to use it.

                                =adley=

                                1 Reply Last reply
                                0
                                • Z Offline
                                  Z Offline
                                  zenje
                                  wrote on last edited by
                                  #41

                                  Peace Wakas, Adley, Nadeem,

                                  Now it's all up to Layth or Zenje to use it.
                                  Sorry guys, that's all Layth... again. -[ You're talking about the main website, right? ???

                                  1 Reply Last reply
                                  0
                                  • Z Offline
                                    Z Offline
                                    zenje
                                    wrote on last edited by
                                    #42

                                    Peace Tay,

                                    Zenje, if you can't think of a reason to bring the kids to the city, then you haven't been on this planet recently. Here's a few trips for starters Museum of Natural History, The Met, The Bronx Zoo (I just went...it's freakin awesome), Central Park Zoo, The Museum of Television, The Blue Man Group (Fantastic), Cirque de Soleil, just to name a few, and in my beautiful Jersey, less than an hour away from the city, we have Six Flags/Great Adventure boasting Kingda Ka, the world's tallest and fastest roller coaster!
                                    Now you did hear me say 3 year old right? But seriously, I had no idea you had a Central Park Zoo!... I thought they just made that up for the movie - Madagascar!LOL!

                                    And I will take you up on the Colorado trip. Hopefully sooner than later. Are you close to any roaring rapid rides?
                                    I don't know where they are, but I do know they exist. There's a lot of outdoorsy stuff to do around here, summer or winter. Believe me, there's more during summer... and all CO is known for is ski country. But dude, come on to the mile high city and we'll go to the rapids and some other cool stuff I've never done. Anything that won't give my knee any problems, that is, like steak. Hehe..

                                    Send me an e-mail when you know fer sure.

                                    1 Reply Last reply
                                    0
                                    • A Offline
                                      A Offline
                                      adley
                                      wrote on last edited by
                                      #43

                                      Salaam Zenje,

                                      Peace Wakas, Adley, Nadeem,

                                      Now it's all up to Layth or Zenje to use it.
                                      Sorry guys, that's all Layth... again. -[ You're talking about the main website, right? ???

                                      Well, actually it's about the links which are scattered thorughout the entire FM forum in numerous threads. (I assume by the main website means not the forum). An example of links in a thread/post can be seen here. Now is those links are clicked, they will not take you to the appropriate post/thread. This is what Nadeem's code is fixing. ;D

                                      =adley=

                                      1 Reply Last reply
                                      0
                                      • LaythL Offline
                                        LaythL Offline
                                        Layth
                                        wrote on last edited by
                                        #44

                                        Peace,

                                        I uploaded the viewtopic.php file, but it seems to be running in a loop as the links still don't open when clicked.

                                        Is there a problem with the code?

                                        1 Reply Last reply
                                        0
                                        • A Offline
                                          A Offline
                                          adley
                                          wrote on last edited by
                                          #45

                                          Salaam Layth,

                                          Perhaps you can make Nadeem a special user for a while just so that he can fix things. ;D
                                          Just a suggestion.

                                          =adley=

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Users