Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: Easier way to replace text?

    I encountered the same problem, but found a solution:

    1. edit the file phpgiggle.inc.php in the phpGiggle folder and go to line 114 (it should read like this at the end

    title=\"phpGiggle it!\" href=\"phpGiggle?".

    )

    and change the href-part to

    href=\"".phpgiggle_url."?".

    Now it should use the defined site url of the config instead of the relative path.

    I encountered the same problem, but found a solution:

    1. edit the file phpgiggle.inc.php in the phpGiggle folder and go to line 114 (it should read like this at the end

    title=\"phpGiggle it!\" href=\"phpGiggle?".

    )

    and change the href-part to

    href=\"".phpgiggle_url."?".

    Now it should use the defined site url of the config instead of the relative path.

Viewing 2 replies - 1 through 2 (of 2 total)