Search found 25 matches
- 26. October 2008 02:24
- Forum: Modifications Support
- Topic: Search Block Question
- Replies: 1
- Views: 5665
Re: Search Block Question
So im still wondering is it possible to replace my phpbb3 sites standard seach and use googles search from adsense instead...and incorporate that into the portal3 search block?
- 25. October 2008 22:11
- Forum: board3 Portal 1.0.x - English Support
- Topic: Modifying the Link to Us block, need help
- Replies: 5
- Views: 6814
Re: Modifying the Link to Us block, need help
Ok i have it figured out... If you do not want the script path included in your link to us, these are the changes to make. Find $u_link = $config['server_protocol'] . $config['server_name'] . $config['script_path']; Replace $u_link = $config['server_protocol'] . $config['server_name']; Thats it...so...
- 25. October 2008 21:47
- Forum: Modifications Support
- Topic: Login Block lacks register option
- Replies: 8
- Views: 14879
Re: Login Block lacks register option
Thanks worked like a charm..i know its silly, i not only have the register option in the portal menu but in my navigation bar. However people are dumb and if its not right in front of their face where they expect it then they will not find it.
- 24. October 2008 22:53
- Forum: Modifications Support
- Topic: Login Block lacks register option
- Replies: 8
- Views: 14879
Login Block lacks register option
Hey guys, I just had a user point out that the login block has no option to login. This could be confusing for users even though i have a clearly marked register button in my top navigation bar. Is there an easy way to simply ad a small register link to the login block? Im gonna try working on this ...
- 24. October 2008 22:40
- Forum: board3 Portal 1.0.x - English Support
- Topic: Modifying the Link to Us block, need help
- Replies: 5
- Views: 6814
Re: Modifying the Link to Us block, need help
The major problem i have now is the destination of the link. It has the a href= set to my domain.org/phpbb3 I dont have anything in phpbb3 thus using this link results in a blank/error page. How can i get this to simply link to domain.org with nothing else? Ive tried changing script path, ive tried ...
- 24. October 2008 22:37
- Forum: board3 Portal 1.0.x - English Support
- Topic: How do you change the portal page title
- Replies: 5
- Views: 6989
Re: How do you change the portal page title
Is there a way to change the word "portal" in the navi bar to "Home"? Good question, afraid i have only a partial answer. When i was playing with this i accidently changed that, but it affects both the title and the title in navi bar. Find page_header($user->lang['PORTAL']); Edi...
- 24. October 2008 10:10
- Forum: board3 Portal 1.0.x - English Support
- Topic: How to change "link to us"?
- Replies: 11
- Views: 14350
Re: How to change "link to us"?
This depends on a misconfiguration of your board. Set the correct script path in your ACP: Server-configuration --> Server and Domain --> Script-path Id like this link to point at my home page (the portal page). I tried deleting the phpbb3 from the script path and it just puts phpbb3 back anyway. H...
- 24. October 2008 09:53
- Forum: board3 Portal 1.0.x - English Support
- Topic: Modifying the Link to Us block, need help
- Replies: 5
- Views: 6814
Re: Modifying the Link to Us block, need help
Ok i figured it out. To change the anchor text of the link (the visable url to others). open link_us.php Find 'U_LINK_US' => '<a href="' . $u_link . '" ' . (($config['site_desc']) ? 'title="' . $config['site_desc'] . '"' : '' ) . '>' . (($config['sitename']) ? $...
- 24. October 2008 05:34
- Forum: board3 Portal 1.0.x - English Support
- Topic: How do you change the portal page title
- Replies: 5
- Views: 6989
Re: How do you change the portal page title
I know i have been asking alot of questions, but its only because i care. So, when i find the answer to my own question i intend on comming here to provide the answer in case others have the same concerns. I figured out how to change the title of the portal page. open portal.php Find page_header($us...
- 24. October 2008 02:39
- Forum: Modifications Support
- Topic: Welcome Block question
- Replies: 2
- Views: 6845
Re: Welcome Block question
Thanks Thomas, Yes i know i have a bunch of threads going. It only means i like you guys ;) otherwise i wouldnt be wasteing both our time, right? I have gotten some of my stuff answered on my own. I will try to get to posting in those threads tonight so that no one bothers with them. You guys saved ...
- 24. October 2008 00:49
- Forum: board3 Portal 1.0.x - English Support
- Topic: How do you change the portal page title
- Replies: 5
- Views: 6989
How do you change the portal page title
Your Portal Version: 1.0.2RC3 Your phpBB Type: Premodded phpBB MODs installed: Yes Your knowledge: Basic Knowledge Boardlink: http://dv-efs.com PHP Version: 4 What have you done before the problem was there? What have you already tryed to solve the problem? tried chaning it in portal.php, when i cl...
- 24. October 2008 00:33
- Forum: Modifications Support
- Topic: Welcome Block question
- Replies: 2
- Views: 6845
Welcome Block question
is it possible to change the title of the welcome block to something other then welcome, if so which files and where in the files would i have to make the changes?
Thanks
Thanks
- 23. October 2008 23:08
- Forum: Modification Requests
- Topic: Video Gallery and Random Video Block
- Replies: 1
- Views: 6431
Video Gallery and Random Video Block
Was wondering if there already is, or if someone would be up t the challange of making 2 portal3 mods that would be heavily based on the already exsisting gallery and gallery block mods. It would be nice to be able to do videos, much the same way the photo gallery and random image block already work...
- 23. October 2008 22:57
- Forum: board3 Portal 1.0.x - English Support
- Topic: Remove Staff From Top Posters List
- Replies: 5
- Views: 6222
Re: Remove Staff From Top Posters List
I tried making this change and i still show up in this box. How can i find out what group numbers correspond to which group?
- 23. October 2008 22:42
- Forum: Modifications Support
- Topic: Search Block Question
- Replies: 1
- Views: 5665
Search Block Question
Hello, I was looking at the search block today and noticed that you have included search engine search's within the block. My question is, google offers adsense for searches. Im not sure of the specifics but is it possible to setup google (or the other engines) advertising programs with the search b...