vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - vBA CMPS Module: Displays Forum List (https://vborg.vbsupport.ru/showthread.php?t=246670)

BlackThorn 07-15-2010 10:00 PM

vBA CMPS Module: Displays Forum List
 
Removed.

BlackThorn 07-16-2010 07:17 AM

Reserved, my first posting.

ALBCODERS 07-16-2010 07:32 PM

Nice ;) thanks..

Entonadoscl 07-19-2010 06:29 PM

install

thanks ;)

sagr 07-19-2010 10:14 PM

Please, how can take advantage of this module in the CMS

BlackThorn 07-19-2010 10:49 PM

Quote:

Originally Posted by sagr (Post 2071749)
Please, how can take advantage of this module in the CMS

No, that module doesn't work in the vBCMS. This module is only can work in the vBA CMPS Portal Page.

Greight 07-20-2010 03:48 AM

Quote:

Originally Posted by BlackThorn (Post 2071757)
No, that module doesn't work in the vBCMS. This module is only can work in the vBA CMPS Portal Page.

Hey bro! I assume you can make something that can work on CMS.

BlackThorn 07-20-2010 04:17 AM

Quote:

Originally Posted by Greight (Post 2071841)
Hey bro! I assume you can make something that can work on CMS.

No never. I do not support to vBCMS. Please do not ask me that again. If you use vBA CMPS Portal, then you can install it.

Entonadoscl 07-22-2010 02:10 PM

bugs???

firefox 3.6.7 (perfect)
http://hosting.deimagenes.com/imagen/1huh.png


IE (problem)
https://vborg.vbsupport.ru/external/2010/07/13.png


how fix this???

BlackThorn 07-22-2010 02:41 PM

Ummmm... Interesting. Well - I'll fix that bug. Just use it now.

#noted.

Alfa1 07-22-2010 05:13 PM

I just uploaded it to vb 3.8.5 but I get this error:
Quote:

Warning: require([path]/modules/forumlist.php) [function.require]: failed to open stream: No such file or directory in [path]/includes/vba_cmps_include_top.php on line 390

Fatal error: require() [function.require]: Failed opening required '/public_html/forum/modules/forumlist.php' (include_path='.:/usr/local/lib/php') in /public_html/forum/includes/vba_cmps_include_top.php on line 390
Mind that I use a database prefix.

BlackThorn 07-23-2010 01:16 AM

Quote:

Originally Posted by Alfa1 (Post 2073007)
I just uploaded it to vb 3.8.5 but I get this error:
Mind that I use a database prefix.

Lol - it is for 4.0.x version.

If you want this, then follow that link ---> http://www.vbadvanced.com/forum/showthread.php?t=11890 for 3.8.x ;)

edwinlar 07-23-2010 01:03 PM

buenisimo me funciono de 10

Alfa1 07-23-2010 05:48 PM

Like the vb4 version, the 3.5 version doesn't work on vb 3.8.5

BlackThorn 07-23-2010 07:36 PM

Quote:

Originally Posted by Alfa1 (Post 2073477)
Like the vb4 version, the 3.5 version doesn't work on vb 3.8.5

This is vB4.0.x version CMPS Module. I never test it for 3.8.5 version and never said. Please go and read my the main posting.

Alfa1 07-24-2010 03:26 AM

Yes, I know. Couldn't hurt to try.

devrimow 07-24-2010 11:54 AM

error

Code:


Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/*****/public_html/includes/class_core.php(4078) : eval()'d code on line 2

Parse error: syntax error, unexpected T_STRING in /home/*****/public_html/includes/class_core.php(4078) : eval()'d code on line 3

forum dili utf8 ondan yapabilirmi

BlackThorn 07-24-2010 03:31 PM

Quote:

Originally Posted by devrimow (Post 2073822)
error

Code:


Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/*****/public_html/includes/class_core.php(4078) : eval()'d code on line 2

Parse error: syntax error, unexpected T_STRING in /home/*****/public_html/includes/class_core.php(4078) : eval()'d code on line 3

forum dili utf8 ondan yapabilirmi

I would guess yeah but I didn't try so like it yet.
B?y?k olasılıkla ondan olabilir ama hi? denemedim o şekil.

Winter Sonata 09-08-2010 03:10 AM

Installed, working perfect with Firefox , didnt test with IE , I hope it works fine as well

Winter Sonata 10-06-2010 02:32 AM

Can I prevent a specific forum name to show up in this list ?

Reeve of shinra 02-06-2011 08:58 PM

how can I make the forum list look like blocks? My feeble css skills aren't up to the task =/

Krusty1231 06-22-2011 10:12 PM

I have this installed - works great in FF, but not in IE. Can someone tell me how to fix this?

Thank you in advance.

Domates 12-20-2011 04:05 PM

That's a great modification. Can it be modified to show only main forums? I've got tons of sub forums and I don't want to show them all.

Elric 02-07-2013 01:14 PM

Quote:

Originally Posted by Krusty1231 (Post 2211530)
I have this installed - works great in FF, but not in IE. Can someone tell me how to fix this?

Thank you in advance.

Now i push this up, its a great work but works with IE not right.
Hey coder can you fix it this prob.?

Much thanks

Elric 02-28-2013 02:40 PM

Now it works, i use the forumlist.php und the code from the forumlist template from the vb 3.8 addon and now its all fine.

change the code in the template adv_portal_forumlist with this:

Code:

<tr>
<td class="$bgclass">
 <style type="text/css">
  #custom {
  font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }
  #custom ul {
  list-style: none;
  margin-left: 5px;
  margin-bottom: 0px;
  padding-left: 1em;
  text-indent: -1em;
  }
  #custom li {
  list-style-image: none;
  list-style-type: none;
  }
  #custom li a:active,
  #custom li a:visited,
  #custom li a:link {
  font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  text-decoration: none;
  }
  #custom ul li:before {
  }
 </style>
 $adv_portal_forumlist
</td>
</tr>


and change the forumlist.php in the ordner modules with the attached.

dizzynation 02-28-2013 02:43 PM

Sweet, this work on 4.2 PL3?

dizzynation 02-28-2013 02:49 PM

Worked perfect on VB 4.2 PL3

If you get a chance, you should code this, to be more like the forum list module
https://vborg.vbsupport.ru/showthread.php?t=294431

Great Mod, thanks!!

dizzynation 03-07-2013 03:52 AM

Any update?


All times are GMT. The time now is 12:36 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
  • Page Generation 0.01280 seconds
  • Memory Usage 1,772KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete