TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 01, 2024, 09:10:48 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,174
  • Total Topics: 21,220
  • Online today: 167
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 168
  • Total: 169
  • davo88

[Reguest] Tag Cloud snippet

Started by soMzE, February 28, 2007, 06:11:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JPDeni

It looks as though the board number is not saved with the tag. Therefore, it would be impossible to list the tags by board.

falguni1

how to make the board number to save with the tag please help.

JPDeni

I would contact the author of the mod and ask him or her how to alter the code.

falguni1

I am very glad.

it will be very useful if  we have a prgramming community with boards c programming and html.

c programming will have tags like loop, variables
and html will have tags like tables, borders

so it willl be nice to see tags from c programming only in the c programming board only.

Dragooon

How is C related to TP community?
And almost every language got loops and variables...

falguni1

Quote from: Dragooon on January 26, 2008, 04:38:06 AM
How is C related to TP community?
And almost every language got loops and variables...

it is an example.

SteveW

Quote from: SteveW on January 14, 2008, 10:00:45 PM
Quote from: catchpen on October 26, 2007, 03:25:24 PM
Does anyone know how to implement a better word wrap on this? I have this on a narrow side panel and it doesn't obey the panel px settings in the TP admin page. The big font (which I did decrease max size to ~200) rolls off the side of the page or older versions of IE it increases the panel size for it to fit.

I'd also like to implement this. Is there a way of echoing the output so it is centered and justified?

Many thanks

Hi guys - I was wondering if anyone has a method of doing this? If you look at my main page (no need to register) under the centre gallery block,  the tags are all aligning to the left. Is there a way of making them centred?

My site is http://www.alienexistence.com

much appreciated

JPDeni

I would think that the way to make them centered would be to add centering tags.

Assuming that you're using the code in the second post of this topic (I haven't looked through to see what else might be there), instead of


echo $poptags;


you would use


echo "<center>" . $poptags . "</center>";


Also, to faguli, you may have misunderstood me. I'm not going to contact the writer of the mod. You will need to do that.

falguni1

I will contact him at the earliest.  :D.

please tell me wot should I write to him and wot all should I ask him.  :-\.

JPDeni

Tell him you would like to be able to list the tags by board and you need to be able to save the board ID along with the tag. This will require a change in the database table as well as a change in the way data are written to the table.