Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Printing Option?

Asked Modified Viewed 1,859 times
L
LandFill
L
I eat what I eat and I when I want to eat!
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
asked
Member

How can I make the printing option where they can't print out anything unless they become a member of the site?


Also the registration process doesn't have to be for the forums on lt correct?
0 replies

3 posts

D
DubSev
D
DubSev 10
......................................
let's go f***ing mental! la la la la...
  • Senior Member, joined since
  • Contributed 285 posts on the community forums.
  • Started 5 threads in the forums
answered
Senior Member

in print.php you could insert an if(iGUEST) redirect after
echo "</style>\n</head>\n<body>\n";
0 replies
L
LandFill
L
I eat what I eat and I when I want to eat!
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

Quote

DubSev wrote:
in print.php you could insert an if(iGUEST) redirect after
echo "</style>\n</head>\n<body>\n";
I understand the code, but do I put that in the themes.php or in the index.php in the themes dir?
0 replies
D
DubSev
D
DubSev 10
......................................
let's go f***ing mental! la la la la...
  • Senior Member, joined since
  • Contributed 285 posts on the community forums.
  • Started 5 threads in the forums
answered
Senior Member

BASEDIR/print.php
(redirect to a page that states that the print option is for members only)

Another way is to edit includes/theme_fuctions_include.php (this part)
<a href='print.php?type=N&amp;item_id=".$info['news_id']."'><img src='".get_image("printer")."' alt='".$locale['global_075']."' style='vertical-align:middle;border:0;' /></a>
0 replies

Category Forum

User Administration - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

D
D
DubSev 10
......................................
let's go f***ing mental! la la la la...
  • Senior Member, joined since
  • Contributed 285 posts on the community forums.
  • Started 5 threads in the forums
L
L
I eat what I eat and I when I want to eat!
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet