Plugin documentation for installation, usage, uninstallation, and troubleshooting.
Slug: gig_marketplace Version: 1.0.0 Author: Arman SenService gigs, client requirements, proposals, and order workflow for Sngine
This plugin is managed through /admincp/helptor and works without core-file edits.
/admincp/helptor./admincp/helptor to check for updates./plugins-check.php should show auto_prepend_loaded: true).content/helptor/gig_marketplace..htaccess and add these rules:# Gig Marketplace
RewriteRule ^gigs/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^gigs/orders/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^gigs/create/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^gigs/([0-9]+)/([^/]+)/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^gigs/([0-9]+)/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^gigs/([0-9]+)/([^/]+)/edit/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^gigs/([0-9]+)/edit/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^requirements/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^requirements/create/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^requirements/([0-9]+)/([^/]+)/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^requirements/([0-9]+)/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^requirements/([0-9]+)/([^/]+)/edit/?$ content/helptor/gig_marketplace/page.php [L,QSA]
RewriteRule ^requirements/([0-9]+)/edit/?$ content/helptor/gig_marketplace/page.php [L,QSA]
/admincp/helptor, find Gig Marketplace, then click Install.install.php, so setup tasks run when you click Install.plugin.json./admincp/helptor.uninstall.php, so cleanup can run when you click Uninstall.content/helptor/gig_marketplace only after uninstall completes (if full removal is needed).A: Usually it is not enabled, or plugin loader is not active. Check /admincp/helptor and /plugins-check.php.
A: This plugin has a settings/admin screen available from its plugin card in AdminCP.
A: No. Plugin files in content/helptor are designed to be update-safe from core upgrades.
A: It depends on cleanup logic in uninstall.php. Review plugin behavior before removal if you need to preserve data.