Do not use this theme!! Have many bugs!! ;) 3.0.6 updated to 3.0.7-PL1 and this style (2.3.0.6) works fine for me and I didn't face any bugs so far. So could you elaborate on the bugs you are talking about? I have edited this style quite a bit to fit my purpose and still haven't seen any bugs I can...
That is likely because you were using "insert ignore" rather than "insert replace", so the topics and forums records have older data. Resynching each forum might help that. replace would have been the better option, I agree. But as I said, I didn't really look into the script. P...
You cannot just smash together two databases like that. You end up with an overlap of numbers in every table. This likely contributed to error-2. It worked quite well, only real issue was that edited posts where not updated, since the merge ignores inserts when there is a data set with matching key...
When adding forums like that you will at least have to rebuild the left and right ids which can be done trough the STK. But I didn't test it so I cant promise it will work as expected.
Support Request Template What version of phpBB are you using? phpBB 3.0.7-PL1 What is your board's URL? http://blauersalon.net/online-literaturforum/ Who do you host your board with? all-inkl.com How did you install your board? I used a download package provided by another website Is your board a f...
I could really need some help here. Alternativly I could use a little guidance on howto read a user defined profile field and put its content in its own variable so I can access it in the template.
Hi folks, I was trying to use a user defined profile field to allow users to link a second avatar which will be used in a modified profile view. The problem I get now is that phpbb autoparses the profilefield content to surround it with some HTML for hyperlinks. I do not want this. I want to use som...
Thx for the mod, but: Is there a way to make it show by default? If you mean new topics, there's a way like that . For old topics - you need to set 'topic_first_post_show' field of topics_table to 1 for all topics you want to make 1st post always on top. This way is not clean, the box wont be select...
I needed this for the static pages mod I use in a forum. I simply did a few str_replace calls to keep the < and > signs alive, so bbCode and html will function. It is a bad idea to allow this to any user. But allowing it in a MOD only the admin can use and giving the flexability to use html on stati...
Hey folks, I needed this, so I wrote it myself, when I couldn't find an existing solution. This will add a predefined search listing all topics of the previous month. You can access it via the URL: http://example.org/forums/search.php?search_id=lastmonth Find in search.php: case 'egosearch': Add bef...
Hi phpbb3 version: 3.0.6 (converted from phpbb2 based forum) can phpbb3 display all threads started in a specific month or any specified time margin? I couldn't figure that out by just using the normal search. If it can't be done by phpbb3 out of the box, can you point me to a MOD either expanding t...
I've got 1.0.4 running on phpBB v3.0.6 and it's working as should, so what's the difference between 104 and 106 of Fisubice2 ? Hopely I didn't miss the changelog cuz I couldn't find it. For one thing search was added to forums and threads. Its working great for me, I modified it to better fit my ne...