Switching Comus From Thumbs To Text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DateDoc
    Outside looking in.
    • Feb 2005
    • 14243

    #1

    Switching Comus From Thumbs To Text

    Hopefully this will help someone as it took me a day or so to figure it all out and sanitize my Comus TGP.

    1. In Comus Admin set your text link format. Mine is
    Code:
    <A HREF="%url%" target="_tgp"><b>%desc%</b></A> <font color="#000000">(%cat%)</font><br>
    This gives you the following output: Description (Category). There are many more you can set up.

    2. Set the macros within the page where your text links will be. I use
    Code:
    {{all-links-40-1-query-new}}
    Code:
    {{all-links-40-1-query-age1}}
    Code:
    {{all-links-40-1-query-age2}}
    This gives you 1 column with 40 links from each day.

    3. Make sure you remove {{allowdupes}} from the head of the page and I added {{buildonce}}. Here is the entire comus code from the head of my page
    Code:
    {{buildonce}}
    {{setquery-new-" periodsshown>-1 ORDER BY periodsshown,if(used,-rating,-999999999),refreshdelay DESC, rand() "}}
    {{setquery-stage1-" periodsshown>0 order by clickperiods "}}
    {{setquery-age1-" periodsshown>0 order by periodsshown,(clicks/clickperiods) desc, rand() "}}
    {{setquery-age2-" periodsshown>1 order by periodsshown,(clicks/clickperiods) desc, rand() "}}
    {{setquery-age3-" periodsshown>2 order by periodsshown,(clicks/clickperiods) desc, rand() "}}
    4. Delete all categories. Delete all thumbs. Just deleting the categories stil leaves the thumbs on your box so FTP into your site and go into the 'ct' file and delete the thumbs. Comus will rewrite new categories when you upload your new none thumb URLs.

    5. Go to import and load your new galleries. I set the import up as URL,Description,Category,Number of pics/movies as I had written my text files that way to be imported. I imported about 4500 new text link galleries (the compilation of which will be the hard part) and it went pretty smooth. Just go back and check your Categories after you import and see if you have any screwy ones because maybe the comma was in the wrong place. I had about 10 where the description was where the Category should have been so I just deleted that category.

    6. Click Build then when it is done click view and make sure the output is what you want.

    Hope this helped a few of you! You still have about 3 weeks to get this done if you don't want to be burdened with the new 2257 regs. Just remember to keep all the old 2257 for stuff you have previously had on your site.
  • xxxice
    Confirmed User
    • Feb 2002
    • 5042

    #2
    Very cool

    Comment

    • DateDoc
      Outside looking in.
      • Feb 2005
      • 14243

      #3
      No problem man! It was a pain to figure out and a few people have helped me so this is me giving something back.

      Comment

      • DateDoc
        Outside looking in.
        • Feb 2005
        • 14243

        #4
        Wow all the way down to page 2 in less than 30 minutes. Are a lot of you closing up your TGPs, just saying screw 2257 or actually going to be 2257 compliant?

        Comment

        • JD
          Too lazy to set a custom title
          • Sep 2003
          • 22651

          #5
          won't the 4500 galleries you imported show as age0? and there won't be "new" shit the next day or am I just braindead?

          Comment

          • DateDoc
            Outside looking in.
            • Feb 2005
            • 14243

            #6
            No, with the settings I used it filled them all.

            Comment

            • DateDoc
              Outside looking in.
              • Feb 2005
              • 14243

              #7
              Originally posted by SPeRMiNaToR
              won't the 4500 galleries you imported show as age0? and there won't be "new" shit the next day or am I just braindead?
              I misread your question. Galleries age after they have been listed on the page. Then depending on the click period and spin can be pulled again as new.

              Comment

              • MrIzzz
                If u touch it, I will cum
                • Sep 2003
                • 22923

                #8
                excellent thread i did something similar with one of my sites to test the textlinks, but i like the way you've set yours up better.


                WHO WANTS TO PLAY GRAB-ASS?

                Comment

                • DateDoc
                  Outside looking in.
                  • Feb 2005
                  • 14243

                  #9
                  Originally posted by MrIzzz
                  excellent thread i did something similar with one of my sites to test the textlinks, but i like the way you've set yours up better.
                  Thanks Izzz and thanks to Boneless over on the Comus Forum who gave me the last tip that pulled it all together.

                  Comment

                  • 4Pics
                    Confirmed User
                    • Dec 2001
                    • 7952

                    #10
                    Another thing you could do, is just rename the thumbs dir to something else that isn't guessable and that way if 2257 gets upheld you can easily rename it back, also you can rename your current categories and add hidden to them so that way you could easily go back

                    Comment

                    • DateDoc
                      Outside looking in.
                      • Feb 2005
                      • 14243

                      #11
                      Originally posted by 4Pics
                      Another thing you could do, is just rename the thumbs dir to something else that isn't guessable and that way if 2257 gets upheld you can easily rename it back, also you can rename your current categories and add hidden to them so that way you could easily go back
                      I have the thumbs on my PC at home but they are not published anywhere.

                      Comment

                      • DateDoc
                        Outside looking in.
                        • Feb 2005
                        • 14243

                        #12
                        bump for the Saturday folks!

                        Comment

                        • JD
                          Too lazy to set a custom title
                          • Sep 2003
                          • 22651

                          #13
                          bump

                          Comment

                          • taibo
                            Confirmed User
                            • May 2005
                            • 3720

                            #14
                            good stuff

                            Comment

                            • digifan
                              The Profiler
                              • Oct 2002
                              • 14618

                              #15
                              Boneles is one clever guy :P
                              [email protected]
                              Webair Rocks

                              Comment

                              • DateDoc
                                Outside looking in.
                                • Feb 2005
                                • 14243

                                #16
                                Originally posted by digifan
                                Boneles is one clever guy :P
                                sure is

                                Comment

                                • JD
                                  Too lazy to set a custom title
                                  • Sep 2003
                                  • 22651

                                  #17
                                  3. Make sure you remove {{allowdupes}} from the head of the page and I added {{buildonce}}. Here is the entire comus code from the head of my page
                                  why remove allow dupes?

                                  Comment

                                  • dopeman
                                    Confirmed User
                                    • Jan 2005
                                    • 294

                                    #18
                                    Originally posted by BusterPorn
                                    Just remember to keep all the old 2257 for stuff you have previously had on your site.
                                    what does this mean?

                                    Comment

                                    Working...