Search found 21 matches
- 4. August 2008 17:01
- Forum: board3 Portal 1.0.x - English Support
- Topic: Recent Block code change help.
- Replies: 12
- Views: 14821
Re: Recent Block code change help.
OK, now I want to change the title from "Recent Popular Topic" to "Recent Reply" That could be found in root\language\en\mods\ portal.php : // recent 'RECENT_NEWS' => 'Recent', 'RECENT_TOPIC' => 'Recent topic', 'RECENT_ANN' => 'Recent announcment', 'RECENT_HOT_TOPIC' => 'Recent ...
- 4. August 2008 01:52
- Forum: board3 Portal 1.0.x - English Support
- Topic: Recent Block code change help.
- Replies: 12
- Views: 14821
Re: Recent Block code change help.
Ok, Here is what I came up with for code changes: open root/portal/block/recent.php Under //Recent hot topics Find: AND topic_replies >=' . $config['hot_threshold'] . ' Replace with: AND topic_replies >= 1 Find: ORDER BY topic_time DESC'; Replace with: ORDER BY topic_last_post_time DESC'; This seems...
- 4. August 2008 00:56
- Forum: board3 Portal 1.0.x - English Support
- Topic: Change the clock
- Replies: 1
- Views: 4247
Re: Change the clock
Hi Voaske,
This one is in the FAQ: viewtopic.php?f=24&t=574
Also see this post: viewtopic.php?f=10&t=741&p=4969&hilit=b ... lock#p4969
for the clock that is used here.
This one is in the FAQ: viewtopic.php?f=24&t=574
Also see this post: viewtopic.php?f=10&t=741&p=4969&hilit=b ... lock#p4969
for the clock that is used here.
- 4. August 2008 00:53
- Forum: board3 Portal 1.0.x - English Support
- Topic: Recent Block code change help.
- Replies: 12
- Views: 14821
Re: Recent Block code change help.
OH! I see! I googled CATIA V5 before my last reply and found this url: http://www-306.ibm.com/software/applica ... m/catiav5/
It said "BS CATIA" and Solidworks is "BS Solidworks" so I assumed they were made by the same company. I'll look into the link you posted.
Thanks!
It said "BS CATIA" and Solidworks is "BS Solidworks" so I assumed they were made by the same company. I'll look into the link you posted.
Thanks!
- 3. August 2008 19:43
- Forum: board3 Portal 1.0.x - English Support
- Topic: Recent Block code change help.
- Replies: 12
- Views: 14821
Re: Recent Block code change help.
As i have a lag of time, i could not offer you a "ready to use" solution. We'll concentrate on the next RC. What you have to do, to get a solution, is modifying the SQL section of the "// Recent hot topics" to get the "topic_last_post_id" and build the link with it. OK...
- 2. August 2008 03:50
- Forum: board3 Portal 1.0.x - English Support
- Topic: Recent Block code change help.
- Replies: 12
- Views: 14821
Re: Recent Block code change help.
*off Topic* Wenn ich mal anmerken darf, wen wir schon dabei sind: Ich habe, bevor ich auf Informationstechnik Elektroniker umgestellt habe, mal als Dreher angefangen und zusätzlich 3 CNC Lehrgänge absolviert. Je einen für Dreh- und Fräsmaschinen (die Heidenhain Steuerung finde ich aber komfortabler...
- 31. July 2008 02:25
- Forum: board3 Portal 1.0.x - English Support
- Topic: Recent Block code change help.
- Replies: 12
- Views: 14821
Re: Recent Block code change help.
Hey - we are doing the same job! :) That's cool! What brand of machine tools do you use over there and what controls? As far as robots I've only worked with ABB. Take a look here: http://www.board3.de/viewtopic.php?style=1&f=10&t=706&p=4810#p4810 In the next version the <small> tags wil...
- 31. July 2008 02:03
- Forum: board3 Portal 1.0.x - English Support
- Topic: Problem with install (solved)
- Replies: 8
- Views: 12635
Re: Problem with install
No problem. I'm just glad I could actually help someone!sablehawk wrote:Thanks for the suggestion Obeer
- 30. July 2008 04:46
- Forum: board3 Portal 1.0.x - English Support
- Topic: Problem with install (solved)
- Replies: 8
- Views: 12635
Re: Problem with install
Hi sablehawk, I'm no expert at all but I have sucessfully installed this portal on 3 different boards. I had this problem once and it was to do with my file edits. It was one of two things, either because I was using notepad (bad idea) or because I just plain missed something. If you use wordpad you...
- 29. July 2008 04:48
- Forum: board3 Portal 1.0.x - English Support
- Topic: Recent Block code change help.
- Replies: 12
- Views: 14821
Recent Block code change help.
Hi again guys, I wasn't sure where to post this so please move it if it needs to be. I'm learning more about the code as I make my new style but I'm still a beginner with this. (I can program CNC machines and Robots but this is confusing :lol: ) I would like to slightly edit the "Recent Block&q...
- 26. July 2008 06:22
- Forum: board3 Portal 1.0.x - English Support
- Topic: Why won't my style change?
- Replies: 7
- Views: 13237
Re: Why won't my style change?
Yes, indeed I vergot to say this, if there no Image, you have to do so. You have take the right way. :) I have take a look on your Board. it's a prosilver based style, so you have a stylsheet.css and a colours.css seperatly. Ahhhh..... So thats what the problem is? That would explain my difficultie...
- 26. July 2008 04:55
- Forum: board3 Portal 1.0.x - English Support
- Topic: Why won't my style change?
- Replies: 7
- Views: 13237
Re: Why won't my style change?
First, sorry about my English. If the background is created with a *.gif or a *.png file, you can change in the *.css File what you want, nothing would happen. You must find the background image in the your style/theme/images folder and change the colour of the Image. MfG Heinrich Nothing wrong wit...
- 26. July 2008 01:14
- Forum: board3 Portal 1.0.x - English Support
- Topic: Why won't my style change?
- Replies: 7
- Views: 13237
Re: Why won't my style change?
Try changing this in colours.css: html, body { color: #536482; background-color: #FFFFFF; } This should change your background color. ;) Thanks Marc, I reailzed this part of my mistake earlier today.... :oops: But I'm still having an issue. It seems that if I change the proper code that you posted ...
- 25. July 2008 15:39
- Forum: board3 Portal 1.0.x - English Support
- Topic: Why won't my style change?
- Replies: 7
- Views: 13237
Why won't my style change?
Hi again all, I wasn't sure where to put this topic and I'm not even sure this problem has anything to to with the portal at all. Basically, whatever I do, whichever theme file I edit, nothing will ever show up on the portal or forum. Here are all the steps I went through: 1. Installed phpBB2 (I wan...
- 13. July 2008 23:47
- Forum: board3 Portal 1.0.x - English Support
- Topic: New release phpBB3 3.0.2 and ¿the portal?
- Replies: 16
- Views: 17732
Re: New release phpBB3 3.0.2 and ¿the portal?
Hi guys! Just FYI,
I just upgraded both of my forums (which have board3 portal installed) to 3.0.2 from a previouslly fresh install of 3.0.1 and had absolutely no problems. I used automatic update and allowed it to merge the changed files. It worked flawlessly.
I just upgraded both of my forums (which have board3 portal installed) to 3.0.2 from a previouslly fresh install of 3.0.1 and had absolutely no problems. I used automatic update and allowed it to merge the changed files. It worked flawlessly.