![]() |
Quote:
Quote:
do you have select the forum? do you have select the user enable? Regards |
No work on 4.20 pl3
|
Yes, I am trying to get it to work on 4.2.0 patch 3
Not working so far...Tagged. :) |
|
Thanks for the demo.
It was different then what I was expecting. I will try it again :) Edit: I installed 4.0.6 |
v.4.08 not work on vB4.20 pl3.
step1: download v.4.08 and install it. step2: active(default), Setting\Options\CT -> Simple Alphabetical List\ - Enabled Forums: choose all forum - Enabled User: 25220 - secret key: 1234567890 step 3: create new thread with secect key 1234567890 but forum not show Alphabel List navigator. I have try with 4.06 but it not success. Please let me know, how can fix it? |
Ciao Asterix,il tuo plugin funziona sul mio forum ma mi appare uno strano messaggio di errore permanente in cima alla pagina :
Code:
Warning: include_once(includes/functions_vbseo.php) [function.include-once]: failed to open stream: No such file or directory in [path]/includes/class_postbit.php(345) : eval()'d code on line 165 |
Do you have vbseo install? if so, what version
Thanks regards |
Vbseo 3.6.0. PL2 :)
|
Fix on vers. 4.0.9
Regards |
It's still not work for me and don't show any error. I don't use any Vbseo.
Please help me. |
not working on VB 4.2.0 Patch Level 3 list not show.
|
On my site online it works fine http://www.collectiontricks.it/forum...-nel-post.html
|
Thank you very much.
This mod is amazing, but in my forum, I have a little problem. My forum uses a spanish language and sometimes the users post a thread with a ?, and in the list appears two N when there is a thread that begins with ?. This is the problem: http://forocer.org/listado-de-metal.html-12629 https://vborg.vbsupport.ru/external/2013/08/7.png https://vborg.vbsupport.ru/external/2013/08/8.png Is there any posibility to solve this? Is it possible to add the ? letter to the mod? Sorry, my english is not too good. :o Regards, |
Hi
I was unable to reproduce the error as you can see https://vborg.vbsupport.ru/external/2013/08/5.png try to rewrite the title. Regards |
Hi Asterix.
Thank you for answering. :) OK, I'm trying to explain it better. In the spanish language exists one more letter, the letter ?, that is not the same that the letter N. Our alphabet is: A - B - C - D - E - F - G - H - I - J - K - L - M - N - ? - O - ....... If I rewrite the title of these threads, changing the first letter, ?, with a N, the problem disappears, but It would not be correct, because for example ?u is the name of an animal, and Nu is nothing. I don't know if I explain. When the title of a post begins with ?, in the alphabetical list mod appears two or more N. I think the mod confuses N and ?. Is it posible to add the letter ? to the programming of this mod, or to do anything to solve this problem for those who use the spanish language? I've tried to add a ? to de XML of the mod, but I don't know how to do it. :( Regards. |
Hi
you can try this beta version I do not have vBSEO in my local server for testing. Regards PS: Tell me if it works, about this version does not guarantee support Test run with db latin1_swedish_ci |
Hello again, Asterix.
You are very nice with me. I have tested it just now. Look at the result: https://vborg.vbsupport.ru/external/2013/08/2.png The header is PERFECT ! But in the list... https://vborg.vbsupport.ru/external/2013/08/3.png Appear two N, the letter ? appears too but between the two N. :erm: My db is in Latin1 too. If you think that it is very complicated do not worry any more, I will be grateful for it to you equally. Good weekend. |
for the problem of double N I wrote to you here
Can you try? I can not reproduce the problem Regards |
Quote:
You can try in your localhost. Create several threads whose title begins with N, for example: - Nocturnia-Sin Retorno - Northern Light Orchestra - Nox Arcana - Nuclear Assaul And then, create several threads whose title begins with ?, for example: - ?u Fuego - ?u Viejos Himnos - ?u Y Nadie Escap? And I'm sure you'll see in the list two letters N, and the three threads with ? will appear at the end of the list. (with the original mod). Regards. |
1 Attachment(s)
Sorry and thanks now I have managed to replicate the error
solved https://vborg.vbsupport.ru/external/2013/08/1.png Regards |
You are a genius :eek:
I see you have solved the problem. :up: I have installed in my forum, and now I have a db error message, when I accede to the list. Quote:
:confused: Do you know what happen? :erm: Thank you for all. |
in my server that syntax works, you can try with:
open the file xml and find (two string) ORDER BY title ASC COLLATE latin1_spanish_ci replace with ORDER BY title COLLATE latin1_spanish_ci or ORDER BY title COLLATE latin1_general_ci save and install addon Regards |
Quote:
It's works PERFECT !!!! Take a look: http://forocer.org/listado-de-metal.html-12629 A LOT OF THANKS my friend. You're a real GENIUS! http://forocer.org/images/smilies/rezo.gif Problem solved!!!! I'm very happy http://forocer.org/images/smilies/bravo.gif See you soon! REGARDS!!! |
I've managed to get this working on the mobile theme. It isn't perfect, but if you just add the templates it works (you also need to add an additional.css and add the CSS edits from page one).
|
Oh this is sweet ! Thank you
|
this addon is very nice...
nice working... but i moved another forum and changed everything... can you fix this problem... again for example i will add a forum id and addon shows this id's threads... and when i moved thread this addon shows i added forum threads... you understand me ? |
Works in 4.2.3?
|
Quote:
|
Can someone help please?
How insert (target="_blank) in this code: Code:
<vb:if condition="$ctlist['active_other']">{vb:raw template_ct_thread_list_all_bit}</vb:if> |
Quote:
|
Maybe this is the one
Code:
$ctlist['link'] = '<a href="showthread.php?'. $riga['threadid'] .'-'.$riga['title'].'">'.$riga['title'].'</a>'; How are you Mark? and thanks for answering :) |
I'm good Stratis...and you?
That code looks like a good candidate...try changing it to: Code:
$ctlist['link'] = '<a href="showthread.php?'. $riga['threadid'] .'-'.$riga['title'].'" target="_blank">'.$riga['title'].'</a>'; Code:
$ctlist['link'] = '<a href="' . fetch_seo_url('thread', $riga) . '" target="_blank">'.$riga['title'].'</a>'; |
I am fine to, weather here is a bit cold though.
Thank you for another time for your help, I will test and see what happens. :) EDIT: It works fine Mark :) |
Sorry
Not working on 4.2.5 |
Quote:
I do not remember in 7.1 php and can not test it again. :) |
Hi! This mod available for vb3.8x?
|
No work in 4.2.5
|
All times are GMT. The time now is 01:28 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|