Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 42
  1. #31
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by Fez-o Joe View Post
    Placed, refreshed, tested and 'No Joy' - no entry on the back-end... just a click on the 'submit' and the two fields still get wiped clean.

    Noted that the php file has 'Hint' - not a problem, but even with taking out the name and email address, and clicking 'submit' - there's no error messages popping up about missing info.

    Thanks.
    Try this:

    just unzip the package change the YOUR_TEMPLATE folder to match the name of your custom template and upload the entire includes folder to your server

    Fez-oJoe_fix_1.zip

  2. #32
    Join Date
    Sep 2009
    Location
    California
    Posts
    148
    Plugin Contributions
    0

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by clydejones View Post
    Try this:

    just unzip the package change the YOUR_TEMPLATE folder to match the name of your custom template and upload the entire includes folder to your server

    Fez-oJoe_fix_1.zip
    *woohoo*

    That did it... what was it?!?

    Thanks! (you want me to delete your customer entry? I put you on as a 30% customer ;) )

  3. #33
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by Fez-o Joe View Post
    *woohoo*

    That did it... what was it?!?

    Thanks! (you want me to delete your customer entry? I put you on as a 30% customer ;) )
    I had to re-work one line of code for the entry form.

  4. #34
    Join Date
    Dec 2010
    Posts
    18
    Plugin Contributions
    0

    Default Re: Hints and Tips Manager - support thread

    I would like to do away with the "Add Hint" for customers. How would I go about doing that?

  5. #35
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by terry thompson View Post
    I would like to do away with the "Add Hint" for customers. How would I go about doing that?
    3 steps to do this:

    first: admin -> configuration -> hints and tips -> Display Add New Hint Link In Sidebox (set to false)

    second: open includes/templates/YOUR_TEMPLATE/tpl_hints_manager_default.php
    find and delete the following section of code
    PHP Code:
    <div class="buttonRow forward"><a href="<?php echo zen_href_link(FILENAME_HINTS_ADD'''SSL'); ?>"><?php echo zen_image_button(BUTTON_IMAGE_HINTSBUTTON_HINTS_ADD_ALT); ?></a></div>
    third: open includes/templates/YOUR_TEMPLATE/tpl_all_hints_default.php
    find and delete the following section of code
    PHP Code:
    <div class="buttonRow forward"><a href="<?php echo zen_href_link(FILENAME_HINTS_ADD'''SSL'); ?>"><?php echo zen_image_button(BUTTON_IMAGE_HINTSBUTTON_HINTS_ADD_ALT); ?></a></div>

  6. #36
    Join Date
    Sep 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Hints and Tips Manager - support thread

    Hi
    I have this mod in ZC 1.3.9h, but I want to style the text of hints and tips.
    For some reason in the administration area Tools->Hints manager the html editor FCKeditor or CKEditor don't start.
    When I look in hints_manager.php file in zc admin, I see that there are differences in a way to call Editor (I compare with ezpages.php and define_pages_editor.php only to catch how the editor is defined).
    Where is the problem? Did I do something wrong when install mod or there is not support for extended editor?

  7. #37
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by kmbi View Post
    Hi
    I have this mod in ZC 1.3.9h, but I want to style the text of hints and tips.
    For some reason in the administration area Tools->Hints manager the html editor FCKeditor or CKEditor don't start.
    When I look in hints_manager.php file in zc admin, I see that there are differences in a way to call Editor (I compare with ezpages.php and define_pages_editor.php only to catch how the editor is defined).
    Where is the problem? Did I do something wrong when install mod or there is not support for extended editor?
    hints and tips can/should be styled using the included stylesheets.

    all_hints.css and hints_manager.css


    These are found in includes/templates/YOUR_TEMPLATE/css

  8. #38
    Join Date
    Sep 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Hints and Tips Manager - support thread

    Hi
    Sorry for delay of my response.
    Yes I use .css files for "global" styling. But I want to have paragraphs, tables, lists and blocks of text with different colours etc.
    I can't do that without editor like CKEditor or endless writing of html tags manualy.
    Is there possibility to use editor in Hints and Tips manager?

  9. #39
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by kmbi View Post
    Hi
    Sorry for delay of my response.
    Yes I use .css files for "global" styling. But I want to have paragraphs, tables, lists and blocks of text with different colours etc.
    I can't do that without editor like CKEditor or endless writing of html tags manualy.
    Is there possibility to use editor in Hints and Tips manager?
    Short answer no.

    Hints and Tips manager was not created to be used with CKEditor. It was primarily intended for use by customers to indicate how they use a particular product and submit that hint for approval.

    If you want to write hints and tips using tables, paragraphs and lists then I's suggest using EZ-Pages.

    Hints and Tips is open source and you can change it to suit your own purposes.

  10. #40
    Join Date
    Sep 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Hints and Tips Manager - support thread

    Hi
    I know that this is an old post (few months after my question in this thread).
    I made search for one of my posts and I found my posts here. Maybe I forgot to post the solution - how to use FCK or CK editor in this addon.
    Just add
    Code:
    <?php if ($editor_handler != '') include ($editor_handler); ?>
    in admin/hins_manager.php before start of html defs on line 107.
    This works perfect for me.

 

 
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  2. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  3. Big Page of hints and tips how do i link on the same page
    By mick rodmell in forum General Questions
    Replies: 2
    Last Post: 11 May 2008, 01:26 PM
  4. Tips, Tricks, and Hints
    By gothstone in forum General Questions
    Replies: 14
    Last Post: 2 Mar 2008, 06:37 AM

Posting Permissions

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