Login     Sign up
news module
Zapto (@zapto)
Join date: Sep 15th 2010
Community posts: 103
View Profile
Send Message

Just activ news not newsadmin. And script your admin.module.php or admin.php

175 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

got error:

Not Found

The requested URL /modules/news/sample-index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at temanku.net Port 80

you can try by your self on my network...btw thanks.

175 months ago
Zapto (@zapto)
Join date: Sep 15th 2010
Community posts: 103
View Profile
Send Message

// SET IT TO THE URL OF THE PHPFASTNEWS CODE FILE
define( 'FN_CODE_URL', '/modules/news/fastnews-code.php' );

Sett your [url]http://"web[/url] name" before /modules/news/fastnews-code.php

in fastnews-conf.php in news and newsadmin.

Maby you must change in news.php and newsadmin.php to.

175 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

ok i will try

175 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

how to update some news or write something to this module..?
i cannot find newsadmin in my admin cp.

175 months ago
Zapto (@zapto)
Join date: Sep 15th 2010
Community posts: 103
View Profile
Send Message

have you past in

    <div class="ai_items">'
    .url('newsadmin','<img src="'.uhome().'/files/icons/admin/texts.gif" />').
    '<br />'.url('newsadmin','News admin').'</div>  

in your admin.modules.php?

Read Readme in files :)

175 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

you mean like this? in admin.module.php

==========================

<style>
.ai_items {
width:100px;
height: 100px;
overflow: hidden;
float: left;
text-align: center;
<div class="ai_items">'
.url('newsadmin','<img src="'.uhome().'/files/icons/admin/texts.gif" />').
'<br />'.url('newsadmin','News admin').'</div>

}

================================

175 months ago
Zapto (@zapto)
Join date: Sep 15th 2010
Community posts: 103
View Profile
Send Message

i set this under

<div class="ai_items">'
.url('admin/cache','<img src="'.uhome().'/modules/admin/cache.gif" />').
'<br />'.url('admin/cache','Cache Controller').'</div>

<div class="ai_items">'
.url('newsadmin','<img src="'.uhome().'/files/icons/admin/texts.gif" />').
'<br />'.url('newsadmin','News admin').'</div>

and over

<style>
.ai_items {
width:100px;
height: 100px;
overflow: hidden;
float: left;
text-align: center;

175 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

is that true like this?

[code]
<div class="ai_items">'
.url('admin/cache','<img src="'.uhome().'/modules/admin/cache.gif" />').
'<br />'.url('admin/cache','Cache Controller').'</div>

<div class="ai_items">'
.url('newsadmin','<img src="'.uhome().'/files/icons/admin/texts.gif" />').
'<br />'.url('newsadmin','News admin').'</div>

    <style>
    .ai_items {
        width:100px;
        height: 100px;
        overflow: hidden;
        float: left;
        text-align: center;

}

[/code]

175 months ago
Zapto (@zapto)
Join date: Sep 15th 2010
Community posts: 103
View Profile
Send Message

Yes...

And so you have a icon in admin cp. it's same site but its login on the top. Log in without password..

175 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

yes. you right. but after login without password, got error

=============
Not Found

The requested URL /modules/news/fastnews-code.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at temanku.net Port 80

175 months ago
Zapto (@zapto)
Join date: Sep 15th 2010
Community posts: 103
View Profile
Send Message

i write you must change script in news and newsadmin. Try it and this want to work.

I have not http: // " webhoste" in my script. My budy have the same script and the work withoute change.

Have you subdomain?

175 months ago
Prev 1 2 3 Next
This thread was moved from Customizing