Link Directory (LD) [Deleted]

Oh, I see. Agreed.
With 'Show full Title' unticked on LD Sidebar, pagetext is displayed.
With 'Show full Title' unticked on XF Sidebar, pagetext is not displayed.
XF Sidebar needs adjusting to be same as LD Sidebar - showing pagetext with 'Show full Title' unticked

Exactly! I am happy you understand me... :D
 
it is important to differentiate between "Trending Links" and "Top Links":
- "Trending Links" are mostly taking "communication-related activities" into account, which consist of: "Forum-Posts" / "Latest Posts".
- "Top Links" will mostly taking all sorts of "voting-related activities" into account, which consist of: "Star-Ratings", "Number of Likes", "Number of Clicks", "Number of Bookmarks", etc.
There is a reason why there are "TOP Links".
I do not agree that this is correct differentiation.
Trending means any interaction (posts, clicks, likes, rating), since/within a given time period.
Top (like most) means the highest or uppermost measured value, regardless of time period.

Thus;
'Trending Links' should represent those links that have had weighted user interaction in the last x days (x defined by admin within ACP)
'Tops Links' should represent those links with the highest weighted user interactions.
 
Ability to hide categories so they don't appear on the sidebar or top bar? I don't need the categories to be displayed in the sidebar or the top.
Set it to the top in ACP, and add this to extra.css template?
Code:
ul.topCatList { display:none; }
 
Congrats to the new version. Looks great.

I found two bugs:

1) Link widgets in XF Sidebar (Forum Index) does not show the link descriptions and does not show "full titles" as in the LD Sidebar (LD Home). Changing the checkmarks in ACP Options does not change anything.
View attachment 131713
2) Tag Cloud does not show up. Not in XF Sidebar, nor in LD Sidebar
both fixed!


Updated script.

Added new links. Links went through perfectly fine, but got the following server error each time.

Is there anything specific in the new settings I may have missed?
https://xenforo.com/community/threads/link-directory-ld-paid.105024/page-42#post-1053554
 
Make the permalink more friendly. It doesn't make sense to appear as a number. I know the default XF system does that too, and that's quite pointless as well.
I changed mine to say "Share this" because the common user isn't going to know what the number is or what it does. I didn't even know until I clicked on it.
Add to extra.css template?
Code:
.controls a[title="Permalink"]:before {
    content: 'Share +';
    display: inline;
    height: 12px;
    width: 50px;
    vertical-align: middle;
    float: left;
    margin-right: 2px;
    color: #FFF;
    background: #FE6D4C;
}
 
Found another bug. I have posted 2 links as a user but under the Main Navigation Menu and on the member card it only shows "Your Links (1)" and "Links 1" respectively.
 
I do not agree that this is correct differentiation.
Trending means any interaction (posts, clicks, likes, rating), since/within a given time period.
Top (like most) means the highest or uppermost measured value, regardless of time period.

Thus;
'Trending Links' should represent those links that have had weighted user interaction in the last x days (x defined by admin within ACP)
'Tops Links' should represent those links with the highest weighted user interactions.

yeah, I understand what you mean.

1)
But I think if you do so, then the issue is that you will not see the "Latest Posts in the Forum" when you filter by "Trending".
It is actually the idea to see for which Link-Entry there is "Activity in the Forums".... and it was given the name "Trending".

2)
"Trending" could be anything.

There could even be "Trending Search":

https://www.google.com/trends/home/all/US


:)
 
yeah, I understand what you mean.

1)
But I think if you do so, then the issue is that you will not see the "Latest Posts in the Forum" when you filter by "Trending".
It is actually the idea to see for which Link-Entry there is "Activity in the Forums".... and it was given the name "Trending".

2)
"Trending" could be anything.

There could even be "Trending Search":

https://www.google.com/trends/home/all/US


:)

1. Trending = activity within a determined time frame, there is no other method worth using to determine this. it's exactly what @Mouth said in an earlier thread. There simply is no other way to do trending that makes sense in accordance with the concept of "trending." You wouldn't consider something that was popular a month ago as "trending." You may have to set your trending time frame for a 7 day period, but once traffic picks up and you gain more submissions, then you can lower your trending period to 24-48 hours to provide a more accurate read on it.

2. Trending can't be anything if you want it done correctly and to provide a good user experience similar to the way things trend on social media sites. When you give them "trending" they expect it to be hot at the moment and worth clicking on.

You may not need trending links on your site. Some people do, some don't. Depends on how you're using this.

Trending = what's hot now.

Top = your links hall of fame - your greatest links of all time.
 
I got an error whilst installing the update of today: 'Callback phc_LinkDirectory_Listener_Listener::widget_framework_ready is invalid (Invalid Method).'

After that I get a message in ACP 'Upgrade addon'. I can press it, but after a quick flash the screen is back. Not sure how to solve this.
 
I got an error whilst installing the update of today: 'Callback phc_LinkDirectory_Listener_Listener::widget_framework_ready is invalid (Invalid Method).'

After that I get a message in ACP 'Upgrade addon'. I can press it, but after a quick flash the screen is back. Not sure how to solve this.
all files uploaded?
 
When upgrading the xml I get
Callback phc_LinkDirectory_Listener_Listener::widget_framework_ready is invalid (Invalid Method).

I tried a second time and got this error

Mysqli statement execute error : Duplicate column name 'last_thread_post_date'

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in phc/LinkDirectory/Install/19772067.php at line 25
  4. phc_LinkDirectory_Install_19772067->install() in phc/LinkDirectory/Install.php at line 303
  5. phc_LinkDirectory_Install::Install()
  6. call_user_func() in XenForo/Model/AddOn.php at line 215
  7. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  8. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 237
  9. XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 351
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /home/physicsf/public_html/admin.php at line 13
 
When upgrading the xml I get
Callback phc_LinkDirectory_Listener_Listener::widget_framework_ready is invalid (Invalid Method).

I tried a second time and got this error

Mysqli statement execute error : Duplicate column name 'last_thread_post_date'

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in phc/LinkDirectory/Install/19772067.php at line 25
  4. phc_LinkDirectory_Install_19772067->install() in phc/LinkDirectory/Install.php at line 303
  5. phc_LinkDirectory_Install::Install()
  6. call_user_func() in XenForo/Model/AddOn.php at line 215
  7. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  8. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 237
  9. XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 351
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /home/physicsf/public_html/admin.php at line 13
Please upload the Files again! Something went wrong!
 
I got an error whilst installing the update of today: 'Callback phc_LinkDirectory_Listener_Listener::widget_framework_ready is invalid (Invalid Method).'

After that I get a message in ACP 'Upgrade addon'. I can press it, but after a quick flash the screen is back. Not sure how to solve this.
i have test it! Some files were not uploaded correctly! I have corrected and the add-on update in your Forum
 
i have test it! Some files were not uploaded correctly! I have corrected and the add-on update in your Forum
Still get this error

Mysqli statement execute error : Duplicate column name 'last_thread_post_date'

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in phc/LinkDirectory/Install/19772067.php at line 25
  4. phc_LinkDirectory_Install_19772067->install() in phc/LinkDirectory/Install.php at line 303
  5. phc_LinkDirectory_Install::Install()
  6. call_user_func() in XenForo/Model/AddOn.php at line 215
  7. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  8. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 237
  9. XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 351
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /home/physicsf/public_html/admin.php at line 13
 
Back
Top Bottom