A A A

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
How to show "Special Forum Message" on Posts
Mar 7, 2010
5:43 pm
Tumay
Guest

I want to display "Special Forum Message" on Posts that belong to a specific category.

Simply i want to put different advertisements on each forum category, but above posts, not forum post list

is there a way to do it? i tried several ways but couldn't get it worked

Mar 8, 2010
1:53 am

SP Master
Forum Posts: 22131
Member Since:
Nov 9, 2008
Offline

That is the sort of thing that the program hooks are for. See this wiki section:
http://wiki.simplepressforum.c…..-of-hooks/

Yellow Swordfish
Mar 24, 2010
12:34 pm
Member
Forum Posts: 22
Member Since:
Mar 20, 2010
Offline

Very interested by this possibility but very bad php coder: any chances to see just one quick example I could then start of from

Thanks for help

Jean from France

Mar 24, 2010
2:33 pm

SP Master
Forum Posts: 22131
Member Since:
Nov 9, 2008
Offline

Hooks are pretty easy – you just need to remember tbhat they must not use the php 'echo' statement to display content to the screen. They must return the string of text. So, for example, the format has to be (within  a hook function):

$content  = 'text or whatever you want to display';
$content .= 'And add some more text on';
$content .= … Maybe add an image tag – needs the HTML …';

return $content;

 

 

Yellow Swordfish
Mar 24, 2010
4:21 pm
Member
Forum Posts: 22
Member Since:
Mar 20, 2010
Offline

Thanks will give it a try !

Forum Timezone: America/Chicago

Most Users Ever Online: 444

Currently Online: SPQC
59 Guest(s)

Currently Browsing this Page:
1 Guest(s)

See All Online Activity

Top Posters:

-Radio-: 1251

Lee H: 606

Luffer: 535

Conrad_Farlow: 485

jim: 478

neon: 263

ovizii: 240

Tal: 240

Member Stats:

Guest Posters: 2616

Members: 7328

Moderators: 1

Admins: 2

Forum Stats:

Groups: 5

Forums: 16

Topics: 10839

Posts: 79131

Moderators: Brandon C (158)

Administrators: Yellow Swordfish (22131), Mr Papa (23587)