IP.Board 2.3: Add Post counts + Topics Count + image
Started by AmgedOsman, May 22 2008 06:00 AM
31 replies to this topic
#1
Posted 22 May 2008 - 06:00 AM
This is the support topic for the tutorial Add Post counts + Topics Count + image. Please post here if you have any questions or feedback.
#2
Posted 22 May 2008 - 06:12 AM
Very Nice... 5 Stars
#3
Posted 22 May 2008 - 08:56 AM
ooh, I like that 
do you know how it might effect things if there are subforums?
If those other mods are used, eg: displaying subforums in 2 columns and adding an image to the left of each subforum? I forget the mod names, any idea if it goes pear shaped?
cheers
RIchard
PS - would it work by putting some code in to the description box of the forum itself in the ACP, as I think it allows some BBcode and HTML in there? - what I mean is make a call to the functions from the forum description box? or something, lol
do you know how it might effect things if there are subforums?
If those other mods are used, eg: displaying subforums in 2 columns and adding an image to the left of each subforum? I forget the mod names, any idea if it goes pear shaped?
cheers
RIchard
PS - would it work by putting some code in to the description box of the forum itself in the ACP, as I think it allows some BBcode and HTML in there? - what I mean is make a call to the functions from the forum description box? or something, lol
Edited by RichardC, 22 May 2008 - 08:59 AM.
~*~
~*~
Quote
95% of all installation errors are from not following the instructions correctly.
Click this link for information on common modification questions and errors
~*~
#4
Posted 22 May 2008 - 09:12 AM
intasar, on May 22 2008, 09:12 AM, said:
Very Nice... 5 Stars
RichardC, on May 22 2008, 11:56 AM, said:
ooh, I like that 
do you know how it might effect things if there are subforums?
If those other mods are used, eg: displaying subforums in 2 columns and adding an image to the left of each subforum? I forget the mod names, any idea if it goes pear shaped?
cheers
RIchard
PS - would it work by putting some code in to the description box of the forum itself in the ACP, as I think it allows some BBcode and HTML in there? - what I mean is make a call to the functions from the forum description box? or something, lol
do you know how it might effect things if there are subforums?
If those other mods are used, eg: displaying subforums in 2 columns and adding an image to the left of each subforum? I forget the mod names, any idea if it goes pear shaped?
cheers
RIchard
PS - would it work by putting some code in to the description box of the forum itself in the ACP, as I think it allows some BBcode and HTML in there? - what I mean is make a call to the functions from the forum description box? or something, lol
Richard if you mean subforum decorators then i dunno i havent tried it but i can test it on my Dev board
but if u mean this mod
http://ibmafia.com/f...hp?showtopic=71 then it works with it
Umm Edit:: it works just fine with subforums
----------------
NP: Aerosmith - Permanent Vacation - 009 - Angel - Foobar2000 9.5.1
Edited by Sacred, 22 May 2008 - 09:15 AM.
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
#6
Posted 22 May 2008 - 09:16 AM
thank you andy
its nowhere comparing to your tutorials
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
#7
Posted 22 May 2008 - 10:35 AM
amGed, I notice on your screenshot, right column bottom, that the writing doesn't go right across, ( [SKY NEWS] Russia: Chelsea An... )
That looks a bit odd, but I can't get it to spread, it did, however, look better when I changed the first column to 75%.
Also, this ...
<img src="style_images/posts.gif"
... should say this ...
<img src="style_images/<#IMG_DIR#>/posts.gif"
And the same with 'topics.gif'.
Looks cool though, well done.
That looks a bit odd, but I can't get it to spread, it did, however, look better when I changed the first column to 75%.
Also, this ...
<img src="style_images/posts.gif"
... should say this ...
<img src="style_images/<#IMG_DIR#>/posts.gif"
And the same with 'topics.gif'.
Looks cool though, well done.
#8
Posted 22 May 2008 - 10:58 AM
yes ur free to change the "%" as you want thats not the main purpose of the tutorial anyways
Also for images strings
its not a MUST but you MAY do it that way if u use lots of images and different ones for different skin
but i dont do that i use one image for all cuz i hate uploading images :| lol
Thanks
Also for images strings
its not a MUST but you MAY do it that way if u use lots of images and different ones for different skin
but i dont do that i use one image for all cuz i hate uploading images :| lol
Thanks
Edited by Sacred, 22 May 2008 - 10:59 AM.
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
#10
Posted 03 October 2008 - 03:33 PM
Great tut
But what I did was , switched the topics in front of the posts.
Original
After changing it
To me it looks better like this.
But what I did was , switched the topics in front of the posts.
Original
<br />
<img src="style_images/posts.gif" alt="<i>{$data['posts']}</i> Posts" /> <b><i>{$data['posts']}</i></b> Posts <img src="style_images/topics.gif" alt="<i>{$data['topics']}</i> " /> <b><i>{$data['topics']}</i></b> Topics
After changing it
<br />
<img src="style_images/topics.gif" alt="<i>{$data['topics']}</i> " /> <b><i>{$data['topics']}</i></b> Topics<img src="style_images/posts.gif" alt="<i>{$data['posts']}</i> Posts" /> <b><i>{$data['posts']}</i></b> Posts
To me it looks better like this.
#11
Posted 03 October 2008 - 04:37 PM
MajorSkinner, on May 22 2008, 02:36 PM, said:
huh what do u mean i dont run public forum lol???????
braineater, on Oct 3 2008, 06:33 PM, said:
Great tut
But what I did was , switched the topics in front of the posts.
Original
After changing it
To me it looks better like this.
But what I did was , switched the topics in front of the posts.
Original
<br />
<img src="style_images/posts.gif" alt="<i>{$data['posts']}</i> Posts" /> <b><i>{$data['posts']}</i></b> Posts <img src="style_images/topics.gif" alt="<i>{$data['topics']}</i> " /> <b><i>{$data['topics']}</i></b> Topics
After changing it
<br />
<img src="style_images/topics.gif" alt="<i>{$data['topics']}</i> " /> <b><i>{$data['topics']}</i></b> Topics<img src="style_images/posts.gif" alt="<i>{$data['posts']}</i> Posts" /> <b><i>{$data['posts']}</i></b> Posts
To me it looks better like this.
okay cool
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
#12
Posted 09 October 2008 - 03:02 PM
ignore this I fixed it
Edited by zaion, 09 October 2008 - 03:35 PM.
#13
Posted 31 October 2008 - 03:50 PM
... Hi @ all
Can I let the Views indicate with the Toturial?
Views - Post - Topics
Greetz Stars
Can I let the Views indicate with the Toturial?
Views - Post - Topics
Greetz Stars
#14
Posted 01 November 2008 - 07:09 AM
StarsOn45, on Oct 31 2008, 05:50 PM, said:
... Hi @ all
Can I let the Views indicate with the Toturial?
Views - Post - Topics
Greetz Stars
Can I let the Views indicate with the Toturial?
Views - Post - Topics
Greetz Stars
change whatever u want on ur site
its ur site after all lol
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
#15
Posted 02 November 2008 - 02:56 PM
What if I just wanted post + topic count, is that possible?
#16
Posted 02 November 2008 - 03:00 PM
u can order it w/e you want man
Facebook Senior Account Manager (MENA Region)
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
MSN Senior Account Manager (MENA Region)

@amgedosman | AmgedOsman.com
#17
Posted 02 November 2008 - 03:02 PM
Yeah, but how? what bit do I leave out
#18
Posted 05 March 2009 - 04:23 PM
would like to get this to work on my site but have a mod skin and I have tried to install as per instructions but it just screws up my site!
can anyone help please
can anyone help please
Regards
G
G
#19
Posted 05 March 2009 - 04:44 PM
what happens when adding the new code to your skin ?
#20
Posted 05 March 2009 - 05:12 PM
PeteT, on Mar 5 2009, 11:44 AM, said:
what happens when adding the new code to your skin ?
Regards
G
G
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





Contributor












