1
Welcome, Guest. Please login or register.
October 13, 2008, 01:56:35 PM
Home Help Search Login Register
News: iJoomla Redirect for Joomla 1.5 is here!

  Show Posts
Pages: [1]
1  iJoomla Magazine / Support Questions / Re: Setting registration to view articles while leaving teasers on front page on: July 05, 2008, 05:57:30 AM
boy, this really should be an option.  finally figured it out with the help of this post:

http://www.ijoomla.com/option,com_forum/Itemid,70/page,viewtopic/t,3506/start,0/postdays,0/postorder,asc/highlight,registered%2Bintro/
Quote
After lookin thru the files I found it! here's what you need to do to be able to have the intro text show up for non registered users then prompt them to register after they click 'Read More' as with a default joomla install. You dont need a second component!

In the files magazine.html.php & magazine.php is code to read articles from the database, this reads only articles available for a certain user level so you will need to edit the select query to read all articles from the DB by removing the C.Access..... condition from the WHERE clause. Do this in both files and there are a number of queries not just one.

In magazine.html.php you will find a line that reads
if(($hide_content_unregistered) || ($article->access>=1) || ($edition[0]->access>=1) || ($section[0]->access>=1)) should be 527 or around there.

remove the $article condition from there as well so you have
if(($hide_content_unregistered) || ($edition[0]->access>=1) || ($section[0]->access>=1))
2  iJoomla Magazine / Support Questions / Re: Want the Article Title to Show - Just *Not* Clickable on: May 07, 2008, 12:26:31 PM
Got it, will post the changes in a bit for all...
3  iJoomla Magazine / Support Questions / Re: Want the Article Title to Show - Just *Not* Clickable on: May 07, 2008, 12:00:12 PM
OK, got Vertical to unlink by changing around line 1771:

from:
Code:
echo "<a href=".$art_url." class=".$css_section_box."><b>".(stripslashes($article[0]->title))."</b></a><br />";

to:
Code:
echo "<class=".$css_section_box."><b>".(stripslashes($article[0]->title))."</b><br />";

Now looking for Horizontal and the IMAGES...

4  iJoomla Magazine / Support Questions / Want the Article Title to Show - Just *Not* Clickable on: May 07, 2008, 11:44:35 AM
Can someone point to me where I can change this within the code?  Just want the title to show, not a link..

Thought it would be here:
/home/user999/public_html/components/com_magazine/magazine.html.php

just can't find it.. Thanks!!!
5  iJoomla Magazine / Support Questions / Re: Setting registration to view articles while leaving teasers on front page on: May 05, 2008, 05:57:25 AM
Hey All:  Has anyone else come up with a better/faster way to make this work?  It seems like lots of work for something that we need  Huh
6  iJoomla Magazine / Support Questions / Re: 'Read More' as an image? on: December 21, 2007, 04:38:25 AM
Can you post your URL?
Thanks

Sure, thanks Ricardo!

7  iJoomla Magazine / Support Questions / Re: 'Read More' as an image? on: December 20, 2007, 08:27:34 AM
this has got to be us... but can't get it to work...

using this:
Code:
echo "<br /><a href=".$art_url." ><span class='readon'><img src='../images/cancel.png'>test</span></a>";

what are we missing  Huh
8  iJoomla Magazine / Support Questions / How to make iJoomla Article Title Clickable? on: December 13, 2007, 11:23:26 AM
I have to be overlooking this - but I have searched and searched and can't find it..

How do we do this?  We like the nice looking titles that iJoomla does (as opposed to the core Joomla titles) but don't know how to make the iJoomla ones click..

help  Huh
Pages: [1]


Login with username, password and session length

Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Theme Globe by Eponnox