[CDB] RH Topic Tags

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Anti-Spam Guide
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [RC] RH Topic Tags

Post by combuster »

mike2003 wrote:It is very strange that the developer does not want to correct bugs or make their product better... Such quality.
Your attitude torwards us developers that spend their freetime will not make us do anything for you. Go pay for stuff. :lol:
mike2003
Registered User
Posts: 91
Joined: Sun Mar 20, 2016 12:10 am

Re: [RC] RH Topic Tags

Post by mike2003 »

it is not necessary to boast this. I also do something for free, and I am closely to the wishes of the people. you're not the only one generous in the world.
but it's your choice.
MagicalFire
Registered User
Posts: 22
Joined: Mon Feb 06, 2012 5:38 pm

Re: [RC] RH Topic Tags

Post by MagicalFire »

I welcome all set I do not know why can not I add tags to topics
capitalismx
Registered User
Posts: 23
Joined: Tue Mar 15, 2016 4:24 pm

Re: [RC] RH Topic Tags

Post by capitalismx »

When tag name is invalid, it show a big rectangle blank in the tag field. Like following..

The following tags are invalid: RPC
--------------------------------------------------------------
| (RPC)X
|
|
|
|
|
|
--------------------------------------------------------------

My content!
capitalismx
Registered User
Posts: 23
Joined: Tue Mar 15, 2016 4:24 pm

Re: [RC] RH Topic Tags

Post by capitalismx »

I use “/^([a-z0-9-\u4e00-\u9fa5]){2,30}$/ ” for showing chinese character.
I type one tag named "C语言".
It can pass the check after i press enter, but still show "invalid" after submitted.

I don't know what's wrong with it .
Who can give me a hand , many thanks!
Anuj Dhawan
Registered User
Posts: 378
Joined: Sat Aug 10, 2013 6:44 pm

Re: [RC] RH Topic Tags

Post by Anuj Dhawan »

I have been using this extension with we_universal. It works great apart from the fact that when you click on tags, displayed on index, it takes you to a new window which shows the "Replies", "Views" aligned wrongly. Please see the attached pic:

Image

With prosilver alignment looks fine but there is other problem:

Image

Same image as above, with highlighted text to see the alignment:

Image


Not sure if it's a conflict with some other extension as I have many of them installed.
Last edited by Anuj Dhawan on Mon Jul 18, 2016 8:17 am, edited 1 time in total.
Thanks,
Jww
Registered User
Posts: 38
Joined: Wed Feb 08, 2012 10:24 pm

Re: [RC] RH Topic Tags

Post by Jww »

Hi, to solve the design issue in display tag view, try to add the following css code:

Code: Select all

dl.row-item {
    background-position: 10px 50%;
    background-repeat: no-repeat;
}
dl.row-item dt .list-inner {
    padding-left: 45px;
}
into:
ext\robertheim\topictags\styles\prosilver\theme\rh_topictags.css

For me, it fixes the problem.

See image:
Image
Jww
Registered User
Posts: 38
Joined: Wed Feb 08, 2012 10:24 pm

Re: [RC] RH Topic Tags

Post by Jww »

Hi,
there is a new pull request on Github, see:
https://github.com/RobertHeim/phpbb-ext ... s/pull/84/
Anuj Dhawan
Registered User
Posts: 378
Joined: Sat Aug 10, 2013 6:44 pm

Re: [RC] RH Topic Tags

Post by Anuj Dhawan »

Thanks Jww - those changes has helped for prosilver and style based on that. But even though we_universal inherits from prosilver 3.1 the tweak does not work with it (we_universal).
Thanks,
Jww
Registered User
Posts: 38
Joined: Wed Feb 08, 2012 10:24 pm

Re: [RC] RH Topic Tags

Post by Jww »

:-(
YOUAREtehSCENE
Registered User
Posts: 194
Joined: Wed Feb 11, 2009 3:35 am
Location: Boston, Mass

Re: [RC] RH Topic Tags

Post by YOUAREtehSCENE »

Would love to see this come to life, just like wordpress has a tag cloud, I could def use this on my forum. please create it please.
YOUAREtehSCENE
Registered User
Posts: 194
Joined: Wed Feb 11, 2009 3:35 am
Location: Boston, Mass

Re: [RC] RH Topic Tags

Post by YOUAREtehSCENE »

This won't work with new version of the phpbb boards?
YOUAREtehSCENE
Registered User
Posts: 194
Joined: Wed Feb 11, 2009 3:35 am
Location: Boston, Mass

Re: [RC] RH Topic Tags

Post by YOUAREtehSCENE »

I got this installed on my version of my forum 3.1.9 works great, is there a way to make a page for the cloud tags. like cloud.php, or htm, or html. so i can make a clickable link on my site called Cloud, and the users will be able to see all the tags..

One more question, I'm running board3 portal, is there a way to get the tags on the portal?
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [RC] RH Topic Tags

Post by combuster »

YOUAREtehSCENE wrote:This won't work with new version of the phpbb boards?
Have a look at the branches on github. There are two versions of the ext - one for 3.1.x (3.1.x-branch) and one for 3.2.x (master branch).
User avatar
pierredu
Registered User
Posts: 1274
Joined: Thu Nov 01, 2012 8:04 am
Location: Paris (France)

Re: [RC] RH Topic Tags

Post by pierredu »

Could you give us more information about the real differences between both branches (just to keep the code clean).

Return to “Extensions in Development”