Posts: 319
Thanks received: 348
Thanks given: 138
Joined: Oct 2010
I don't remember if someone a

eady post the error but when you search the forum it shows the threads or post and then you click on it and it doesn't generate the url correctly. For example I search for something and the url was the following:
http://www.likera.com//www.likera.com/fo...ight=latex
It's concatenating the domaing twice so all the links from the search doesn't work.
Posts: 272
Thanks received: 85
Thanks given: 74
Joined: Nov 2013
Yea, I have the same problem, posted about it, but forgot to reply to Ra's answer. So Ra, the engine gives the double domain :p
Posts: 28,295
Thanks received: 14798
Thanks given: 7695
Joined: Jul 2006
Thanks guys, checking now!
Posts: 28,295
Thanks received: 14798
Thanks given: 7695
Joined: Jul 2006
I think I've fixed this. The problem was one mod_rewrite rule, that did not have "http://" or "https://" in the beginning. Only the protocol independent "//".
Posts: 272
Thanks received: 85
Thanks given: 74
Joined: Nov 2013
Hi Ra, I noticed today some phpto's align on the right side of the side screen, covering the plugin to advance in the gallery. Can you make sure they don't align right pls? Or do I really have to upgrade my monitor :p ?
Posts: 28,295
Thanks received: 14798
Thanks given: 7695
Joined: Jul 2006
20 Dec 2015, 14:21
(This post was last modified: 20 Dec 2015, 14:22 by Like Ra.)
(20 Dec 2015, 10:09 )herrpee Wrote: I noticed today some phpto's align on the right side of the side screen, covering the plugin to advance in the gallery.
This is something I've been struggling for months. I still can't find an optimal HighSlide parameters set for the controls placement. The controls either cover a part of the image, or are covered by the image. I'll make another parameter juggling round today. It becomes annoying indeed.
Posts: 28,295
Thanks received: 14798
Thanks given: 7695
Joined: Jul 2006
20 Dec 2015, 22:45
(This post was last modified: 20 Dec 2015, 22:46 by Like Ra.)
I have changed the HighSlide params, the controls are better positioned now, in my opinion. Please test and let me know.
Posts: 272
Thanks received: 85
Thanks given: 74
Joined: Nov 2013
There are no more controls?
Posts: 28,295
Thanks received: 14798
Thanks given: 7695
Joined: Jul 2006
Errmmm... Highslide JS files is not included.. Hm...😕
Posts: 28,295
Thanks received: 14798
Thanks given: 7695
Joined: Jul 2006
Fixed! Did not notice that "global $mybb;" was not in the function.
I spent the whole Sunday tweaking database queries and bypassing pieces of codes for non-logged-in users (they are useless for them anyway). While I've made a huge progress, I still can't catch the queries that do not use indexes and the queries that create temporary tables on disk. It started a week ago after one of the upgrades (the WordPress, plugins, etc) - the amount of temp tables created on disk increased dramatically, and while I managed to decrease the CPU load almost to zero, the disk load is now at least two times higher, than before. I do not even know if it's the forum or the blog... The quest continues 😁