Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

[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.

Site: phpBB Community Home - [3.0.x] MOD Writers Discussion (site profile, domain info phpbb.com)
Title: [3.0.x] MOD Writers Discussion
Url: http://www.phpbb.com/community/viewforum.php?f=...
Users activity: 22 posts per thread
Forum activity: 84 active threads during last week
 

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:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
imkingdavid
10
user's latest post:
PM Issue
Published (2009-11-26 01:02:00)
sorry, I have no clue what the problem is.
A_Jelly_Doughnut
10
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...
Brf
9
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.
thecrewstyle
6
user's latest post:
some help with at a glance mod
Published (2009-11-22 10:03:00)
up
stokerpiller
6
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.
austin881
6
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?
SyntaxError90
6
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 );  
nexum
4
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...
eviL<3
4
user's latest post:
phpBB Standalone Template Engine
Published (2009-11-22 21:17:00)
Thanks for sharing, bookmarked.
nelsaidi
4
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::

phpBB Community Home
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 );  
Thread:  Show this thread (8 posts)   Thread info: Using LIMIT in DBAL Size: 1,295 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Using LIMIT in DBAL :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
phpBB Community Home
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/////// $...
Thread:  Show this thread (2 posts)   Thread info: I cannot get my forums DB to update correctly Size: 3,833 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: I cannot get my forums DB to update correctly :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
phpBB Community Home
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']
Thread:  Show this thread (4 posts)   Thread info: how to identify a spider Size: 129 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how find a spider :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
phpBB Community Home
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.
Thread:  Show this thread (6 posts)   Thread info: Get last cache time Size: 118 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Get last cache time :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
phpBB Community Home
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'])
Thread:  Show this thread (978 posts)   Thread info: Full Site Integration Size: 244 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Full Site Integration :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
phpBB Community Home
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.
Thread:  Show this thread (3 posts)   Thread info: Import XML file to database Size: 279 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Import XML file to database :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
phpBB Community Home
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.
Thread:  Show this thread (7 posts)   Thread info: How to apply changes to CSS? Size: 184 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to apply changes to CSS? :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
phpBB Community Home
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.
Thread:  Show this thread (3 posts)   Thread info: Overall header variables Size: 103 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Overall header variables :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
phpBB Community Home
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
Thread:  Show this thread (4 posts)   Thread info: Permissions and language other than en Size: 256 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Permissions and language other than en :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
phpBB Community Home
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
Thread:  Show this thread (4 posts)   Thread info: INCLUDEPHP doesnt specify correct directory in /adm pages? Size: 157 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: INCLUDEPHP doesnt specify correct directory in /adm pages? :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
 

Hot threads for last week on [3.0.x] MOD Writers Discussion::

[3.0.x] MOD Writers Discussion
Started 1 week ago (2009-11-21 13:41:00)  by thecrewstyle
somebody?
Thread:  Show this thread (9 posts)   Thread info: some help with at a glance mod Size: 9 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: some help with at a glance mod :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
[3.0.x] MOD Writers Discussion
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 ...
Thread:  Show this thread (8 posts)   Thread info: Installer gives "doesnt have a default value" Size: 502 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Installer gives "doesnt have a default value" :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
[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 );  
Thread:  Show this thread (8 posts)   Thread info: Using LIMIT in DBAL Size: 1,295 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Using LIMIT in DBAL :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
[3.0.x] MOD Writers Discussion
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
Thread:  Show this thread (10 posts)   Thread info: phpBB Standalone Template Engine Size: 159 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: phpBB Standalone Template Engine :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
[3.0.x] MOD Writers Discussion
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.
Thread:  Show this thread (7 posts)   Thread info: How to apply changes to CSS? Size: 184 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to apply changes to CSS? :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
[3.0.x] MOD Writers Discussion
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'])
Thread:  Show this thread (978 posts)   Thread info: Full Site Integration Size: 244 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Full Site Integration :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
[3.0.x] MOD Writers Discussion
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.
Thread:  Show this thread (6 posts)   Thread info: mysql_num_rows() and phpbb Size: 264 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: mysql_num_rows() and phpbb :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
[3.0.x] MOD Writers Discussion
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?
Thread:  Show this thread (6 posts)   Thread info: Need help creating ACP module for my Mod Size: 121 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Need help creating ACP module for my Mod :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
[3.0.x] MOD Writers Discussion
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.
Thread:  Show this thread (6 posts)   Thread info: Get last cache time Size: 118 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Get last cache time :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
[3.0.x] MOD Writers Discussion
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.
Thread:  Show this thread (8 posts)   Thread info: "Change Password" function Size: 361 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: "Change Password" function :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"