You can download the block from my server
http://www.spaapen.net/ivo/Portal_Meetings.zip
Search found 9 matches
- 9. October 2014 19:51
- Forum: Modifications Support
- Topic: Second news block in center column
- Replies: 10
- Views: 41815
- 16. March 2013 17:56
- Forum: Modifications Support
- Topic: Second news block in center column
- Replies: 10
- Views: 41815
Re: Second news block in center column
i've been playing with the second new block (in my case meetings block) but it still uses the same database entries as the news block. Can anybody tell me what i have to change to make the second news block use its own database entries? **edit** i found the soltion here http://www.board3.de/viewtopi...
- 15. March 2013 19:11
- Forum: Modifications Support
- Topic: Second news block in center column
- Replies: 10
- Views: 41815
Re: Second news block in center column
Ive seen a KB article here how to modify a module
I will look at it when i have the time and see if i can get it working.
It must be something with writing to and reading from the database
I will look at it when i have the time and see if i can get it working.
It must be something with writing to and reading from the database
- 15. March 2013 13:04
- Forum: Modifications Support
- Topic: Second news block in center column
- Replies: 10
- Views: 41815
Re: Second news block in center column
I did a quick test, it works but it overrules the settings of the other news module. News1 and news2 show the same news now.
Is it possible to have the 2nd news module to show other forum topics than the 1st?
Thanks in advance
Is it possible to have the 2nd news module to show other forum topics than the 1st?
Thanks in advance
- 15. March 2013 12:41
- Forum: Modifications Support
- Topic: Second news block in center column
- Replies: 10
- Views: 41815
Re: Second news block in center column
Great, thanks a lot!
I will try this tonight.
I will try this tonight.
- 14. March 2013 14:10
- Forum: Modifications Support
- Topic: Second news block in center column
- Replies: 10
- Views: 41815
Second news block in center column
What do i have to do to create a working 2nd news block in the center column.
Simple replacing news into news2 didn´t do what i hoped it would do (it didnt work at all)
Thanks in advance
Simple replacing news into news2 didn´t do what i hoped it would do (it didnt work at all)
Thanks in advance
- 27. February 2008 17:36
- Forum: board3 Portal 1.0.x - English Support
- Topic: News and recent block in panel style
- Replies: 5
- Views: 11097
Re: News and recent block in panel style
Hi and thanks for the reply Dr00py, tried that but than the block header (like "latest news") doesn't show up This works (for news block) <div class="panel"> <div class="inner"> <span class="corners-top"><span></span></span> <h3>{L_LATEST_NEWS}</h3> <ul class=...
- 27. February 2008 16:39
- Forum: board3 Portal 1.0.x - English Support
- Topic: News and recent block in panel style
- Replies: 5
- Views: 11097
Re: News and recent block in panel style
Still can't get it to work using the different codes.
I'll give it a shot later today.
I'll give it a shot later today.
- 27. February 2008 08:37
- Forum: board3 Portal 1.0.x - English Support
- Topic: News and recent block in panel style
- Replies: 5
- Views: 11097
News and recent block in panel style
Hi, How do I change the news and recent block into panel style. Just changing <div class="forabg"> into <div class="panel"> and changing <ul class="topiclist"> <li class="header"><dl><dt>{L_LATEST_NEWS}</dt></dl></li> </ul> into <h3>{L_LATEST_NEWS}</h3> Did a ...