Need a little help with AGP's new version?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tam
    Rude Bitch
    • Jan 2001
    • 8534

    #1

    Need a little help with AGP's new version?

    Hey people, I know someone here will be able to point me in the right direction. Here's my issues:

    I have the AGP script and have had for years on Rude Bitch, so I decided it was time for an upgrade, I put the newest one on there, the 3.0 Beta one....... I LOVE the admin area and all that BUT I have a couple of issues I can't seem to figure out:

    My Submit Page : I seem to have SOMEHOW gotten my scheme on there, although I am not sure HOW, but I can't find the template to edit to get my rules and recips and so on on there. When I hit the scripts thing in the admin, I edited that only to find out that THAT was the Partner Submit Page and not the general submit page!! So where do I edit the general submit form page? DAMMIT!!!!

    NEXT:
    On this page , my main page, I am trying to put permenant galleries on there with a few thumbs for that and I can't seem to get it on the damn page. I can't figure out the code to do this.

    ANY help would be hugely appreciated as I have spent way more time than I planned on this as is.....

    OH yes, and let me know what you think of my new layout, I did that all by my fucking self.
    Get in Touch on Telegram if you need a hardworker - (since 1999) - All About Me!
  • Tam
    Rude Bitch
    • Jan 2001
    • 8534

    #2
    No one here knows how to do this?

    NOW I don't feel so damn bad about not knowing.... LMAO
    Get in Touch on Telegram if you need a hardworker - (since 1999) - All About Me!

    Comment

    • Stramm
      Confirmed User
      • Jan 2003
      • 342

      #3
      partner and standard submit for are the same... submit_main.tpl

      perm galleries:

      <%PERMANENT
      TYPE Text
      CATEGORY Mixed
      AMOUNT 5
      HTML Default PermThumbs%>

      on top of your template you have to define 'PermThumbs'
      like
      <%TEMPLATE
      NAME Default PermThumbs
      HTML <td align="center"><a href="/cgi-bin/tm3/l?g=2&f=2&c=gall&u=##Gallery_URL##" target="_blank"><img src="##Thumbnail_URL##" width="100" height="100" border="1"><br></a>##Thumbnails## pics</td>
      %>

      Comment

      • Stramm
        Confirmed User
        • Jan 2003
        • 342

        #4
        OK, next try
        code for the perm gallery

        PHP Code:
        <%PERMANENT
        TYPE Text
        CATEGORY Mixed
        AMOUNT 5
        HTML Default PermThumb
        %> 
        
        code at top of page
        PHP Code:
        <%TEMPLATE
        NAME Default PermThumb
        HTML <td align="center"><a href="/cgi-bin/tm3/l?g=2&f=2&c=gall&u=##Gallery_URL##" target="_blank"><img src="##Thumbnail_URL##" width="100" height="100" border="1"><br></a>##Thumbnails## pics</td>
        %> 
        
        check the manual http://www.jmbsoft.com/owners/ags/ma...lates.tgp.html

        Comment

        • Tam
          Rude Bitch
          • Jan 2001
          • 8534

          #5
          Originally posted by Stramm
          partner and standard submit for are the same... submit_main.tpl

          perm galleries:

          <%PERMANENT
          TYPE Text
          CATEGORY Mixed
          AMOUNT 5
          HTML Default PermThumbs%>

          on top of your template you have to define 'PermThumbs'
          like
          <%TEMPLATE
          NAME Default PermThumbs
          HTML <td align="center"><a href="/cgi-bin/tm3/l?g=2&f=2&c=gall&u=##Gallery_URL##" target="_blank"><img src="##Thumbnail_URL##" width="100" height="100" border="1"><br></a>##Thumbnails## pics</td>
          %>
          Ok, well I edited that, but while it shows my rules and recips on that page, when I build the pages and hit my submit page, everything BUT my rules and recips are on the page......... so how the hell do I fix THAT? LOL

          I am trying this perm thing now...... thanks Stramm.....
          Get in Touch on Telegram if you need a hardworker - (since 1999) - All About Me!

          Comment

          • Tam
            Rude Bitch
            • Jan 2001
            • 8534

            #6
            ok, DUH....... found that submit issue. I was putting my rules and such in the wrong damn place on that script page. LOL
            Get in Touch on Telegram if you need a hardworker - (since 1999) - All About Me!

            Comment

            Working...