News:

Wondering if this will always be free?  See why free is better.

Main Menu

Topics list support

Started by T@by, November 08, 2008, 05:34:22 AM

Previous topic - Next topic

neo2504

It works very good, but on my forum I have some topics whos name begin with


- or $ or \

how can I add the topics that begin witha a symbol in the list ?

grazie mille in anticipo

frx

Quote from: T@by on August 06, 2009, 04:32:07 AM
@[Daydreamer]
I sent you the SSI code by pm

I'm out for 3 weeks

Can I also have the SSI function? And some instructions on how to make it work. Please.

julian90

Hi all, I'd like to ask something.

I know that this MOD can also read TAGs and convert them into images and show them into the list. So, for example, if I've a topic with [IT] and I will see a little flag of Italy (picture) into the list next to that topic title.

Is it possible to do it by modifying directly the MOD before installing that? So that as I install it I've all done.

Thanks :)

Dzonny

Hello there,

I have Pretty URLs mod installed and i cant take Topic list to work. When i try it shows me a topics from board with ID=1.
So, is there a way to get this worked with pretty urls mod?

ArkServer

I had a PM about where to download my little application to generate the code for the index to copy/paste on the forums so i've uploaded it here: http://retardedweblogger.com/blog/2009/09/21/topiclist-board-generator-a-plugin-for-smf/

Dzonny

#145
Quote from: Dzonny on September 21, 2009, 12:49:03 PM
Hello there,

I have Pretty URLs mod installed and i cant take Topic list to work. When i try it shows me a topics from board with ID=1.
So, is there a way to get this worked with pretty urls mod?
Sorry, i've sorted this, it has no connection with pretty urls, that was my mistake...

Regards.

Edit:
Okay, can this work with [tlist=boardName]A|[/tlist]
Couse i can do it with [tlist=1]A|[/tlist], but if there's way i would like to use first tag also...



superbiagi

I really like this mod.

is there a way to add also locked topics to the list? ^_^

T@by

Quote from: superbiagi on October 26, 2009, 02:55:16 PM
is there a way to add also locked topics to the list? ^_^

edit Subs.php
find
WHERE t.ID_BOARD = $board AND t.locked = 0 AND t.isSticky = 0 AND ( subject REGEXP \"$my_regexp\" )"

replace with

if you need to list locked topics
WHERE t.ID_BOARD = $board AND t.isSticky = 0 AND ( subject REGEXP \"$my_regexp\" )"

if you need to list locked and stickyed topics
WHERE t.ID_BOARD = $board AND ( subject REGEXP \"$my_regexp\" )"

T@by

#148
@Dzonny
Sorry, I never used Pretty URLs mod

@ArkServer
Can I add to first post the link to your code generator?

@ALL
take a look here
http://www.simplemachines.org/community/index.php?topic=272959.msg2172418#msg2172418

meko me


Tonyaag

Hi T@by

I cant install smf2.0 RC2

Can u update soon?

Thx in advance
Regards.

T@by

Updated for SMF 2.0 RC2

According with new Admin Panel layout I moved TList limit setting to
Configuration -> Modification Settings -> Miscellaneous

Tonyaag

Quote from: T@by on November 13, 2009, 08:42:12 AM
Updated for SMF 2.0 RC2

According with new Admin Panel layout I moved TList limit setting to
Configuration -> Modification Settings -> Miscellaneous

2Fast!!
Thank you so much!!!  ;)

raing3

Thanks for the great SMF mod. It works great and the output looks so awesome and so much more convenient then updating the post a new topic is made. Great work!

RML

Quote from: T@by on July 23, 2009, 04:58:18 AM
@mforum
I found something wrong, not in tlist mod but in smf code.
It get a kind of 'post preview' at MessageIndex level reading 384 chars from DB both for first and last post of each topic in current board index. I don't understand why.

If the post with tlist is in, tlist mod is called. And normally tlist post is closed so is first and last and it is parsed two times. >:(

In this way tlist can ignore the 'preview' call
In Sources/Subs.php
find
function topic_list($parms, $board)
{
global $db_prefix, $settings, $modSettings;


replace with
function topic_list($parms, $board)
{
global $db_prefix, $settings, $modSettings, $context;

if ( !isset($context['current_topic']) )
return '';

if ($context['current_topic'] == 0)
return '';



It doesn't work on the 2.0 RC2 version. I got this error message:
Fatal error: Function name must be a string in *****\Sources\Subs.php on line 4229


T@by

The patch is NOT for SMF 2.0

sgsharetalk

#156
Hi T@by, I need help. I see this error message The package you are trying to download or install is either corrupt or not compatible with this version of SMF. after I update my SMF from 1.1.10 to 1.1.11, I deleted the mod and when try to reinstall , above message is displayed.

I am no good in programing . could you provide details step by step explanation on how to install it again as now the package manager don't allow to install.

Thank you in advance.

sgsharetalk

Anyone can help? thank you.

RML

Try the following: open the package-info.xml file with a text editor and look for these lines
<install for="1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10">
<uninstall for="1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10">
and modify them
<install for="1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10,1.1.11">
<uninstall for="1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10,1.1.11">

sgsharetalk

RML, appreciated you selfless help.  OK now .

Quote from: RML on December 03, 2009, 01:51:33 AM
Try the following: open the package-info.xml file with a text editor and look for these lines
<install for="1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10">
<uninstall for="1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10">
and modify them
<install for="1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10,1.1.11">
<uninstall for="1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10,1.1.11">

Advertisement: