| :: |
| Author |
Message |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
soaknfused
Joined: 28 Jun 2008 Posts: 22 Location: WI, USA
|
Posted: Mon Oct 06, 2008 2:13 pm Post subject: Re: Thank Post Mod Full Compatibe With Rewrite Mods |
|
|
| hmmm, I installed it and well.. it's not working lol.. It shows in the acp, i have enabled it for the forums.. just nothing shows on viewtopic or memberlist etc. the only edit that I found wasn't correct in my theme templates was the imageset file, there was no reference to the quote button as instructed in the mod, but everything else went fine (yes, i put the reference to the thank gif in the cfg file) |
|
|
| Back to top |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
soaknfused
Joined: 28 Jun 2008 Posts: 22 Location: WI, USA
|
Posted: Tue Oct 07, 2008 1:38 pm Post subject: Re: Thank Post Mod Full Compatibe With Rewrite Mods |
|
|
| Professional wrote: | u shoud edit each forum & sub forum and enable it manually  |
As stated in my previous post:
| Soaknfused wrote: | | i have enabled it for the forums.. |
I have it working, I had to place the buttons in the images directory and edit that cfg file (contrary to what the instructions state) now the only problem I have is that it does not show the numeric value under the username in viewtopic, it just shows:
Thanks:(nothing after)
Thanked: time in post |
|
|
| Back to top |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
mrix
Joined: 22 Dec 2007 Posts: 27
|
Posted: Thu Oct 09, 2008 8:28 am Post subject: re: |
|
|
Hello professional I really love the latest post scroller at the top of your site is that a downloadable mod or something you made up.. I would love to have that on my site.
cheers
mrix |
|
|
| Back to top |
|
 |
soaknfused
Joined: 28 Jun 2008 Posts: 22 Location: WI, USA
|
Posted: Thu Oct 09, 2008 7:28 pm Post subject: Re: Thank Post Mod Full Compatibe With Rewrite Mods |
|
|
| Professional wrote: | | i don't understand why u shoud edit the place of images???????? |
In the theme I am using, the icons are in two different folders. the one referenced in the mod install was wrong for my theme, nothing to do with the mod itself just the implementation into my theme. |
|
|
| Back to top |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
mrix
Joined: 22 Dec 2007 Posts: 27
|
Posted: Sat Oct 11, 2008 10:59 am Post subject: re: |
|
|
Please Please Professional I have looked high and low for a mod like that and you have it actually running
Its all good karma
So desperate now
cheers
mrix |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
mrix
Joined: 22 Dec 2007 Posts: 27
|
Posted: Sun Oct 12, 2008 10:21 am Post subject: re: |
|
|
The scroller those pages are using looks so nice it does give code to use, but I am not sure how and where to place the code?
any help would be great!
cheers
mrix |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Sun Oct 12, 2008 11:44 am Post subject: Re: Thank Post Mod Full Compatibe With Rewrite Mods |
|
|
To get the first exemple in index.php, just add :
| Code: | // GYM Sitemaps & RSS agregator
if (!empty($config['gym_installed'])) {
if (!function_exists('display_feed')) {
require_once($phpbb_root_path . 'gym_sitemaps/includes/gym_common.' . $phpEx);
}
$params = array(
// Full URL to the RSS feed
'url' => 'http://phpbb3.phpbb-seo.net/rss/news/forum.xml',
// true | false - Scroll the link list or not ?
// Default is false
'slide' => true,
// number of item to parse
// Default is 5
'limit' => 10,
);
/**
* display_feed($params, $tpl_prefix = '')
* $params : array of params or string feed URL for defaults
* tpl_prefix is for using different link blocks on one page
* Use display_feed('http://www.example.com/rss/rss.xml') to use default settings.
* */
display_feed($params);
}
// GYM Sitemaps & RSS agregator |
before :
(the line is longer) and then :
| Code: | | <!-- INCLUDE gym_link_body.html --> |
wherever you'd like to see the list in index_body.html
You'd just have to change the source (http://phpbb3.phpbb-seo.net/rss/news/forum.xml) to match your feeds instead to have your scrolled last topic list on index
You'll find more details about the possible option in the GYM install file.
Please note that so far only the prosilver gym_link_body.html is provided, so you'll need to make your own for other styles, but it's not very difficult.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
|
|