Results 1 to 2 of 2

Thread: Changing Classipress Without Editing Source Code?

  1. #1
    Thread Starter
    Junior Member timkoch's Avatar
    Join Date
    May 2011
    Location
    South Africa
    Posts
    41
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Changing Classipress Without Editing Source Code?

    Now here is a question Ive been wondering about. Ive been working on an online shop for a client which uses a shopping cart software named OpenCart. It is a simple, yet effective system that makes use of php for its core functionality. As I was doing some research, I came across an addon that one for OpenCart that would allow you to change any code in the software in anyway without having to change the source code. It uses clever process in applying these changes which are written as xml script files.

    To qoute: "The script files are parsed during page load as each "source" core file is loaded with the "include" or "require" php functions. The source is then patched with the script file changes, and saved to a temp file. That temp file is then substituted for the original during execution. The original source file is never altered. This results in a "virtual" change to the core during execution without any actual modification to the core files."

    In other words, using such a mod one would never lose changes made to the system during a software upgrade. The mod is called vQmod. It works on an assumption that the index.php calls other controller files to load the includes, or does the includes itself. Classipress also uses such a software structure. vQmod claims that "the class was designed to be generic enough to work with any platform. The only thing to figure is how all the include/require points of the platform so that you can make the necessary changes to install vQmod."

    If this is true then implementing such a system into software such as Classipress, Jobroller etc shouldnt be too difficult. It would probably be worth it, seeing that one doesnt always want to spend the time to create a plugin or the like to make some minor changes.

    I would need to get some more input on this idea though.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,700
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Changing Photos While editing an ad?
    By chuckrodr in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: December 13th, 2013, 06:47 PM
  2. classipress word is visible is in the source of a html page
    By gershon in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: December 7th, 2011, 12:14 PM
  3. hide js script version on source code
    By sgnetz in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: August 29th, 2011, 05:36 AM
  4. Editing a post - changing its category
    By ataheri in forum ClassiPress General Discussion
    Replies: 1
    Last Post: July 28th, 2011, 04:31 AM