Search found 1339 matches

by markus_petrux
Sat Dec 10, 2005 11:09 pm
Forum: [2.0.x] MOD Database Releases
Topic: [2.0.17] Search latest 24h 48h 72h
Replies: 75
Views: 26466

The one in the default template looks ok, it's hard to tell on the others. The PHP side is the same for all. As per the code in templates, it's just HTML. If it doesn't show the links... well, I guess there should be something missing.
by markus_petrux
Sat Dec 10, 2005 11:19 am
Forum: [2.0.x] MOD Database Releases
Topic: [2.0.17] Search latest 24h 48h 72h
Replies: 75
Views: 26466

You should probably check manually the templates to look at the little HTML snippet added by this MOD. Take as reference the one that works.
by markus_petrux
Sat Dec 10, 2005 11:13 am
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.13] BBCode Buttons Organizer
Replies: 131
Views: 60850

peppomcr wrote: I've installed scroll and strike bbcode mods (taken from phpbbhacks).

Probably the reason is these "hacks" aren't written with the Multiple BBCode MOD in mind.
by markus_petrux
Tue Nov 29, 2005 6:20 am
Forum: [2.0.x] MOD Writers Discussion
Topic: geotargeting
Replies: 7
Views: 549

There are countries where people may speak several languages. Wouldn't it be better to rely on user preferences? The browser sends the preferred language in the request headers, you get read it from $HTTP_SERVER_VARS['HTTP_ACCEPT_LANGUAGE']. In the PHP manual there are some examples on how to deal w...
by markus_petrux
Mon Nov 28, 2005 10:01 am
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.12] Hide BBcode MOD
Replies: 255
Views: 131372

Also check if you have other javascripts installed. Some javascripts do not properly use browser resources, making them quite difficult to co-exist.
by markus_petrux
Mon Nov 28, 2005 9:57 am
Forum: [2.0.x] MOD Database Releases
Topic: [2.0.17] BBCodes & smilies enhancement
Replies: 101
Views: 41851

IMHO, you would have to ask this question to the other MOD author. :roll:
by markus_petrux
Sat Nov 26, 2005 4:49 am
Forum: 2.0.x Support Forum
Topic: MySQL to Microsoft SQL Server 2000 Conversion
Replies: 5
Views: 500

BTW, you could optimize your import dump by removing the INSERT statements related to the phpBB search tables (which are probably the biggest tables in phpBB) and then, when your new board is ok, rebuild those tables from the ACP.

Check out this MOD:
http://www.phpbb.com/phpBB/viewtopic.php?t=329629
by markus_petrux
Sat Nov 26, 2005 4:35 am
Forum: 2.0.x Support Forum
Topic: MySQL to Microsoft SQL Server 2000 Conversion
Replies: 5
Views: 500

If you don't have MODs installed (ie. the DB design is still the standard), you could probably In your source environment (MySQL): Extract a DB dump with INSERT statements only. Make sure all INSERT statements are ordered by table name. Before a set of INSERTs for each table, insert a SQL statement ...
by markus_petrux
Fri Nov 25, 2005 7:56 am
Forum: [2.0.x] MODs in Development
Topic: [DEV] phpBB Topic Tags
Replies: 8
Views: 1183

DKing wrote: What are tags for? Like searching? Or are they links to other topics that have the same tags? or what?

http://www.wikipedia.org/wiki/Tags
by markus_petrux
Fri Nov 25, 2005 7:30 am
Forum: 2.0.x Support Forum
Topic: Viewtopic can only find topics and not highlight posts
Replies: 29
Views: 1433

Have you tried to copy the test.php script in other directories? Still the same results? Then he could move the test.php script to another folder and try a similar check. Maybe there's somthing weird affecting only the folder where his phpBB files are stored. Such a test should clearly show the host...
by markus_petrux
Fri Nov 25, 2005 7:20 am
Forum: [2.0.x] MOD Database Releases
Topic: MOD Authors, Update your MODs!
Replies: 36
Views: 12517

MasterPogi wrote: Um, hello. I am MasterPogi. I am an admin of a new forum. So, what's this mod thing? What up with the versions?

Which MOD? 8O This is an announcement.
by markus_petrux
Wed Nov 23, 2005 5:49 pm
Forum: [2.0.x] MODs in Development
Topic: 15 Min who is online Mod
Replies: 2
Views: 840

Sorry, this forum isn't for general MOD support. Please, post your question in the proper topic of the MOD (Release Announcements Forum). Thanks

You may want to use this tool:
http://www.phpbb.com/phpBB/mod_search.php


locked
by markus_petrux
Wed Nov 23, 2005 1:49 pm
Forum: [2.0.x] MODs in Development
Topic: Please delete this thread
Replies: 3
Views: 730

Oh, there is something that you may want to review in your code as well. All BBCode MODs ought to be compatible with the Multiple BBCode MOD, otherwise the MOD validation would deny it.

The Multiple BBCode MOD will make your MOD much easier to install.
by markus_petrux
Wed Nov 23, 2005 1:45 pm
Forum: [2.0.x] MODs in Development
Topic: Please delete this thread
Replies: 3
Views: 730

Hello,

Could you please edit your topic title with a prefix as outlined in MOD Development forum rules section 3.a. This will allow people to see the development status of your MOD at a glance.

Thank you,
The phpBB MOD Team
by markus_petrux
Wed Nov 23, 2005 1:42 am
Forum: 2.0.x Support Forum
Topic: Sessions Keys Fix/workaround
Replies: 2
Views: 289

8O

Where have you seen that table name without the 's'?


edited: Just for the record, this is the source of contants.php released with 2.0.18 from the CVS itself. Open and search for 'SESSIONS_KEYS_TABLE'

Go to advanced search