My posts & My threds

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zascok
    Senior Member
    • Jul 2012
    • 205
    • 3.8.x

    [Forum] My posts & My threds

    Hi. On vB3 there was a small modification: a links to my posts and my threads in navbar in welcome box. Recently I moved to vB4 and I though it would be nice to have those links back. Lets say in "Quick links" menu.

    But I'm not sure what kind of links I have to use. Can anyone help me please.
  • Dustin L.
    Senior Member
    • Mar 2011
    • 639
    • 4.2.X

    #2
    Originally posted by zascok
    Hi. On vB3 there was a small modification: a links to my posts and my threads in navbar in welcome box. Recently I moved to vB4 and I though it would be nice to have those links back. Lets say in "Quick links" menu.

    But I'm not sure what kind of links I have to use. Can anyone help me please.
    You might find better help for customization at http://www.vbulletin.org/.



    Dustin
    http://quikmsg.net/strtoupper/ - Convert lowercase text and code to all uppercase!
    http://quikmsg.net/strtolower/ - Convert uppercase text and code to all lowercase!

    Comment

    • zascok
      Senior Member
      • Jul 2012
      • 205
      • 3.8.x

      #3
      yeah but this gents and ladies over here kinda know the soft from the top to bottom. It has to be a couple of simple links

      like those I druged out of templates, but they aren't working from the menu

      PHP Code:
      search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&showposts=1



      search
      .php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&starteronly=1&contenttype=vBForum_Thread 

      Comment

      • Dustin L.
        Senior Member
        • Mar 2011
        • 639
        • 4.2.X

        #4
        Originally posted by zascok
        yeah but this gents and ladies over here kinda know the soft from the top to bottom. It has to be a couple of simple links

        like those I druged out of templates, but they aren't working from the menu

        PHP Code:
        search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&showposts=1



        search
        .php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&starteronly=1&contenttype=vBForum_Thread 
        Well, you can use the Navigation Manager.

        Settings -> Navigation Manager -> (Click) Forum -> Under Quick Links, where it says Edit, click Add Link and put the following as the URLs.

        Posts only
        Code:
        search.php?{session.sessionurl}do=finduser&userid={userinfo.userid}&contenttype=vBForum_Post&showposts=1
        Threads
        Code:
        search.php?{session.sessionurl}do=finduser&userid={userinfo.userid}&starteronly=1&contenttype=vBForum_Thread


        Dustin
        http://quikmsg.net/strtoupper/ - Convert lowercase text and code to all uppercase!
        http://quikmsg.net/strtolower/ - Convert uppercase text and code to all lowercase!

        Comment

        • zascok
          Senior Member
          • Jul 2012
          • 205
          • 3.8.x

          #5
          Originally posted by Dustin L.
          Well, you can use the Navigation Manager.

          Settings -> Navigation Manager -> (Click) Forum -> Under Quick Links, where it says Edit, click Add Link and put the following as the URLs.

          Posts only
          Code:
          search.php?{session.sessionurl}do=finduser&userid={userinfo.userid}&contenttype=vBForum_Post&showposts=1
          Threads
          Code:
          search.php?{session.sessionurl}do=finduser&userid={userinfo.userid}&starteronly=1&contenttype=vBForum_Thread


          Dustin

          Exactly what i did, they are not working although they are working from my profile

          Comment

          • Dustin L.
            Senior Member
            • Mar 2011
            • 639
            • 4.2.X

            #6
            Originally posted by zascok
            Exactly what i did, it is't working
            Did you use the URLs I posted, or the ones you posted? Because the ones I posted are indeed different.



            Dustin
            http://quikmsg.net/strtoupper/ - Convert lowercase text and code to all uppercase!
            http://quikmsg.net/strtolower/ - Convert uppercase text and code to all lowercase!

            Comment

            • zascok
              Senior Member
              • Jul 2012
              • 205
              • 3.8.x

              #7
              0.o I'm sorry kinda missed that part. Thanks it's working like a charm.

              Comment

              • Dustin L.
                Senior Member
                • Mar 2011
                • 639
                • 4.2.X

                #8
                No problem. Glad to help.

                Regards,

                Dustin
                http://quikmsg.net/strtoupper/ - Convert lowercase text and code to all uppercase!
                http://quikmsg.net/strtolower/ - Convert uppercase text and code to all lowercase!

                Comment

                • cloferba
                  Senior Member
                  • Apr 2009
                  • 791
                  • 3.8.x

                  #9
                  What about to display the userĀ“s posts as Threads?
                  vBulletin Services I offer: www.Todo10.com
                  Technical vB/Server/Hosting support Service also!

                  Comment

                  • str8tstill
                    Member
                    • Apr 2011
                    • 32

                    #10
                    Originally posted by Dustin L.

                    Well, you can use the Navigation Manager.

                    Settings -> Navigation Manager -> (Click) Forum -> Under Quick Links, where it says Edit, click Add Link and put the following as the URLs.

                    Posts only
                    Code:
                    search.php?{session.sessionurl}do=finduser&userid={userinfo.userid}&contenttype=vBForum_Post&showposts=1
                    Threads
                    Code:
                    search.php?{session.sessionurl}do=finduser&userid={userinfo.userid}&starteronly=1&contenttype=vBForum_Thread


                    Dustin

                    Since upgrading to 4.2.2 this doesnt return any results, instead I get this message:

                    Code:
                    Please add more constraints to your search. Searches that return all or most of the database are a bad idea.
                    Anyone know a workaround?

                    Comment

                    • str8tstill
                      Member
                      • Apr 2011
                      • 32

                      #11
                      Changed userinfo to bbuserinfo and works fine.

                      Comment

                      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                      Working...