Search found 22 matches
- 7. August 2010 11:25
- Forum: Modifications Support
- Topic: Modifying the news block
- Replies: 3
- Views: 8463
Re: Modifying the news block
Could someone help with the phpbb way to format this code please? //$query = "SELECT * FROM phpbb_posts"; //$result = mysql_query($query) or die(mysql_error()); while($row = mysql_fetch_array($result)){ $rawdata = $row['post_text']. " - ". $row['post_id']; $dataChunks = explode(&...
- 13. July 2010 20:11
- Forum: Modifications Support
- Topic: Modifying the news block
- Replies: 3
- Views: 8463
Re: Modifying the news block
Thanks Marc, would it not require someone to click something to generate the bbcode as I am looking for a solution that requires no moddification to the initial posted topic and is automated thanks
- 13. July 2010 12:56
- Forum: Modifications Support
- Topic: Modifying the news block
- Replies: 3
- Views: 8463
Modifying the news block
Hello, I want to change the layout of the extended news block to look like this. http://i49.tinypic.com/2eqgufr.gif I figure that a post like this [img]http://www.lovereading.co.uk/books/covers/imported/9780575095526.jpg[/img] [b]By Midnight: A Ravenwood Mystery[/b] July 2010 Debut of the Month. Wel...
- 3. July 2010 23:08
- Forum: board3 Portal v1.0.x - Modifications
- Topic: NV Recent Topics mod in center block
- Replies: 8
- Views: 28660
Re: NV Recent Topics mod in center block
No m8 ran the installer and nv part works fine on board thanks anyway
- 3. July 2010 15:37
- Forum: board3 Portal v1.0.x - Modifications
- Topic: NV Recent Topics mod in center block
- Replies: 8
- Views: 28660
Re: NV Recent Topics mod in center block
Hi using the latest phpbb and latest portal I am getting the following error on portal page [phpBB Debug] PHP Notice: in file /portal.php on line 257: Undefined index: rt_portal [phpBB Debug] PHP Notice: in file /portal.php on line 266: Undefined index: rt_portal [phpBB Debug] PHP Notice: in file /i...
- 15. January 2009 20:34
- Forum: Show-Off
- Topic: The site i am currently developing
- Replies: 3
- Views: 8106
Re: The site i am currently developing
Sorry that needs changing as was using that older inferior board before and bits remain.
- 14. January 2009 21:44
- Forum: Show-Off
- Topic: The site i am currently developing
- Replies: 3
- Views: 8106
- 31. December 2008 20:22
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: BETA Custom News Block
- Replies: 15
- Views: 37932
Re: BETA Custom News Block
No Problems, keep an eye on this post over the next couple of weeks i'll make some variations
- 30. December 2008 13:05
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: BETA Custom News Block
- Replies: 15
- Views: 37932
Re: BETA Custom News Block
Hi, this is great mod... but i got eror: [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /portal/block/latest_posts.php:1) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3550: Ca...
- 24. December 2008 15:01
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: BETA Custom News Block
- Replies: 15
- Views: 37932
Re: BETA Custom News Block
can you post a board link m8 so i can see?
- 17. November 2008 20:52
- Forum: Board3.de
- Topic: Next version of the portal
- Replies: 5
- Views: 18969
Re: Next version of the portal
Thanks for the info and feedback Kevin. Great work you have achieved here.
- 17. November 2008 17:41
- Forum: Board3.de
- Topic: Next version of the portal
- Replies: 5
- Views: 18969
Re: Next version of the portal
I know Alexis and the canver team have been working on version 2 of phpbb3 portal for quite some time, there's been no info for quite some time as to how it's going or which direction it may take. Not sure how the guy's here are looking @ developning this version. If you want help with a particular ...
- 1. November 2008 21:12
- Forum: Modification Requests
- Topic: Additional Recent Topic block - can it be done?
- Replies: 4
- Views: 8706
Re: Additional Recent Topic block - can it be done?
Try this one I made might be what you are looking for
viewtopic.php?f=9&t=1227
viewtopic.php?f=9&t=1227
- 1. November 2008 18:19
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: BETA Custom News Block
- Replies: 15
- Views: 37932
Re: BETA Custom News Block
Thanks for the help Kevin got it working a treat. had to change 'U_NEWNEWSLINK' => append_sid("$phpbb_root_path}viewtopic.$phpEx", 'f=' . $list['forum_id'] . '&t=' . $list['topic_id'] . '&p=' . $list['post_id'] . '#p' . $list['post_id']), to this 'U_NEWNEWSLINK' => append_sid("...
- 1. November 2008 16:21
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: BETA Custom News Block
- Replies: 15
- Views: 37932
Re: BETA Custom News Block
Ok I know i need to use append_sid() function in includes\functions to set sid. should it be something like 'U_NEWNEWSLINK' => append_sid("{$phpbb_root_path}viewtopic.$phpEx"), or should i use something like this in the page? append_sid("{$phpbb_root_path}viewtopic.$phpEx?t=1&f=2&...