Anyone any good with Joomla?

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Anyone any good with Joomla?

Post by Sava700 »

I'm trying to construct a front page to my site using Joomla but its only giving me a headache... anyone with any free time or interest in PC Gaming care to give it a shot and help me out?
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Post by Sava700 »

I take that as a no...
User avatar
Joel
Senior Member
Posts: 2981
Joined: Mon Sep 01, 2003 12:00 pm
Location: F.WV

Post by Joel »

Me. What's up? Don't have a lot of free time but I'm pretty efficient.
Core 2 Quad Q6600 @ 3.6GHz on Water | 8GB DDR2 | 2x 74GB Raptor RAID0 | 250GB Storage | P5E | 2900XT @ 850 Core | DVD-RW | 2x 24" Widescreen LCD | Saitek Eclipse | Logitech G5
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Post by Sava700 »

Joel wrote:Me. What's up? Don't have a lot of free time but I'm pretty efficient.
I'm starting to hate it..but its hard to find a free alternative. I wish I could find something that bridges from vBulletin threads.
User avatar
Joel
Senior Member
Posts: 2981
Joined: Mon Sep 01, 2003 12:00 pm
Location: F.WV

Post by Joel »

Sava700 wrote:I'm starting to hate it..but its hard to find a free alternative. I wish I could find something that bridges from vBulletin threads.
What do you mean? There are a host of extensions that will help you put user records and profiles together, between Joomla and vBulletin. What specific functionality are you trying to extract from vBulletin?
Core 2 Quad Q6600 @ 3.6GHz on Water | 8GB DDR2 | 2x 74GB Raptor RAID0 | 250GB Storage | P5E | 2900XT @ 850 Core | DVD-RW | 2x 24" Widescreen LCD | Saitek Eclipse | Logitech G5
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Post by Sava700 »

Joel wrote:What do you mean? There are a host of extensions that will help you put user records and profiles together, between Joomla and vBulletin. What specific functionality are you trying to extract from vBulletin?
I've got a slide show setup on it now..but I have to input the articles manually..what I want is something that will pull from a vBulletin news post and apply it to the slides or something similar. I've also got a issue with a banner on one of the templates I wanted to use, it appears to not be a header.jpg file like some others are where I can just replace the image using FTP...suggestions?
User avatar
Joel
Senior Member
Posts: 2981
Joined: Mon Sep 01, 2003 12:00 pm
Location: F.WV

Post by Joel »

Sava700 wrote:I've got a slide show setup on it now..but I have to input the articles manually..what I want is something that will pull from a vBulletin news post and apply it to the slides or something similar. I've also got a issue with a banner on one of the templates I wanted to use, it appears to not be a header.jpg file like some others are where I can just replace the image using FTP...suggestions?
The banner issue is simple. I would just right click the banner in an internet browser and see what the destination is, then replace that file. Or you could just edit the index.php file in the template's directory to point to a different header file.

As for pulling articles from vBulletin.. I would look into one of the following extensions. Either should work with a little customization.
http://extensions.joomla.org/component/ ... Itemid,35/
http://extensions.joomla.org/component/ ... Itemid,35/
Core 2 Quad Q6600 @ 3.6GHz on Water | 8GB DDR2 | 2x 74GB Raptor RAID0 | 250GB Storage | P5E | 2900XT @ 850 Core | DVD-RW | 2x 24" Widescreen LCD | Saitek Eclipse | Logitech G5
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Post by Sava700 »

Joel wrote:The banner issue is simple. I would just right click the banner in an internet browser and see what the destination is, then replace that file. Or you could just edit the index.php file in the template's directory to point to a different header file.

As for pulling articles from vBulletin.. I would look into one of the following extensions. Either should work with a little customization.
http://extensions.joomla.org/component/ ... Itemid,35/
http://extensions.joomla.org/component/ ... Itemid,35/
I'll look at those extensions..but I've sent you a pm of the site so you can see the banner and how the right clicking isn't working exactly.

cause this is what I see in the php file:
<div class="center" align="center">
<div id="wrapper">
<div id="wrapper_r">
<div id="header">
<div id="header_l">
<div id="header_r">
<div id="logo"></div>
User avatar
Joel
Senior Member
Posts: 2981
Joined: Mon Sep 01, 2003 12:00 pm
Location: F.WV

Post by Joel »

Sava700 wrote:I'll look at those extensions..but I've sent you a pm of the site so you can see the banner and how the right clicking isn't working exactly.

cause this is what I see in the php file:
I have 0 PMs.
Core 2 Quad Q6600 @ 3.6GHz on Water | 8GB DDR2 | 2x 74GB Raptor RAID0 | 250GB Storage | P5E | 2900XT @ 850 Core | DVD-RW | 2x 24" Widescreen LCD | Saitek Eclipse | Logitech G5
User avatar
Joel
Senior Member
Posts: 2981
Joined: Mon Sep 01, 2003 12:00 pm
Location: F.WV

Post by Joel »

Sava700 wrote:I'll look at those extensions..but I've sent you a pm of the site so you can see the banner and how the right clicking isn't working exactly.

cause this is what I see in the php file:
Replace "/templates/rhuk_milkyway/images/mw_joomla_logo.png" file with the image of your choice. With the way that template is set up, to change the background image through the CSS file you would edit this div accordingly:

Code: Select all

div#logo {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 298px;
    height: 75px;
    background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
    margin-left: 30px;
    margin-top: 25px;
} 
That's found in the /templates/rhuk_milkyway/css/template.css file.
Core 2 Quad Q6600 @ 3.6GHz on Water | 8GB DDR2 | 2x 74GB Raptor RAID0 | 250GB Storage | P5E | 2900XT @ 850 Core | DVD-RW | 2x 24" Widescreen LCD | Saitek Eclipse | Logitech G5
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Send me a PM too Sava.
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Post by Sava700 »

ok i believe i got it figured out with some help from UOD tonight..
Post Reply