Jump to content

Search the Community

Showing results for tags 'get variable'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. How can I override the url method to add an extra get parameter to each address? Ex: About page url /about/ like this /about/?param=2
  2. Hi, I'll try to explain my problem below: I have an URL like: http://mysite.com/maps/ This URL can have mulitiple get variables like: http://mysite.com/maps/?region=1243 and http://mysite.com/maps/?sort=title Problem is that these can be combined, but this will of course not work when I create a hyperlinks like this: <a href="?region=1243">Region</a> or <a href="?sort=title">Sort by title</a>. How can I work around this, so that, when I am on http://mysite.com/maps/?region=1243, I still can click on the sort link in order to get: http://mysite.com/maps/?region=1243&sort=title I know the above is written in a confusing way, but I hope you understand. //Jasper
×
×
  • Create New...