|
More site info...
[3.0.x] MOD Writers Discussion | Forum profile
|
|
Forum profile page for [3.0.x] MOD Writers Discussion on http://www.phpbb.com.
This report page is the aggregated overview from a single forum: [3.0.x] MOD Writers Discussion, located on the Message Board at http://www.phpbb.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "[3.0.x] MOD Writers Discussion" on the Message Board at http://www.phpbb.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on [3.0.x] MOD Writers Discussion:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
84
|
267
|
880
|
|
Post:
|
163
|
560
|
1,901
|
|
|
[3.0.x] MOD Writers Discussion Posting activity graph:
|
Top authors during last week:
user's latest post:
PM Issue
Published (2009-11-26 01:02:00)
sorry, I have no clue what the problem is.
user's latest post:
Permissions and language other...
Published (2009-11-27 15:27:00)
Shturmfogell wrote: But in the acl_options you have dublicate options and I deleted them thinking that they got there after repeating the install process. Could it be this? For this particular user, it could be. Duplicate entries in the phpbb_acl_options table can cause undefined behavior. Duplicate entries should not be possible in phpBB 3.0.5 and higher, though. In any case, removing the duplicates and then using the Purge the Cache feature...
user's latest post:
How to apply changes to CSS?
Published (2009-11-25 22:04:00)
While you are working on your style, set the "recompile stale style components" on the Load Settings page. Then you will not have to do all the refreshes anytime you make a change.
user's latest post:
Installer gives "doesnt...
Published (2009-11-23 14:58:00)
Looks like A_Jelly_Doughnut is right The user just reported back that he forgot to upload all edited files. Thanks for the help.
user's latest post:
Change default to YES on ACP...
Published (2009-11-24 20:00:00)
Thanks! That worked. Well, that worked for all of them except quick reply. There isn't an option enable_quick_reply in that array. Can you help with that one? Do you know how to set the default for Quick Reply?
user's latest post:
Using LIMIT in DBAL
Published (2009-11-27 10:03:00)
Try this: http://wiki.phpbb.com/Database_Abstract ... uery_limit Use your SQL build query as normal, and simply do something like this: Code: Select all $limit = 10 ; $start = 0 ; $result = $db -> sql_query_limit ( $sql , $limit , $start );
user's latest post:
mysql_num_rows() and phpbb
Published (2009-11-21 13:16:00)
yes it should work.... phpbb_popsearch is a table i created and the script automatically fill it with the search terms typed in phpbb search engine..... this table is like phpbb_search_results table except it has a row named "count" to count how many times a search term has been searched in the past 7 days i include this code inside phpbb's includes/search/search.php and when i search for something on my forum, it will...
user's latest post:
3d Order PHP: my.php...
Published (2009-11-25 16:54:00)
There is no reason for it not to work. Most likely an error on your page, or in the way you are using the data.
|
|
|
|
Latest active threads on [3.0.x] MOD Writers Discussion::
Started 2 days ago (2009-11-27 10:03:00)
by SyntaxError90
Try this: http://wiki.phpbb.com/Database_Abstract ... uery_limit Use your SQL build query as normal, and simply do something like this: Code: Select all $limit = 10 ; $start = 0 ; $result = $db -> sql_query_limit ( $sql , $limit , $start );
Started 7 hours, 4 minutes ago (2009-11-29 03:31:00)
by ckirby1981
OK I did not get any response thus far so I tried to rewrite my script this is what I came up with. However I still cannot put more than two new forums before it quits working. here is the rewirtten script: Code: Select all <?php $fullName = $_GET["name"]; $polId = $_GET["id"]; $parent = $_GET["parentId"]; $stName = $_GET['state']; ///Check to see if all ready exists/////// $...
Started 15 hours, 17 minutes ago (2009-11-28 19:18:00)
by A_Jelly_Doughnut
Moving to MOD Writers Discussion, since this is a coding question. The variable you want is $user->data['is_bot']
Started 2 days, 10 hours ago (2009-11-26 23:52:00)
by A_Jelly_Doughnut
I don't believe the cache object(s) publishes any of this data to the outside, so you'd need to start by editing that.
Started 1 year, 7 months ago (2008-04-05 18:32:00)
by Noxwizard
You can use this to see if a user is logged in or not: Code: Select all if($user->data['is_registered'])
Started 19 hours, 23 minutes ago (2009-11-28 15:12:00)
by A_Jelly_Doughnut
The ' character is causing your problems. To resolve this, I suggest using phpBB's sql_build_query . This will also help defend your site from SQL injection.
Started 3 days, 13 hours ago (2009-11-25 21:25:00)
by Brf
Prosilver-based styles store the stylesheet in the database. To update your CSS, go to Styles/Themes and click "Refresh" for your style. Then F5 your webbrowser.
Started 1 day, 19 hours ago (2009-11-27 15:17:00)
by A_Jelly_Doughnut
Typically you'd alter the page_header() function in includes/functions.php (around line 2000) for this.
Started 2 days, 10 hours ago (2009-11-27 00:01:00)
by A_Jelly_Doughnut
I only know that permissions and language selection should not be related to one another. Can you link to the problem descriptions your users are posting? That might make this easier
Started 3 days, 5 hours ago (2009-11-26 05:08:00)
by indian_pearson
bumping. does anyone have any idea as to how i can solve this issue? need i explain my problem/situation more in detail? just ask and i can, thx
|
|
Hot threads for last week on [3.0.x] MOD Writers Discussion::
Started 1 week ago (2009-11-21 13:41:00)
by thecrewstyle
Started 6 days, 11 hours ago (2009-11-22 22:51:00)
by SyntaxError90
SQL servers tend to spit that out when you are inserting a row and a value isn't specified for a column that is told not to be null. The issue is not with your installer, but more likely with some code that inserts data into that table and it wasn't told what to put in one of those new columns the mod created. The two queries you show should work, you don't have to specify a default if you are ...
Started 2 days ago (2009-11-27 10:03:00)
by SyntaxError90
Try this: http://wiki.phpbb.com/Database_Abstract ... uery_limit Use your SQL build query as normal, and simply do something like this: Code: Select all $limit = 10 ; $start = 0 ; $result = $db -> sql_query_limit ( $sql , $limit , $start );
Started 1 week, 3 days ago (2009-11-19 04:37:00)
by Bogey
It took me a while to post this here but... thanks for posting this It was great
Started 3 days, 13 hours ago (2009-11-25 21:25:00)
by Brf
Prosilver-based styles store the stylesheet in the database. To update your CSS, go to Styles/Themes and click "Refresh" for your style. Then F5 your webbrowser.
Started 1 year, 7 months ago (2008-04-05 18:32:00)
by Noxwizard
You can use this to see if a user is logged in or not: Code: Select all if($user->data['is_registered'])
Started 1 week ago (2009-11-21 12:56:00)
by eviL<3
Hi, are you absolutely sure that that query would have given a result with mysql_num_rows? You can actually use it in your code to see if it works. Just make sure you change your DBMS to 'mysql' in config.php. The COUNT approach should generally work.
Started 1 week, 1 day ago (2009-11-20 20:36:00)
by imkingdavid
Here's a stupid question, but did you make sure to click "enable" after you added the modules to the .MODS tab?
Started 2 days, 10 hours ago (2009-11-26 23:52:00)
by A_Jelly_Doughnut
I don't believe the cache object(s) publishes any of this data to the outside, so you'd need to start by editing that.
Started 2 weeks, 1 day ago (2009-11-13 13:43:00)
by ToonArmy
3Di wrote: A_Jelly_Doughnut wrote: You'd have to change it manually with an UPDATE sql query on the phpbb_users table. Needs also to be mentioned that the phpBB's password hash is md5. It's not a straight MD5 hash, it's salted for one thing.
|
|