Page 16 of 35 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 347
  1. #151
    Join Date
    Jun 2006
    Posts
    440
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Hi which version can I use on 1.3.8a
    Many Thanks
    Regards
    RR

  2. #152
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editable Home Page Centerboxes

    Don't use it on v1.3.8a; upgrade to v1.3.9h and use the latest mod version, if you can't upgrade to v1.5.0 now.

  3. #153
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editable Home Page Centerboxes

    I have been working on the details of integrating the control improvements into the mod, and have a number of suggestions.

    First, a change in the install sql, per swguy's post, to avoid a common mod bug that deletes configuration_group 0 on initial install.

    Trimming completely unnecessary files from the package. Several of the files (repeated 9 times) are never used for anything. Some of the files can probably be consolidated into one middlebox_filenames.php and one middlebox_defines.php file.

    I will test these changes on my development site when I have time, and will be happy to send you a full set of the proposals if you want to work on them now.

  4. #154
    Join Date
    Jun 2006
    Posts
    440
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Quote Originally Posted by gjh42 View Post
    Don't use it on v1.3.8a; upgrade to v1.3.9h and use the latest mod version, if you can't upgrade to v1.5.0 now.
    Hi thanks for your response, however I am not in a position currently to upgrade, do you have any other suggestions on how I can get some content on the home page below the feautred/speacials etc.
    Thanks
    RR

  5. #155
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editable Home Page Centerboxes

    It may work on v1.3.8a; I haven't tested it. V1.0 of the mod will definitely work. It is more basic, but should still do the job you want.

  6. #156

    Default Re: Editable Home Page Centerboxes

    Quote Originally Posted by gjh42 View Post
    Don't use it on v1.3.8a; upgrade to v1.3.9h and use the latest mod version, if you can't upgrade to v1.5.0 now.

    So far this latest version of this MOD hasn't been working on zen cart 1.5 I can find the defines pages, however the options in the admin configurations tab are missing....any help on how to fix this is appreciated

  7. #157
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Editable Home Page Centerboxes

    Quote Originally Posted by nu-oro View Post
    So far this latest version of this MOD hasn't been working on zen cart 1.5 I can find the defines pages, however the options in the admin configurations tab are missing....any help on how to fix this is appreciated
    That's because the latest version doesn't WORK with v1.5 of Zen Cart.. If you follow Glenn's posts just above, you'll see he is working on a v1.5 ready version..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #158
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Editable Home Page Centerboxes

    Quote Originally Posted by gjh42 View Post
    I have been working on the details of integrating the control improvements into the mod, and have a number of suggestions.
    I'm glad you are working on this, as the changes you are making to improve this are necessary but a tad over my head to implement.

    Quote Originally Posted by gjh42 View Post
    First, a change in the install sql, per swguy's post, to avoid a common mod bug that deletes configuration_group 0 on initial install.
    The SQL bug in this mod is truly as a result of "monkey see, monkey do". I copied off of someone else's homework (Fual Slimbox I believe), not knowing at the time that I was copying an error... Won't be making that mistake again.


    Quote Originally Posted by gjh42 View Post
    Trimming completely unnecessary files from the package. Several of the files (repeated 9 times) are never used for anything. Some of the files can probably be consolidated into one middlebox_filenames.php and one middlebox_defines.php file.
    Some of the files you see in the current version are there because frankly I did not know another way to do this other than what you see executed.. I assumed that for each editable box, you would need a separate editable defined page.

    It was a down and dirty solution for a site I was working on at the time, and I shared it because I thought others might want this kind of functionality as well.. I was trying to replicate a feature available in WordPress where you can create themes with "widgetized areas" located in places other than the sidebar.

    I wanted to be able to show/display admin editable content along with specific sideboxes in the center content area of the homepage. I stuck with using defined pages for the centerboxes because I did not know how to get specific sideboxes to appear in the middle content area of the home page and so I used the defined pages instead to "recreate" the sideboxes I wanted to display in the center..

    It would be nice if these centerboxes could display specific sideboxes as well as allow for admin editable content. (hint hint..)
    Quote Originally Posted by gjh42 View Post
    I will test these changes on my development site when I have time, and will be happy to send you a full set of the proposals if you want to work on them now.
    I would be very interested in testing the code to if you don't mind sending me a copy.. I'll PM you my e-mail info.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #159
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editable Home Page Centerboxes

    The superfluous files may be proper parts of a standard define page, but as the middleboxes are not being used that way, only the files required to allow the Define Pages Editor to handle them are needed here. I'll experiment to see for sure which ones are necessary.

    For v1.5.0 compatibility, I am reading mixed signals from those who fully understand admin configurations... "Pages" are supposed to be registered, but there are also comments about using the same (corrected) SQL, presumably for current mod writers to apply. I don't know if this configuration group represents a new page that needs additional handling.
    Any file upgrades will be straightforward.

    My current code is all contained in one holding file, and still needs to be distributed into individual new and modified files for use.

    I think lots of mod writers copied the wrong example - swguy gives a long list of mods that all have the same issue.

  10. #160
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editable Home Page Centerboxes

    The "sideboxes in the center" idea would be great, but I had been thinking that it would require completely different handling. A thought just occurred to me that perhaps the define page file could be written to require/include the desired sidebox module file, which would then use the sidebox tpl_ file... It would probably be necessary to include a bunch of setting statements in the define so that the sidebox believed itself to be in the right environment, and might not be possible without widespread code changes (not practical)... we'll see:)

 

 
Page 16 of 35 FirstFirst ... 6141516171826 ... LastLast

Similar Threads

  1. v154 Editable Invoices & Packing Slips [Support]
    By dbltoe in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Oct 2015, 11:44 PM
  2. Admin-Editable Sidebox - Support Thread
    By kuroi in forum Addon Sideboxes
    Replies: 331
    Last Post: 29 Oct 2014, 04:15 AM
  3. Move Define Page Text to bottom of page, below centerboxes
    By AirsoftOutfitter in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Jul 2011, 02:13 AM
  4. Editable Home Page Centerboxes click-able links
    By colhemm in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Feb 2011, 09:04 PM
  5. Image above centerboxes on main page
    By direwolf in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 May 2008, 06:40 PM

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