First of all I want to notice that I'm a xF2 developer too, so I'm very okay to contact with other developers in "our language" and I know clearly what I need :). I'm doing some rehearsals of merging two of my own xF2 sites, and I have to merge also some (very) common custom user fields and I...
ok I found this on the addon's discussion. Problem solved :)
+\.youtube\.com/watch\?v=)([a-z0-9_-]{11})(?:(?:.*?(?!"]?)).)?(?:"])(?:.*?(?!\?).)(?:\[/ame])#siu
Thanks!
I'm in a good way to achieve what I need.
Here is what I enter on the form:
Quick find: ]+)\]([^\[]+)\[/ame\]#siU
Replacement string:
The result:
Matched text: [ame=""]tonight i can write the saddest lines - pablo neruda - YouTube Replacement:
My question:
1. how could I...
bump!
Here is my elasticsearch statistics:
Documents
2,785,261 (935 MB)
Index updates
34,095
Searches
88,969 (5 milliseconds average)
Allocated memory
264.4 KB
They are not normal based on the traffic of my forum. I see new "searches" every a refresh of the admin page.
Maybe a bot / guest...
I'm planning to import a vBulletin 3 board to my xF2.2 site.
I have stack on this issue:
There are ~9000 posts with the following bbcode from an old vBulletin addon:
this is the video title / useless info currently
I want to replace / canonicalize it with the new [/CODE]
Any idea?
I just need a...
Any improvement to the script would be useful! :)
Tip: there is the column position on xf_post. If we do position + 1, we get the location of the post on the thread.
Maybe if we combine the position, messagesPerPage and thread reply_count info, we can bypass the getScVisiblePostIds query?
Well, I made this solution:
1. Thread getter to get all visible post_ids (since $this->post_id includes also deleted and moderated posts).
public function getScVisiblePostIds()
{
return $this->db()->fetchAllColumn("
SELECT post_id
FROM xf_post...
Hello all devs! :)
Well, I need to build a getter for XF:Thread entity which do this: for page number $page (of the thread), return the post_date of its (I mean page's) last post.
I'm trying to find an efficient way to achive this. Even with a simple query / finder. I think that we will have to...
Well, I had been installing PWA on my Android phone (Samsung Note 9 / Chrome).
The icon size was "ok" on the start screen.
Today I reset my Chrome and re-install the PWA. For an unknown reason, the icon turned to even (very very) smaller and I don't know the reason, since, I didn't have change...
Recently I changed some parts on my <title> tag of all pages of my forum.
What I have to do to ask Google to re-index all my URLs?
Could be a good practice to modify sitemap and apply NOW time to <lastmod> xml field? :)
I have two questions in related with sitemap generator of xF :)
1. As I see on the xml file (sitemap), it has the urls of first page from each thread. Is that normal? A thread could have useful replies in other pages (= useful text for someone who using Google Search). I'm just asking.
2. I have...
Well, I was pleased with Amazon AWS but after a technical problem on their service I stopped use it.
The problem was this: for some reason, for a few hours their service marked lots of e-mail addresses as bounced (the email was never delivered). That causes the issue to move those email...
Update: it seems that something have to do with my forum's style. Not the addons.
If I choose the default xF style, I can enable push notifications.
Is there any related template that have to do with the push notifications?
I'm investigating...
edit: ok found the issue. It was an outdated...
I still not be able to get push notifications work. :(
I have try to change browser and device but still not.
Also asked other members of my forum and they see the No supported on this device message.
I can do any test you could suggest me since I'm a developer too.
Filter threads on forum view based on the first letter of thread title.
See attached screenshots!
Any language alphabet supported.
Apply the alphabet pagination bar to specific forums.
Change the alphabet buttons sorting like you want. Apply multiple language letters.
Adapted to your xF2...
Scandal submitted a new resource:
Thread Alphabetical Pagination - Filter threads on forum view based on the first letter of thread title. Any language supported.
Read more about this resource...
I'm testing the Resources Manager. :)
I have a question: is there any option to disable the categories sidebar and replace it with a categories layout like forum /nodes?
I mean: a home page where there will be the categories on the center (main page content) instead of the latest resources.
I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.