|
|||||||
![]() |
Forum Index > glFusion > glFusion Support |
|
|
Forum in center block? |
|||
| | | Printable Version |
|
dlassen | ||||||||
|
Hi guys, |
![]() Junior Group Comfort Level:: 0 Status: offline ![]()
Registered: 10/30/09 |
||||||||
|
|||||||||
|
Geiss | ||||||||
|
Just to make sure you're aware, if you hover over any of the Topic or Latest Post entries in the Forum Centerblock, it provides a lot of that info already ( user name, date, number of replies etc.)
|
![]() Admin Group Comfort Level:: +48 ![]() Status: offline ![]()
Registered: 02/15/07 |
||||||||
|
|||||||||
|
dlassen | ||||||||
|
Thanks Geiss - I am aware of that, but it's just that the more detailed view would be useful in my situation. |
![]() Junior Group Comfort Level:: 0 Status: offline ![]()
Registered: 10/30/09 |
||||||||
|
|||||||||
|
Geiss | ||||||||
|
No worries. I'm going for the low hanging fruit first! PHP Formatted Code function plugin_centerblock_forum ($where = 1, $page = 1, $topic = '')...
PHP Formatted Code $block->set_var ('phpself', $_CONF['site_url'] .'/index.php');$block->set_var ('startblock', COM_startBlock($LANG_GF02['msg170'])); $block->set_var ('endblock', COM_endBlock()); $block->set_var ('site_url', $_CONF['site_url']); $block->set_var ('layout_url', $_CONF['layout_url']); $block->set_var ('LANG_title', $LANG_GF02['msg170']); $block->set_var ('LANG_FORUM', $LANG_GF01['FORUM']); $block->set_var ('LANG_TOPIC', $LANG_GF01['TOPIC']); $block->set_var ('LANG_LASTPOST', $LANG_GF01['LASTPOST']); $block->set_var ('LANG_viewlastpost', $LANG_GF02['msg160']); $block->set_var ('LANG_forumjump', $LANG_GF02['msg195']);
PHP Formatted Code $block->set_var ('lastpostinfo', $lastpostinfo);$block->set_var ('lastpostid', $lastid); $block->set_var ('topicinfo', $topicinfo); $block->set_var ('cssid', $cssid); $block->set_var ('forum_id', $A['forum']); $block->set_var ('forum_name', $A['forum_name']); $block->set_var ('topic_id', $A['id']); $block->set_var ('topic_subject', $A['subject']); $block->set_var ('fullsubject', $fullsubject); $block->set_var ('views', $A['views']); $block->set_var ('replies', $A['replies']); $block->set_var ('date',$lastdate ); $block->set_var ('lastpostby',$A['name']); $block->parse ('block_records', 'record',true);
|
![]() Admin Group Comfort Level:: +48 ![]() Status: offline ![]()
Registered: 02/15/07 |
||||||||
|
|||||||||
|
dlassen | ||||||||
|
Thanks for your quick and detailed response - I'll have a go at it! |
![]() Junior Group Comfort Level:: 0 Status: offline ![]()
Registered: 10/30/09 |
||||||||
|
|||||||||
| Content generated in: 1.73 seconds |
|
| All times are CDT. The time is now 09:41 AM. |
|
|