Results 1 to 9 of 9

Thread: List of all templates

  1. #1

    Join Date
    Apr 2005
    Posts
    110

    Default List of all templates

    Can someone post a updated list up the templates. This is the list I have but it does not show a template for video upload. And it shows a duplicate for #21,22


    aeDating Site Templates

    1 Homepage
    2 Member Login
    3 Join Free
    4 Search Profiles
    5 Shopping Cart
    6 Control Panel
    7 View Profile
    8 Upload Photos
    9 Communicator
    10 Membership
    11 About Us
    12 Services
    13 FAQ
    14 Articles
    15 Links
    16 Contact Us
    17 Privacy Policy
    18 Terms Of Use
    19 Compose Message
    20 Compose story
    21 View stories
    22 View stories
    23 Chat
    24 Sound
    25 Edit Profile
    26 Rate Photo
    27 Affiliates
    28 Polls
    29 Tell a Frend
    30 Affiliate signup
    31 Featured profiles
    32 Search Result
    33 Inbox
    34 Unregister
    35 Activation email
    36 Change status
    37 Forgot password
    38 Get email
    39 Poll view
    40 Profile activation
    41 Result of purchase
    42 Send kiss
    43 Photos gallery
    44 Explanation
    45 Outbox
    46 Daily Quotes
    47 GuestBook

  2. #2
    BHostyl
    Guest

    Default Templates

    My I am a little new to this app, but when you say templates what exactly do you mean. Are these files somehwere. I currently use the dlt theme. I don't have pages with all of these numbers on it. Could you give me a hint on what these are. Thanks.

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    The php files have a value, for example:

    $_page['name_index'] = 19;

    for compose.php

    This equals the name of the template, for example:

    tmpl_XXX_page_19.html

    in the template/your_selected_template directory, and XXX is your template code.

    If the template indicated in the php file does not exist, then the default template is used, which is called tmpl_XXX_page.html

    So, for example, contact.php uses template 16, but 16 does not exist, so it uses tmpl_XXX_page.html

    If you wanted compose.php to use its own template, and not the default, you could copy/create one, and name it tmpl_XXX_page_16.html - then it would be used.

    Does this help?

    Smoge


    Quote Originally Posted by BHostyl
    My I am a little new to this app, but when you say templates what exactly do you mean. Are these files somehwere. I currently use the dlt theme. I don't have pages with all of these numbers on it. Could you give me a hint on what these are. Thanks.
    Last edited by Smoge; 08-27-2005 at 12:34 PM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  4. #4
    BHostyl
    Guest

    Default

    Perfect. Thanks.

  5. #5
    afrttoh's Avatar
    Join Date
    Feb 2006
    Posts
    75

    Default where is template 42

    where is template 42 Send kiss
    i cannot find it
    Last edited by afrttoh; 02-15-2006 at 06:36 PM.

  6. #6
    afrttoh's Avatar
    Join Date
    Feb 2006
    Posts
    75

    Default

    ok

    listpop.php

    Shows it using template ( 0 )

    I am a little lost on this one?

    so i have not tested yet but i guess if i build tmpl.xxx.page0.html maybe it will work
    yes it will
    Last edited by Smoge; 10-04-2006 at 08:51 PM.

  7. #7
    Prometheus
    Guest

    Default Template numbers here!

    We have just started to really dig into this code and alter templates.
    And long the way we made list of all template numbers. See attached.
    (for 4.1.2)
    AE sure cannot count. To many .php using the same number and not enough with their own pages.
    Peace
    Todd
    p.s. If you are not sure about your version look in each .php file and search for $_page['name_index'] = to find the page it uses.

  8. #8
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Here is an updated list for Dolphin 5.6.5.

    Remember - if the template FILE does not exist in /templates/tmpl{your_template_code}/ then the page will use (share) the default template.

    Code:
    \about_us.php
    $_page['name_index']	= 11;
    
    \activation_email.php
    $_page['name_index']	= 35;
    
    
    \aemodule.php
    $_page['name_index'] = 23;
    
    
    \affiliates.php
    $_page['name_index']	= 27;
    
    
    \articles.php
    $_page['name_index']	= 11;
    
    \blog.php
    $_page['name_index']	= 49;
    
    \browse.php
    $_page['name_index'] = 60;
    
    
    \cart.php
    $_page['name_index']	= 5;
    
    
    \cart_pop.php
    $_page['name_index']	= 44;
    
    \cc.php
    $_page['name_index']	= 9;
    
    \change_status.php
    $_page['name_index']	= 36;
    
    \checkout.php
    $_page['name_index']	= 56;
    
    \communicator.php
    $_page['name_index']	= 365;
    
    \compose.php
    $_page['name_index'] 	= 19;
    
    \contact.php
    $_page['name_index'] 	= 16;
    
    \explanation.php
    $_page['name_index']	= 44;
    
    \faq.php
    $_page['name_index'] 	= 13;
    
    \forgot.php
    $_page['name_index'] 	= 37;
    
    \freemail.php
    $_page['name_index'] 	= 44;
    
    \gallery.php
    $_page['name_index']        = 50;
    
    \565\getmem.php
    $_page['name_index'] 	= 50;
    
    \guestbook.php
    $_page['name_index']	= 47;
    
    \inbox.php
    
    $_page['name_index'] = 45;
    
    \index.php
    $_page['name_index'] 	= 1;
    
    \information.php
    $_page['name_index']	= 11;
    
    \join_aff.php
    $_page['name_index']	= 30;
    
    \join_form.php
    $_page['name_index'] 	= 3;
    
    \links.php
    $_page['name_index'] 	= 15;
    
    \list_pop.php
    $_page['name_index'] = 44;
    
    \media_gallery.php
    $_page['name_index'] 	= 62;
    
    \member.php
    $_page['name_index'] = 6;
    
    \membership.php
    $_page['name_index'] = 10;
    
    \messages_inbox.php
    $_page['name_index'] = 45;
    
    \messages_outbox.php
    $_page['name_index'] = 45;
    
    \news.php
    $_page['name_index'] 	= 20;
    
    \news_view.php
    $_page['name_index'] 	= 21;
    
    \outbox.php
    $_page['name_index'] = 45;
    
    \photos_gallery.php
    $_page['name_index'] 	= 62;
    
    \poll.php
    $_page['name_index'] 	= 39;
    
    \polls.php
    $_page['name_index'] 	= 28;
    
    \privacy.php
    $_page['name_index'] 	= 17;
    
    \profile.php
    $_page['name_index']	= 7;
    
    \profile_activate.php
    $_page['name_index'] 	= 40;
    
    \profile_blog.php
    $_page['name_index']	= 49;
    
    \profile_customize.php
    $_page['name_index'] 	= 58;
    
    \profile_edit.php
    $_page['name_index'] 	= 25;
    
    \profile_photos.php
    $_page['name_index'] 	= 8;
    
    \profile_poll.php
    $_page['name_index']	= 72;
    
    \profile_sound.php
    $_page['name_index'] 	= 61;
    
    \profile_video.php
    $_page['name_index'] 	= 24;
    
    \rate.php
    $_page['name_index'] 	= 26;
    
    result.php
    $_page['name_index'] = 41;
    
    \sdating.php
    $_page['name_index'] = 55;
    
    \search.php
    $_page['name_index'] = 4;
    
    \search_result.php
    $_page['name_index'] = 32;
    
    \services.php
    $_page['name_index'] 	= 12;
    
    \sound_pop.php
    $_page['name_index']	= 44;
    
    \stories.php
    $_page['name_index'] 	= 21;
    
    \story.php
    $_page['name_index'] 	= 20;
    
    \story_view.php
    $_page['name_index'] 	= 21;
    
    \tellfriend.php
    $_page['name_index'] 	= 29;
    
    \terms_of_use.php
    $_page['name_index'] 	= 18;
    
    \unregister.php
    $_page['name_index'] 	= 34;
    
    \upload_media.php
    $_page['name_index']	= 62;
    
    \video_pop.php
    $_page['name_index']	= 44;
    
    \vkiss.php
    $_page['name_index'] 	= 44;
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  9. #9
    makenoize's Avatar
    Join Date
    Sep 2006
    Posts
    182

    Default template list

    I reworked this file to be sorted by number as I needed that and thought others might too.....


    \index.php 1
    \join_form.php 3
    \search.php 4
    \cart.php 5
    \member.php 6
    \profile.php 7
    \profile_photos.php 8
    \cc.php 9
    \membership.php 10
    \about_us.php 11
    \articles.php 11
    \information.php 11
    \services.php 12
    \faq.php 13
    \links.php 15
    \contact.php 16
    \privacy.php 17
    \terms_of_use.php 18
    \compose.php 19
    \news.php 20
    \story.php 20
    \news_view.php 21
    \stories.php 21
    \story_view.php 21
    \aemodule.php 23
    \profile_video.php 24
    \profile_edit.php 25
    \rate.php 26
    \affiliates.php 27
    \polls.php 28
    \tellfriend.php 29
    \join_aff.php 30
    \search_result.php 32
    \unregister.php 34
    \activation_email.php 35
    \change_status.php 36
    \forgot.php 37
    \poll.php 39
    \profile_activate.php 40
    result.php 41
    \cart_pop.php 44
    \explanation.php 44
    \freemail.php 44
    \list_pop.php 44
    \sound_pop.php 44
    \video_pop.php 44
    \vkiss.php 44
    45
    \messages_inbox.php 45
    \messages_outbox.php 45
    \outbox.php 45
    \guestbook.php 47
    \blog.php 49
    \profile_blog.php 49
    \gallery.php 50
    \565\getmem.php 50
    \sdating.php 55
    \checkout.php 56
    \profile_customize.php 58
    \browse.php 60
    \profile_sound.php 61
    \media_gallery.php 62
    \photos_gallery.php 62
    \upload_media.php 62
    \profile_poll.php 72
    \communicator.php 365
    makenoize uses IQ AE Dating (4.1.0004) and Clean 6.0.1b3. Currently using D7 and hating it - this is no longer fun.......

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Friend List
    By daveofgv in forum Dolphin General Discussion v6.00 and above
    Replies: 2
    Last Post: 01-22-2008, 10:50 AM
  2. here is my list someone want deal?
    By edmond in forum Free Mod Exchange
    Replies: 3
    Last Post: 01-06-2008, 08:02 AM
  3. Subscribers list?
    By elusuario in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 06-23-2007, 06:33 PM
  4. Replies: 0
    Last Post: 03-25-2007, 12:34 PM
  5. Feature List for v3.2
    By Smoge in forum Upgrading
    Replies: 3
    Last Post: 10-15-2005, 01:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •