m.mujgos
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Loop URL after movingThanks for reply. But I can′t login to the admin and I also already checked database.
But u made me think on other things, look in database for string “localhost/localhost” which i didn′t, I did only “localhost”.
And finaly write localhost right way sooooSolution: changing url from “localhost” to “https://localhost” in database
.. kid stuff but after hours of coding pretty easy thing to overlook :)) Thanks anyway
Forum: Fixing WordPress
In reply to: Tag and Category in one URL (Groupon country select form)Thanks that will help. But additional a find out that solution what i was looking for was using sessions. (with filtering tags u send me.
if (isset($_GET[‘variable’])) {
$some_variable= $_GET[‘variable’];
$_SESSION[‘variable’] = $some_variable;
}with use of form, sending GET.
Forum: Fixing WordPress
In reply to: Tag and Category in one URL (Groupon country select form)Could be this way.. But I am not sure if I can do this:
1. I will choose country
https://www.url.com/tag1/
2. I will click on category
https://www.url.com/tag1/category1
3. I will click on other category (see? tag dont change)
https://www.url.com/tag1/category2And also I dont know if there is way to filter by category and tag at the same time.
__________________________________________
Maybe better explanation is to imagine it like a multilanguage site. You click another language
https://www.url.com/en/category1
Categories are still same, but showing something different. Language dont change until you do it again.
https://www.url.com/fr/category1Forum: Plugins
In reply to: Show titles from only one categoryit doesn′t show anything… and i have changed category right, any idea ? ??
Forum: Plugins
In reply to: Searching for youtube pluginYes, id does, but i need any screenshot from video, do you think it′s possible to get some kind of image from the video?
Screenshot – jpg,gif etc.Forum: Plugins
In reply to: Searching for youtube pluginnobody? pls its important..