Results 1 to 10 of 332

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Hello Kuroi,

    Absolutely great Mod!! I have one question though. Well two actually.

    After following the instructions about where to put the new pages, going to admin and turning the sidebox on, I went to the define pages editor and the define_editable_sidebox_content.php file was not in the dropdown list. I triple checked everything according to the supplied instructions, but still not showing. I had copied it to
    Code:
    includes/languages/english/html_includes/future_zen/define_editable_sidebox_content.php
    like the directions stated, but it did not show up even after a few refreshes.
    Just for and grins, I copied it to
    Code:
    includes/languages/english/html_includes/define_editable_sidebox_content.php
    , refreshed, and it was in the dropdown.

    Here is the funny thing: when I went to edit it, I noticed the path just above the editing screen.
    Code:
    includes/languages/english/html_includes/future_zen/define_editable_sidebox_content.php
    Is this something I need to worry about? I have done all the overrides ( as far as I can tell), but I am not sure of that file because it didn't show up till I put it in
    Code:
    includes/languages/english/html_includes/define_editable_sidebox_content.php
    OK, may have figured it out...wrong CMOD. That would do it right?

    Question two: As far as adding more than one sidebox, is there a FAQ, post or anything telling which files need to be changed to allow more than one so there won't be a conflict? Just a nudge in the right direction will be great. Keep up the great work.

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin-Editable Sidebox - Support Thread

    Hi daneh

    Don't rightly know what's happened in your case, though a CHMOD issue is a good hypothesis.

    There's a hint at the of the readme that comes packaged with the mod as to how to create multiple instances of it.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Mar 2008
    Posts
    13
    Plugin Contributions
    0

    Idea or Suggestion Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by daneh View Post
    Hello Kuroi,

    Absolutely great Mod!! I have one question though. Well two actually.

    After following the instructions about where to put the new pages, going to admin and turning the sidebox on, I went to the define pages editor and the define_editable_sidebox_content.php file was not in the dropdown list. I triple checked everything according to the supplied instructions, but still not showing. I had copied it to
    Code:
    includes/languages/english/html_includes/future_zen/define_editable_sidebox_content.php
    like the directions stated, but it did not show up even after a few refreshes.
    Just for and grins, I copied it to
    Code:
    includes/languages/english/html_includes/define_editable_sidebox_content.php
    , refreshed, and it was in the dropdown.

    Here is the funny thing: when I went to edit it, I noticed the path just above the editing screen.
    Code:
    includes/languages/english/html_includes/future_zen/define_editable_sidebox_content.php
    Is this something I need to worry about? I have done all the overrides ( as far as I can tell), but I am not sure of that file because it didn't show up till I put it in
    Code:
    includes/languages/english/html_includes/define_editable_sidebox_content.php
    OK, may have figured it out...wrong CMOD. That would do it right?

    Question two: As far as adding more than one sidebox, is there a FAQ, post or anything telling which files need to be changed to allow more than one so there won't be a conflict? Just a nudge in the right direction will be great. Keep up the great work.
    I had the same issue as in your first question and found that my problem came from the editable_sidebox.php file (includes/modules/sideboxes/editable_sidebox.php) so I thought I would share in case anyone else faces this.

    Look at like 15 which reads:

    $define_sidebox = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', DEFINE_COMEDIANS_SIDEBOX_NAME, 'false')



    After '/html_includes/ I added the name of my override folder so that it looks like this:


    $define_sidebox = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/custom/', DEFINE_COMEDIANS_SIDEBOX_NAME, 'false')



    Now I am able to store all of my files in the appropriate override folders and edit via admin.

    Sorry, I don't know how to put the code in the nice little window that scrolls inside of this post. LOL, I don't even know how to describe what that box is called. If anyone feels like sharing that information, I will be happy to post that way in the future.

    Have fun!!!

    Faith

 

 

Similar Threads

  1. v154 Blank Sidebox support thread
    By swguy in forum Addon Sideboxes
    Replies: 23
    Last Post: 15 Jul 2021, 09:54 PM
  2. Facebook sidebox -Support Thread
    By neboztik in forum Addon Sideboxes
    Replies: 31
    Last Post: 22 Jan 2013, 03:34 AM
  3. LiveChat Sidebox - Support Thread
    By b.kubiak in forum Addon Sideboxes
    Replies: 13
    Last Post: 15 Mar 2012, 08:00 PM
  4. CampaignMonitor Sidebox Support Thread
    By lukemcr in forum Addon Sideboxes
    Replies: 11
    Last Post: 21 May 2010, 06:14 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