Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

selflearner

Username
selflearner
Joined
Visits
37
Last Active
Roles
Member
Badges
0
Points
0
Posts
16

Comments

  • I have uploaded a new version which has some fixes, and also you can exclude certain roles from viewing as demanded :=) open up conf/settings.php and add which roles will be excluded, if you want to exclude banned members, //I added as a defaul…
  • its interesting that Vanilla can not find settings.php and language.php file, I can just say, in default.php I hold the path of the extension in a variable, may be thats the cause of that conflict. so just try to change those lines, line 28 an…
  • @skube : what kind of error you get? I have installed preview post and memberlist together both local and server, there is no problem. is anyone getting this error out there ? @AntSv : stil can't check with IE, I dont use IE on my mac, and I could…
  • well, all the options are in the conf/settings.php file. from that file, you can choose to show/hide for, avatar, name & lastname, email, visit count, posts count, registered date, role description 0 for hiding 1 for showing it in th…
  • sure you can change some settings, open up the file conf/settings.php from those lines // shows how many members showed in one page $eMembersConfig['paginate'] = '5'; you can define how many members will be shown per page. and yes, it loads …
  • When you activate the addon, you should goto Roles&Permissions link and give permission to which role can see the memberslist tab. by checking the checkbox written "Can see members tab" Another issue can be, if you are using page management, yo…
  • @AntSv - I didn't try it with IE, but I will and inform you about what can I do. what is the problem? isn't it working? or there is css problems? about the JS codes, I have no idea about JS, as I mentioned in my addon definitions, I took js codes f…
  • I didn't get that error actually but I have defined $rakam variable at the beginning as '0'so may be your problem is solved with that. I have uploaded new files but you can also do it by opening default.php and find those lines, global $Context; …
  • I have uploaded a new version which has some fixes, and also you can exclude certain roles from viewing as demanded :=) open up conf/settings.php and add which roles will be excluded, if you want to exclude banned members, //I added as a defaul…
  • its interesting that Vanilla can not find settings.php and language.php file, I can just say, in default.php I hold the path of the extension in a variable, may be thats the cause of that conflict. so just try to change those lines, line 28 an…
  • @skube : what kind of error you get? I have installed preview post and memberlist together both local and server, there is no problem. is anyone getting this error out there ? @AntSv : stil can't check with IE, I dont use IE on my mac, and I could…
  • well, all the options are in the conf/settings.php file. from that file, you can choose to show/hide for, avatar, name & lastname, email, visit count, posts count, registered date, role description 0 for hiding 1 for showing it in th…
  • sure you can change some settings, open up the file conf/settings.php from those lines // shows how many members showed in one page $eMembersConfig['paginate'] = '5'; you can define how many members will be shown per page. and yes, it loads …
  • When you activate the addon, you should goto Roles&Permissions link and give permission to which role can see the memberslist tab. by checking the checkbox written "Can see members tab" Another issue can be, if you are using page management, yo…
  • @AntSv - I didn't try it with IE, but I will and inform you about what can I do. what is the problem? isn't it working? or there is css problems? about the JS codes, I have no idea about JS, as I mentioned in my addon definitions, I took js codes f…
  • I didn't get that error actually but I have defined $rakam variable at the beginning as '0'so may be your problem is solved with that. I have uploaded new files but you can also do it by opening default.php and find those lines, global $Context; …
  • Hi there, I have a big problem with encoding stuff. I explained my problem here in this Searching with UTF-8 Character Set # 27 discussion. shortly, I need FCKeditor not encode my language characters. How can I do that, I have searched from FCKed…
  • Hi there, I have a big problem with encoding stuff. I explained my problem here in this Searching with UTF-8 Character Set # 27 discussion. shortly, I need FCKeditor not encode my language characters. How can I do that, I have searched from FCKed…
  • hi there, I use this extension but, my site is now developing so I found that when I (as Admin) view any discussion, the counter is updating. I don't know if anyone finds that necessary but I did, so I add; function CreateMemberList() { g…
  • As I'm not missunderstood, you want to get the most recent discussion topics from database, and put them on another website. right? if its your aim, this is exactly what Latest posts integration does. you activate the plugin in vanilla, and put th…
  • have you tried Latest posts integration addon ?
  • @Max_B - one more time, thank you verymuch.. I dump all the sqls, erase my old database, recreate ad utf8_general_ci .. but the worst part was correcting all the data, I couldn't find anyway to do that, so I do find and replace to all characters, an…
  • I have no problem with the line erased. Actually my search results are more logical now. but I have another problem, (not about the line, I tried even if its there or not) when I made a search with comments selected, I have got all unicodes di…
  • Michael-e you are a survivor.. thanks a lot, it was my big headache.. :=) also thanks for everyone who tried to solve that problem.