[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)
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: [RC] RH Topic Tags

Post by 3Di »

pierredu wrote:Could you give us more information about the real differences between both branches (just to keep the code clean).
Simply fork the repository and compare those two branches, I did it for you:
https://github.com/RobertHeim/phpbb-ext ... Heim:3.1.x
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
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 »

Thanks, I don't know all those tools.
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [RC] RH Topic Tags

Post by combuster »

pierredu wrote:Could you give us more information about the real differences between both branches (just to keep the code clean).
It basically differes in layout and configuration stuff. The extension's features (and most importingly its service APIs) stay the same. However, future versions will be developed for stable phpbb-releases only. I will not support outdated phpbb-versions (refer to the release and update policy of phpbb for details https://www.phpbb.com/about/release/ )
YOUAREtehSCENE
Registered User
Posts: 194
Joined: Wed Feb 11, 2009 3:35 am
Location: Boston, Mass

Re: [RC] RH Topic Tags

Post by YOUAREtehSCENE »

Anyone here know where I should post this whole lines of code

https://github.com/RobertHeim/phpbb-ext ... r.php#L114[*]

I have a portal on my forum, and I"d like to see a tag cloud on my portal. Do, I need to copy and paste the whole page, into one of the portals.php files?
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [RC] RH Topic Tags

Post by combuster »

YOUAREtehSCENE wrote:Anyone here know where I should post this whole lines of code

https://github.com/RobertHeim/phpbb-ext ... r.php#L114[*]

I have a portal on my forum, and I"d like to see a tag cloud on my portal. Do, I need to copy and paste the whole page, into one of the portals.php files?
You do NOT COPY the code, but USE it. The referenced code is defined as a SERVICE. Use Dependency Injection to get access to it. Refer to the extension developing documentation for details: https://www.phpbb.com/extensions/writin ... -injection
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 »

Hi,

I'm still testing this extension and I'm wondering whether it would be possible to have a "Search these results" feature when the search gives several pages of matching topics.
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 »

Still testing...
How about a ucfirst call on the tags?
justoncetime
Registered User
Posts: 11
Joined: Sat Sep 10, 2016 8:12 pm

Re: [RC] RH Topic Tags

Post by justoncetime »

Great extension buddy :D
But how can i fix this:

Image


And its same thing on prosilver tho.
Jww
Registered User
Posts: 38
Joined: Wed Feb 08, 2012 10:24 pm

Re: [RC] RH Topic Tags

Post by Jww »

justoncetime
Hi, try to test this (or similar):
viewtopic.php?f=456&t=2263616&start=240#p14479291
m707
Registered User
Posts: 16
Joined: Thu Sep 19, 2013 9:11 am

Re: [RC] RH Topic Tags

Post by m707 »

I have the same issue with the view results
Already tried proposed solution in p14479291 no change :(. 3.1.9, git just pulled.
m707
Registered User
Posts: 16
Joined: Thu Sep 19, 2013 9:11 am

Re: [RC] RH Topic Tags

Post by m707 »

Sorry, just saw in firebug that the rh_topictags.css isn't used at all :(:

---cut---
@import "common.css";
@import "links.css";
@import "content.css";
@import "buttons.css";
@import "cp.css";
@import "forms.css";
@import "colours.css";
@import "imageset.css";
---cut---

I use it quite some years but no glue where ot fix this. Any hint appreciated, TIA.
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 »

Hello,

Error message when trying to create a forum on the board with the extension installed:

Code: Select all

[phpBB Debug] PHP Notice: in file [ROOT]/ext/robertheim/topictags/event/acp_listener.php on line 62: Undefined index: rh_topictags_enabled
Because of this, the array template_data, at the output of function acp_manage_forums_display_form, contains 'S_RH_TOPICTAGS_ENABLED' => null and 'S_RH_TOPICTAGS_PRUNE' => int 0.

Amm this doesn't hurt the working of the forum creation form, but if you use the compression of the data flow between the server and the browser, you get a warning (see above) and the browser exits saying that it can't recognize and uncompress the data flow.
User avatar
eunaumtenhoid
Registered User
Posts: 1152
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [RC] RH Topic Tags

Post by eunaumtenhoid »

dont work with me

http://imgur.com/a/MRRWx

not appear the tag in viewtopic

how to fix it?
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28950
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [RC] RH Topic Tags

Post by Paul »

This extension has been approved. Support can be asked here: https://www.phpbb.com/customise/db/exte ... gs/support

Return to “Extensions in Development”