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?

Arise

Asked Modified Viewed 47,247 times
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
asked
Super Admin

[mp]414[/mp]
0 replies

73 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

It should not be complicated at all, maybe you wrote something wrong in the definition of the width, here is 100% and i adjusted the left-margin to 250 on the first image item.
If you wanto add pixels, it need to look like

The theme is dynamicly written and will work flawless on 100% aswell if prefered.

define("THEME_WIDTH", "1200px;");



define("THEME_BULLET", "");
define("THEME_WIDTH", "100%");


function render_page($license = false) {
   global $settings, $main_style, $locale;

   echo "<script type='text/javascript' src='https://connect.facebook.net/en_US/all.js#xfbml=1'></script>\n";
   echo "<script type='text/javascript' src='https://platform.twitter.com/widgets.js'></script>\n";
   add_to_head("<script type='text/javascript' src='https://apis.google.com/js/plusone.js'>{ lang: 'en-GB' } </script>");


   //Wrapper
   echo "<div style='width:".THEME_WIDTH."; margin: 0px auto;'>";
   echo "<div style='width:".THEME_WIDTH."; margin: 0px auto;' id='header' class='header'>";

   //Header
   echo "<table cellpadding='0' cellspacing='0' width='100%'><tr>\n";
   echo "<td style='width:80%;' align='center'>\n";

   //Site Banner
   echo "<div style='float:left;padding-bottom:10px;'>".showbanners()."</div>";

   //Header links
   if (HEADERLINKS) {
   echo "<div style='float:left;margin: 0px auto;margin-left:250px;padding:8px;'>";
   echo "<a href='".BASEDIR."downloads.php'><img src='".THEME."headerimgs/downloads.png' height='60' width='60' alt='Downloads' title='Downloads' style='vertical-align:middle;' /><br /> Downloads </a>";
   echo "</div>";

   echo "<div style='float:left;margin: 0px auto;padding:8px;'>";
   echo "<a href='".BASEDIR."articles.php'><img src='".THEME."headerimgs/articles.png' height='60' width='60' alt='Articles' title='Articles' style='vertical-align:middle;' /><br /> Articles </a>";
   echo "</div>";

   echo "<div style='float:left;margin: 0px auto;padding:8px;'>";
   echo "<a href='".BASEDIR."photogallery.php'><img src='".THEME."headerimgs/photogallery.png' height='60' width='60' alt='Photogallery' title='Photogallery' style='vertical-align:middle;' /><br /> Photogallery </a>";
   echo "</div>";

   echo "<div style='float:left;margin: 0px auto;padding:8px;'>";
   echo "<a href='".BASEDIR."faq.php'><img src='".THEME."headerimgs/faq.png' height='60' width='60' alt='FaQ' title='FaQ' style='vertical-align:middle;' /><br /> FaQ </a>";
   echo "</div>";

   echo "<div style='float:left;margin: 0px auto;padding:8px;'>";
   echo "<a href='".BASEDIR."/forum/index.php'><img src='".THEME."headerimgs/forum.png' height='60' width='60' alt='Forum' title='Forum' style='vertical-align:middle;' /><br /> Forum </a>";
   echo "</div>";

   echo "<div style='float:left;margin: 0px auto;padding:8px;'>";
   echo "<a href='".BASEDIR."contact.php'><img src='".THEME."headerimgs/contact.png' height='60' width='60' alt='Contact' title='Contact' style='vertical-align:middle;' /><br /> Contact </a>";
   echo "</div>";
   echo "<div class='clear'></div>";
   echo "</td>\n<td style='width:20%;'>\n";
   }

   if (HSDESCRIPTION) {
   //Right header section with sitename and site description
   echo "<div style='float:right;margin-top:2px;'>";
   echo "<br /><h4>".$settings['sitename']."</h4>
   <span class='dtext1'>".$settings['description']."</span></div>";
   }
   
   echo "</td>\n</tr>\n</table>\n";
   echo "<div class='clear'></div>";

   //Search bar (Courtesy iTheme II)
Edited by N/A on 15-11-2011 19:03,
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

Thanks again for your prompt reply Domi. Using the 100% theme width with the other changes you suggested definitely work, however if I change the width to anything other than 100% (95% for instances) I get the same result as before. For the moment I have changed the width to 1100px and it seems to work on both a 17.3" and 15.6 monitor. I have no idea why it does not work if it is not 100%
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
answered
Member

Quote

Domi wrote:

@Creatium
I am open to suggestions and ways to evolve this theme, and you are right it was done in a very short timeline since we needed to have it done.

If you can give me some ready to use "fixes" they will be aprichiated , and ofz also released in new versions of the theme if we approve them.

It´s still not tolate to make this site´s main theme a great community effort by everyone who want´s to contribute.


@team2win
For future reference you can see the first post in all official releaees threads, then click --- View this Addon --- once you are in the addon click the folder to the right with the text above it saying Downloads this Addon.

But now , just click here http://www.php-fusion.co.uk/infusions...wnload=414


Domi, when I open this, its only a .gif page number... no files for the template????
please explain where this is suppose to be loaded to without files??
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Your download could have been corupted, downloaded it again, if that dosent help, you will need to download a new version of Winrar or 7zip to unzip the archive.
Edited by N/A on 16-11-2011 06:28,
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

@DOMI, you forgive me if I offended you in your own words
I just express my opinion for the project development,
you're a good man and a developer!
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

I dont feel offended, i just dont think this is the place where we should discuss our approach to how some people would prefer us to profile PHPFusion or how we "should" build our main theme´s.
Ive decleared some rocksolid statements and ive answered what i belived required a serious answer because of the apparent disapointment from some people.

I am happy that you changed the Russian NSS theme, looks alot better now ;)
0 replies
D
Daywalker
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
answered
Member

Domi, I have to admit this is a great theme. I'm not really a "white" fan, but it is definitely in the spirit of Nick's themes. Reminds me a little of one of his last creations, Twilight, though of course very different hehe. But the simplicity is there. Good work.
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

Quote

I am happy that you changed the Russian NSS theme, looks alot better now

thanks again, just not been able to verify at a higher resolution, and Russian users wrote that they are normally
0 replies
W
waxzy
W
waxzy 10
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

BUG REPORT

Hi I downloaded this theme yesterday and today I posted an article on localhost and got an error so I opened theme.php and found that it uses news_id instead of article_id for the articles pages...

so in arise/theme.php find this function render_article

In that function you just need to change all references of "$info['news_id']" to "$info['article_id']" and also $info['news_subject'] change to $subject

:)
Edited by waxzy on 16-11-2011 20:46,
0 replies
C
Creatium
C
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

Quote

waxzy wrote:

BUG REPORT

Hi I downloaded this theme yesterday and today I posted an article on localhost and got an error so I opened theme.php and found that it uses news_id instead of article_id for the articles pages...

so in arise/theme.php find this function render_article

In that fucntion you just need to change all references of "news_id" to "article_id" and your done...

:)


Hm.. Strange.. i haven't seen any errors
0 replies
W
waxzy
W
waxzy 10
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

Quote

Hm.. Strange.. i haven't seen any errors


very easy to see
you open Arise/theme.php and find function render_article

inside you will see many $info['news_id'] and one $info['news_subject']

in that function replace as I mentioned previously and it 's all fixed
0 replies
C
Creatium
C
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

Quote

waxzy wrote:

Quote

Hm.. Strange.. i haven't seen any errors


very easy to see
you open Arise/theme.php and find function render_article

inside you will see many $info['news_id'] and one $info['news_subject']

in that function replace as I mentioned previously and it 's all fixed


Yeah, I understand. I ment that I recieved no errors while using this theme. So its strange that you've got one.
0 replies
W
waxzy
W
waxzy 10
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

Oh it must be a server setting in PHP
I have all errors turned on, so PHPF reads that and spanks me accordingly

B)
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

It was in the share functions, i just cloned them in all haste to the articles, they have been updated accordingly, thank you.

The download have been updated along with readme with a thank you to you Creatium, iam useing most of your adaptions ;)
0 replies
C
Creatium
C
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

Quote

Domi wrote:

It was in the share functions, i just cloned them in all haste to the articles, they have been updated accordingly, thank you.

The download have been updated along with readme with a thank you to you Creatium, iam useing most of your adaptions ;)


I'm glad to hear that!

If any help needed regarding theme styling - contact me anytime :)
0 replies
W
waxzy
W
waxzy 10
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

Quote

Domi wrote:

It was in the share functions, i just cloned them in all haste to the articles, they have been updated accordingly, thank you.

The download have been updated along with readme with a thank you to you Creatium, iam useing most of your adaptions ;)


Hi Domi

sorry but you still have a bug in function render_article

Quote

Undefined index: article_subject Line: 291


replace $info['article_subject'] with $subject as there is no key called article_subject

once you do this as I mentioned earlier, it works 100%
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

hehe typical,thats what happens when you are in a rush.

Thank you its now updated once for all i hope ;)

News updated to reflect the changes.

http://www.php-fusion.co.uk/news.php?...admore=533
Edited by N/A on 17-11-2011 00:13,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Quite a lot of classes missing in the styles.css

http://www.php-fusion.co.uk/forum/viewthread.php?thread_id=28765

It is not necessary to want to use all classes that is true but I think the forum attachments should be styled.

Apart from that good work domi really nice themeeee. :)
0 replies
O
overmix
O
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

Dear Domi:

Arise downloaded the theme but did not understand how to insert links in the blue bar it.

As the readme file included the following:

To add a dropdown link in header, add or edit existing link and add sub&#8203;&#8203;%% before the link name and select sub-header only.
All links after this will Appear in this dropdown menu. To end just add endmenu%% in the last link in the Name list.

but could not understand please explain?

Thanks in advance friend.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Hello overmix!

First you need to open functions.php in your themes/Arise folder.
Change the line
(define("SUBNAV", false)wink to (define("SUBNAV", true)wink
Now you can add your links via the PHPFusion link system.
Like (Save each line as subheader link only)
%submenu% Link 1
Link 2
Link 3
%endmenu% Link 4.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 73 posts
  • Votes 0 votes
  • Topic users 24 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet