Skip to main content

Questions tagged [querystring]

Filter by
Sorted by
Tagged with
1 vote
1 answer
179 views

I'm trying to get the value of a query string in the URL. I stumbled onto {current_query_string} which displays the whole query string. But i'm looking to get everything after the =. {resource_tags ...
Erin DeGroote's user avatar
2 votes
1 answer
144 views

this might sound silly but I can't find help in the documentation. When I upload images in the File Manager, their URL automatically gets a query string at the end, which I would like to remove. Do ...
Lorenzo's user avatar
  • 47
0 votes
2 answers
226 views

I need a complex query and have gone beyond my scope of understanding. Here is the gist... There is a section of the site in which users can select various values available in entries of a ...
W3bGuy's user avatar
  • 1,610
3 votes
2 answers
690 views

I've got a problem with an old site (running EE2.4) which is issuing a 404 if the URL contains a querystring. This is happening on the homepage only. i.e. http://www.example.com/?foo=bar causes a ...
foamcow's user avatar
  • 7,156
1 vote
1 answer
2k views

I have a multi-language website and my second language goes to a subdirectory mysite.com/en/ Everything is fine but the search functionality. When I submit my search, it prints a question mark right ...
Hossein Haji Mali's user avatar
0 votes
1 answer
237 views

I'm finding that some external links to external sites are being directed to an intermediate page ( http://www.example.com/?URL=http://www.link-destination.com ) with the "To proceed to the URL you ...
RickL's user avatar
  • 603
0 votes
1 answer
120 views

Hello I am thinking about the url structure of a photo gallery website and could use a little advice on the subject. For each entry in expression engine we would have a url_title like the following: ...
Trevor Saint's user avatar
1 vote
1 answer
4k views

in one of my sites I had to enable "Force URL query strings" because my hosting provider doesn't have "URL Segment Support" enabled. I don't have the permissions to change Apache configuration file ...
Elena's user avatar
  • 71
1 vote
2 answers
415 views

I was wondering.. can I use the same template to display the page in two different layouts? and how you can switch from one layout to another without adding any segment? it would be nice for me to ...
Valerio's user avatar
  • 159
2 votes
1 answer
223 views

Any idea about How can I send paramaters in url in expression tags and get values of this paramaters in next page In first template I wrote this code <a href ='r_rss/openOneNews?url={rss_link}'&...
Ahmed Eltanahy's user avatar
0 votes
1 answer
546 views

i have the following Line: {exp:channel:entries channel="orders" entry_id_from="{embed:LAST_ID}" sort="desc" dynamic="no"} LAST_ID file : <? include '!mysql.php'; $last_id = @mysql_result(...
Klauss's user avatar
  • 75
2 votes
1 answer
354 views

A client has put their website through some QA testing, and one of the items of feedback is that the home page of the site doesn't generate a 404 error when a query string is added to the home page ...
Stephen's user avatar
  • 1,349
1 vote
1 answer
121 views

I see from another question that it's possible to pass query strings through the URL in EE1 but the question itself and its answer didn't really answer how this is done or help solve my specific ...
Stuart McCoy's user avatar
  • 1,146
2 votes
1 answer
285 views

I have a custom table exp_jobs which I am querying. I have used {exp:query} and have also been trying out http://devot-ee.com/add-ons/activerecord ... Having 1 issue which I think could be solved a ...
Brian Peddle's user avatar
0 votes
1 answer
125 views

Here's an oldie but goodie. Links from social sharing sites are coming back like this: http://reliabilityweb.com/index.php/articles/start_executing_success_doesnt_stop_at_training/?utm_source=...
4midori's user avatar
  • 382
2 votes
1 answer
654 views

I manage a site for a local live-performance theatre that uses ExpressionEngine to manage their content and TicketMaster for it's online ticket sales. When a user buys a ticket through TM, they send ...
user1070's user avatar
8 votes
1 answer
10k views

First time this has happend to me and I can't figure out how to fix my 301 redirects. The redirect is appending the rule to the end of destination/new url: Redirect 301 /products.htm http//www.domain....
Siebird's user avatar
  • 4,815
3 votes
1 answer
314 views

I'm trying to learn how to do mysql joins. Twitter has helped already get me started. I'm trying to find the number of members that have entries attached to them... Then the number of members that ...
Jake Chapman's user avatar
3 votes
2 answers
516 views

I'm currently in the process of upgrading a pretty complex EE1 site to 2.5.3. One of the thornier issues I've hit concerns EE2's handling of query strings and the interaction of this with native ...
Tom Davies's user avatar
  • 4,398