Ravens PHP Scripts: Forums
 

 

Search found 40 matches
Author Message
 Topic: How can I change the pagetitle of the content module
micah

Replies: 19
Views: 27681

PostForum: How To's   Posted: Sun Apr 18, 2010 8:03 pm   Subject: How can I change the pagetitle of the content module
I dont understand. What have I been warned about? Also what does it mean by breaking standards? did I do something wrong?
 Topic: How can I change the pagetitle of the content module
micah

Replies: 19
Views: 27681

PostForum: How To's   Posted: Sun Apr 18, 2010 7:52 pm   Subject: How can I change the pagetitle of the content module
I have now upgraded to content plus. This is what I should have done in the first place. Seems like a way better way to go.
 Topic: How can I change the pagetitle of the content module
micah

Replies: 19
Views: 27681

PostForum: How To's   Posted: Sun Apr 18, 2010 3:28 pm   Subject: How can I change the pagetitle of the content module
One of the main problems was that the header.php file include is placed too high in the script. I lowered it to below the functions where it seemed to work.
 Topic: How can I change the pagetitle of the content module
micah

Replies: 19
Views: 27681

PostForum: How To's   Posted: Sat Apr 17, 2010 11:21 pm   Subject: How can I change the pagetitle of the content module
thank you for all of your help. after many hours and all of your help I solved the problem.

Again thanks to all

Micah
 Topic: How can I change the pagetitle of the content module
micah

Replies: 19
Views: 27681

PostForum: How To's   Posted: Sat Apr 17, 2010 2:05 pm   Subject: How can I change the pagetitle of the content module
Whitehat - I just tried #$pagetitle = "- $module_name";

but this still does not do the trick.

It still prints out sitename Content

Micah
 Topic: How can I change the pagetitle of the content module
micah

Replies: 19
Views: 27681

PostForum: How To's   Posted: Sat Apr 17, 2010 1:55 pm   Subject: How can I change the pagetitle of the content module
I just tried out TegoNuke(tm) DynamicTitles but it still only prints out mysite - Content

I am looking for it to print out - the title of each of my content pages.
-


Micah
 Topic: How can I change the pagetitle of the content module
micah

Replies: 19
Views: 27681

PostForum: How To's   Posted: Sat Apr 17, 2010 11:25 am   Subject: How can I change the pagetitle of the content module
Hi Again,

I am so sorry ... but that does not still seem to work for me

This is my header.php


function head() {
global $slogan, $sitename, $banners, $nukeurl, $Version_Num, $artpage, $top ...
 Topic: How can I change the pagetitle of the content module
micah

Replies: 19
Views: 27681

PostForum: How To's   Posted: Sat Apr 17, 2010 9:19 am   Subject: How can I change the pagetitle of the content module
Hi and thank you very much but

below is my header.php file. Which $pagetitle do I place that code after?


function head() {
global $slogan, $sitename, $banners, $nukeurl, $Version_Num, $artp ...
 Topic: How can I change the pagetitle of the content module
micah

Replies: 19
Views: 27681

PostForum: How To's   Posted: Sat Apr 17, 2010 8:52 am   Subject: How can I change the pagetitle of the content module
Hi,

I am trying to change the page title of the content module. What I would like to display instead of the module name "Content" is the title of the content page that I enter in for the content ti ...
 Topic: Custom PHP Nuke Module needed - will pay
micah

Replies: 2
Views: 4383

PostForum: For Hire   Posted: Wed Mar 31, 2010 10:54 am   Subject: Custom PHP Nuke Module needed - will pay
I have tried nuke league but I can not edit the individual player pages to input 20 years worth of stats. In Nuke League I have to enter the data, year by year in their own individual seasons. What I ...
 Topic: Custom PHP Nuke Module needed - will pay
micah

Replies: 2
Views: 4383

PostForum: For Hire   Posted: Wed Mar 31, 2010 10:22 am   Subject: Custom PHP Nuke Module needed - will pay
Hi,

I am looking to have a module custom made for me.

What I am looking for is an NHL Player Module.

I need to have it so that I can add all of the teams to a database and then add players t ...
 Topic: a little help request
micah

Replies: 14
Views: 16688

PostForum: MySQL   Posted: Sat Mar 13, 2010 8:35 am   Subject: a little help request
awesome ... thanks ... wow

your help was above and beyond once again

Very appreciated
 Topic: a little help request
micah

Replies: 14
Views: 16688

PostForum: MySQL   Posted: Fri Mar 12, 2010 11:32 pm   Subject: a little help request
HI raven ... I still can't get it as the screen goes white when I place that code.

Can I pay you to do this for me.

Micah
 Topic: a little help request
micah

Replies: 14
Views: 16688

PostForum: MySQL   Posted: Fri Mar 12, 2010 10:39 pm   Subject: a little help request
Hi Raven,

I kinda see what you did there but part of this may be my problem Smile

instead of using mysql can we not use an if command to pull the 2nd or 3rd from max sid "story id) to include a fil ...
 Topic: a little help request
micah

Replies: 14
Views: 16688

PostForum: MySQL   Posted: Fri Mar 12, 2010 3:58 pm   Subject: a little help request
HI palbin, this is in phpnuke.
 Topic: a little help request
micah

Replies: 14
Views: 16688

PostForum: MySQL   Posted: Fri Mar 12, 2010 3:08 pm   Subject: a little help request
thanks djmaze for the tip but is there an easier way to pull this variable so that I can include this line in

if ($sid == max()) {
include("me.htm");
}
 Topic: a little help request
micah

Replies: 14
Views: 16688

PostForum: MySQL   Posted: Fri Mar 12, 2010 11:25 am   Subject: a little help request
Hey all,

i am trying to select the 2nd from max value from a table. I know that MAX () will select the max but how do I select the 2nd from max?

example of what I am doing

if ($sid == max()) ...
 Topic: Post a news article to multiple topics ????
micah

Replies: 2
Views: 5434

PostForum: How To's   Posted: Sun May 17, 2009 10:09 pm   Subject: Post a news article to multiple topics ????
Yes ... I can select associated topics but the problem is that the news articles are not printed to those associated articles. I am looking for the news articles to be printed to several topics at one ...
 Topic: Post a news article to multiple topics ????
micah

Replies: 2
Views: 5434

PostForum: How To's   Posted: Sun May 17, 2009 8:09 pm   Subject: Post a news article to multiple topics ????
Hey guys,

I am looking for a way to post news news articles in a manner so that it will be posted to several selected topics of my choosing rather than just the one topic.



What I would like ...
 Topic: Errors in backend.php
micah

Replies: 12
Views: 13416

PostForum: Post Installation Help   Posted: Wed Mar 18, 2009 11:32 am   Subject: Errors in backend.php
yes ... that is exactly what I am doing ... but I didn't know that was a problem
 Topic: Errors in backend.php
micah

Replies: 12
Views: 13416

PostForum: Post Installation Help   Posted: Wed Mar 18, 2009 11:20 am   Subject: Errors in backend.php
It used to work ... I did not realize that it was not working any more.

The thing is that all files look good to me but I thin that part of the problem is that site wide there are the 63 blank sp ...
 Topic: Errors in backend.php
micah

Replies: 12
Views: 13416

PostForum: Post Installation Help   Posted: Tue Mar 17, 2009 8:21 am   Subject: Errors in backend.php
Raven ...

If I comment out the line header("Content-Type: text/xml"); I get a printout at least but it is not in the correct format. Everything else looks good to me.

Sorry but I just have no cl ...
 Topic: Errors in backend.php
micah

Replies: 12
Views: 13416

PostForum: Post Installation Help   Posted: Mon Mar 16, 2009 7:25 pm   Subject: Errors in backend.php
Now I feel like i am being a pain but I can't seem to be able to get rid of those blank lines. I have checked y header.php and my theme file and I can;t see anything out of whack.

Suggestions woul ...
 Topic: Errors in backend.php
micah

Replies: 12
Views: 13416

PostForum: Post Installation Help   Posted: Mon Mar 16, 2009 1:11 pm   Subject: Errors in backend.php
no that's not true .. i just checked the config - 7.9
 Topic: Errors in backend.php
micah

Replies: 12
Views: 13416

PostForum: Post Installation Help   Posted: Mon Mar 16, 2009 1:10 pm   Subject: re: Errors in backend.php
7.6 patched
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©