Current date/time is February 6th 2023, 7:30 am
Search found 67 matches for 2
Flouting items and missing panels
Hey I apologize for the late response, things have been crazy for me.
In regards to #1, when you want certain elements to be at the absolute corner of your parent element, always make sure the parent has a position other than static. ( Static is default ) Relative is the best choice if you want it to stay relative to its current position. Like this :
If you have devtools(F12) open the DOM inspector to check the style attributes of the table and its cells. If you remove relative from the parent, you'll notice that the absolute child cell goes outside to the left of the screen.

I'm absolute ! | I'm static, but my parent is relative ! |
For #2 I'd like to ask this before we close the topic. Do you use wifi while you're out, like at a business or school ? If so, they may have a filter which blocks certain websites. If you notice the buttons disappear, try to access https://illiweb.com/ if you can't it may be blocked. This is were most of the scripts for the editor, toolbar, etc are hosted. So, if it's blocked, that will explain why you cannot certain features.
- on January 18th 2015, 9:48 am
- Search in: Garbage
- Topic: Flouting items and missing panels
- Replies: 10
- Views: 884
phpbb2 & phpbb3 : Display post numbers
Display post numbers for phpbb2 and phpbb3 |
This tutorial will help you display the number on posts for versions phpbb2 and phpbb3 of your Forumotion forum. ![]() Modification of viewtopic_body Go to Administration Panel > Display > Templates > General and open the viewtopic_body template. ![]() ![]() Phpbb3 Find :
Replace by :
Phpbb2 Find :
Replace by :
Modifications : To change the # next to the post number. Find #{postrow.displayed.COUNT_POSTS} and replace the # with whatever you want. Don't forget to save and publish the template ! ![]() Afterwards you should now see the numbers on posts. See the next section for style modifications. ![]() Modifying the style To change the style go to Administration Panel > Display > Colors > CSS stylesheet. Paste any of the codes below that are for your forum version. If you want to align the number to the right on phpbb3 :
You can change the alignment with these values : left || center || right To change the display of the number like this : ![]()
Information : The classname .postNumber is used to style the post number link. e.g. #1, #2, #3 The classname .postNumberContainer is used only in phpbb3, and refers to the container that holds the post number. |
This tutorial was written by Ange Tuteur |
- on January 16th 2015, 7:43 am
- Search in: Tips & Tricks
- Topic: phpbb2 & phpbb3 : Display post numbers
- Replies: 0
- Views: 9060
Post Number for phpBB3
I still have problem with post number like below:
- Page No.1: #1, #2, #3,....#9, #10 (Okay)
- Page No.2: #9, # 10, #11,..., #17, #18 ( repeat #9 and #10)
- Page No.3: #8, #9, #10,..., #16, #17 (Wrong number)
Please try this again!
Thank you!
- on December 30th 2014, 11:00 pm
- Search in: Scripts Problems Archives
- Topic: Post Number for phpBB3
- Replies: 38
- Views: 4187
Post Number for phpBB3
Hi @Mati™,Have you applied your code yet? I changed all Left by right but the post numbers are still in left.
And we have more problem:
- In the page No.1, post number showed like this: #0, #1, #2, #3,....,#9. (First page works well)
- In the page No.2, post number showed like this: #10, #12, #14,..., #28. (all in even number).
- In the page No.3, post number showed like this: #10, #13, #16,...,#37.
I do not know why!
Please come to my forum and check this @ HERE
- on December 30th 2014, 10:02 pm
- Search in: Scripts Problems Archives
- Topic: Post Number for phpBB3
- Replies: 38
- Views: 4187
Post Number for phpBB3
I would like to add a post number count on every post for phpBB3Ex:
Post Number: #1
Post Number: #2
Post Number: #3
- on December 28th 2014, 10:25 pm
- Search in: Scripts Problems Archives
- Topic: Post Number for phpBB3
- Replies: 38
- Views: 4187
How to customize Personalize sub-forums display (more)
Dear Forumotion,I have just finished several steps on the topic "
Personalize sub-forums display". However, I have more requests as below:

The image with 5 steps:
- Pic. #1, Categories and forums setup.
- Pic. #2, The completed of construction "Personalize sub-forums display".
- Pic. #3, The icons that I want them show up the topic got news or not.
Link images:
- New responses:
- Code:
https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xpf1/v/t1.0-9/960132_423705514452924_5132713039085827794_n.jpg?oh=81b0889db832d5834e6fdc547385517e&oe=553F9275&__gda__=1425620889_c853fc987499cc51915fe8a0603e8a45
- Nothing news:
- Code:
https://scontent-a-sin.xx.fbcdn.net/hphotos-xaf1/v/t1.0-9/10325504_423705524452923_4492252961070206696_n.jpg?oh=91a052273091e31111b3e1083958c27a&oe=54FC6E2C
- Pic. #4, I tried however It is not what I want.
- Pic. #5, I need the Sub-forums must be align (Rows and columns) as per Pic.#5 but the icons can be show that these posts are new or old.
This is link to my forum (Version phpBB3):
- Code:
http://coaogati.forumvi.com
Test account if needed:
- Code:
Account: testingacc
Password: A123456Z
Merry Christmas and Happy New Year!
Thank you!
- on December 23rd 2014, 10:32 am
- Search in: Other Problems Archives
- Topic: How to customize Personalize sub-forums display (more)
- Replies: 20
- Views: 1666
Favicons
Favicons |
Go to ACP at the bottom of your forum ![]() ![]() Click on the [/size]General Tab at the top of your ACP page ![]() under the ![]() ![]() Clicking on the already save default Icons will place a code in the box See "figure #1" To add your own icon upload your icon from any image host and add your URL code to see "figure #2" ![]() Then Click save Now your Done |
This tutorial was written by the Forumotion Team. Updated by APE. |
- on March 26th 2007, 10:27 am
- Search in: Frequently Asked Questions
- Topic: Favicons
- Replies: 0
- Views: 11497
Page 3 of 3 • 1, 2, 3