Lost Password?


Go Back   CodeCall Programming Forum > Community > Community Projects

Community Projects Projects created by members of CodeCall. Post all reviews, bugs and questions in this forum under the correct project thread.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-13-2007, 02:41 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default vBulletin No Replies for Joomla!

Title
vBulletin Module for Joomla! to display threads with no replies.

Version: 1.0
  • Updated: 08/13/2007
Change Log
N/A

Description
For those of you who have Joomla! and vBulletin this modules allows you to display threads with no replies as a module.

Language: PHP

Additional Info
Forum Password is kept as clear text!
Pressing Enter in the HTML editor creates a <BR /> tag

Tested System
CentOS

Requirements (if any are known)
Joomla, PHP, MySQL, vBulletin

Source/Binary Attachment
Attached here as an attachment

License
GNU although a link back to Programming Forum would be nice for anyone using.

Operating Systems
Any that support PHP/MySQL

Features
  • Change display amount in module settings
  • Format the output easily in module settings
  • Exclude forum IDs
  • Ability to truncate titles and forum names.
Todo List/Bugs
None

DEMO
CodeCall - Home - Center of page
Price: Free!

Support
Support will only be given here. If you find any bugs please post them here.


Need Joomla! Hosting?
Receive reliable and effective hosting from ToastedPenguin.com with automated Joomla! installs!

Attached Files
File Type: zip mod_noreplies.zip (2.9 KB, 150 views)
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-21-2007, 11:25 PM
JtChurch925 JtChurch925 is offline
Newbie
 
Join Date: Sep 2007
Posts: 3
Rep Power: 0
JtChurch925 is on a distinguished road
Thumbs up Missing Functionality

Great Module!!
Very useful, and unlike the other vBulletin/J! extensions, FREE!

Just wondering though, would it be possible to add the module suffix field to the module options?

I appreciate being able to drop html code in the boxes provided, but having a theme already setup using module suffixes as many do, it would be nice to easily configure the css to fit within the theme or template of J!.

I know this is looking a gift horse in the mouth, but if you could...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-22-2007, 12:01 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

I'm not sure I understand completely what you are asking. Are you asking about designing the layout in the back-end? If so, i did it this way so that people could include/exclude columns and make them look the way they prefer. I see many modules with a "default" layout that cannot be changed unless modifying the PHP code.

If you like what I have on the home page here - CodeCall Programming - Home - I can send you that template layout.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-22-2007, 05:34 PM
JtChurch925 JtChurch925 is offline
Newbie
 
Join Date: Sep 2007
Posts: 3
Rep Power: 0
JtChurch925 is on a distinguished road
Wink

You're site definitely looks nice, and thanx for the offer!
For the moment I am kinda locked into using the template I am set up with.

The template allows me to switch out modules styles of various color and design by adding a css suffix to the module. So div.moduletable would be div.moduletable-red or div.moduletable-blue. You add the suffix in the module options in the J! admin CP. For example I believe the 'Polls' module allows you to add a suffix in the options.

I really like the control you allow in your setup, but as my template will already try and control the look of the module (sometimes in an awkward way) the only way to change the look would be to put it in the 'pre' box of your module, but that unfortunately changes the style after J! has already has it way with it. So if i used your controls and changed the bg to blue, and J! wanted it red, i would have a module that was red at the top, blue in the middle and red on the bottom.

-or I could just drop some suffix that matches a style already in the css or a style i could add to the css, and voila! J! obeys

so thats what i meant about the suffix. A bit wordy I know, but you prob get what im sayin anyway. Thanx again.

-Joshua
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-29-2007, 02:38 PM
JtChurch925 JtChurch925 is offline
Newbie
 
Join Date: Sep 2007
Posts: 3
Rep Power: 0
JtChurch925 is on a distinguished road
Thumbs up Eureka!

Ok it was more simple than I thought possible.

To add a CSS style suffix (part of your J! template) to these modules, simply edit the module's .xml file!

For example, to add the new parameter to the zeroposts module open mod_vbzeroposts.xml and add this code:

<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />

You want to add this code as the first parameter under the <params> heading, above the "display_amount" parameter!

Upload the modified file.

When you go to access the module in the ACP, you will see a new field to add your custom module suffix (like -hot, -bold, -hilite, etc.)

Ive tried this on both modules vbtopposter and vbzeroposts and it worked without any problems.

Cheers!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 12-01-2007, 09:22 AM
Brandje Brandje is offline
Newbie
 
Join Date: Dec 2007
Posts: 1
Rep Power: 0
Brandje is on a distinguished road
Default

I really think this mod is exactly what I'm looking for, yet i have no clue how to make ik look nice on my frontpage.

Could I ask if you would send me your settings as shown on the frontpage of this site?

Thanks in advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-01-2007, 02:39 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

The one on the front-page of CodeCall uses the tabber class and is a highly-modified version of this component hence there is no simple HTML settings I can give you.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-25-2008, 04:33 PM
sawtkom sawtkom is offline
Newbie
 
Join Date: Jun 2008
Posts: 1
Rep Power: 0
sawtkom is on a distinguished road
Default Re: vBulletin No Replies for Joomla!

ffffffffffffffffffffffffffffff

Last edited by sawtkom; 06-25-2008 at 04:47 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
vBulletin Top Posters for Joomla! Jordan Community Projects 8 12-27-2007 09:16 AM
Project: vBulletin Alert System (vbAS) Crane Community Projects 18 12-13-2006 11:54 AM
vBulletin Forum Directory sarahk Hosting and Registrars 6 11-07-2006 09:33 AM
Vbulletin 3.6.0 Blaze Technology Ramble 2 08-17-2006 02:40 PM


All times are GMT -5. The time now is 12:10 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads