Results 1 to 5 of 5

Thread: Crippled added pages

  1. #1
    Join Date
    Jun 2007
    Location
    New York, NY
    Posts
    92

    Default Crippled added pages

    Added pages do not allow form creation?

    Cannot post videos in them to make promotion pages?

    Cannot put code in for advertisers?

    Why did you cripple the added pages?????
    Find the best video sites at OnlineTV Video Guide. Register your Vshare there today!

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Crippled added pages

    For pages created with admin area, it use template file - templates/show_page.tpl

    You can edit the file as required.

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Crippled added pages

    Why did you cripple the added pages?????
    I don't understand what you are asking, can you post more details ? Any page where i can see the problem ?

  4. #4
    Join Date
    Jun 2007
    Location
    New York, NY
    Posts
    92

    Default Re: Crippled added pages

    Crippled page post 2.5 with the "user friendly" WYSIWYG editor

    http://www.limelighttv.com/pages/advertise.html

    Page with a form in it pre upgrade waiting for these issues to resolve.

    http://www.movietv.us/share/advertise.php


    Admin. Your upgrades are great. Well worth the efforts to get stuff worked out. The changes in templates is improving as you are now consolodating and getting it in order. This change to the user type editor cut out the old-school geezers like me. Making it easier on users makes it harder on me. But I see where you are going and while the bloating code goes with the features you cut out some great ones here.

    The ability to sell interstitial pages or put my own php scripts in these extra pages is important. There are services that will automate the insertion of the page with the proper java script. But even in the html mode that is not allowed. But since you lack forms, the ability for a real contact page is gone. I will have to move outside the format to external pages to make a form? Or do an iframe to bring in a sales item on one of the videos? You know.. stuff that raw page can do.
    Find the best video sites at OnlineTV Video Guide. Register your Vshare there today!

  5. #5
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Crippled added pages

    To disable HTML editing, remove following code from templates/admin/page_add.tpl and page_edit.tpl file


    Code:
    <script language="javascript" type="text/javascript" src="{$baseurl}/js/tiny_mce/tiny_mce.js"></script>
    
    {literal}
    <script language="javascript" type="text/javascript">
    	tinyMCE.init({
    		mode : "textareas",
    		theme : "advanced",
    		plugins : "table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,media,searchreplace,print,contextmenu,paste,directionality,fullscreen",
    		theme_advanced_buttons1_add : "fontselect,fontsizeselect",
    		theme_advanced_buttons2_add : "separator,preview,forecolor,backcolor,hr",
    		theme_advanced_buttons3 : "",
    		theme_advanced_toolbar_align : "left",
    		theme_advanced_toolbar_location : "top",
    		theme_advanced_statusbar_location : "bottom",
    		theme_advanced_buttons_location: "top",
    		theme_advanced_resizing : true,
    		paste_auto_cleanup_on_paste : true,
    		paste_convert_headers_to_strong : false,
    		paste_strip_class_attributes : "all",
    		paste_remove_spans : false,
    		paste_remove_styles : false
    	});
    </script>
    {/literal}

Similar Threads

  1. time added to a date format
    By carefree in forum Template Modifications
    Replies: 5
    Last Post: 05-10-2009, 10:06 AM
  2. your video was succesfully added error
    By farr in forum Installation Support
    Replies: 1
    Last Post: 01-12-2008, 04:58 AM
  3. back and next links in new videos added
    By pdiddy8117 in forum Feature Requests
    Replies: 0
    Last Post: 06-20-2007, 08:57 PM

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
  •