[ABD] phpBB Garage 2.0

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
kmxak
Registered User
Posts: 21
Joined: Tue May 05, 2009 6:48 pm

Re: [BETA] phpBB Garage 2.0

Post by kmxak »

perhaps i can use an old backup of my files and check if the seo mod is the problem
i write later and post the result
kmxak
Registered User
Posts: 21
Joined: Tue May 05, 2009 6:48 pm

Re: [BETA] phpBB Garage 2.0

Post by kmxak »

ok i've got localizied it:

in the functions.php

Code with SEO Mod Error Shown

Code: Select all

// BEGIN SEO phpBB
		//'U_INDEX'				=> append_sid("{$phpbb_root_path}index.$phpEx"),
		'U_INDEX'				=> append_sid("{$phpbb_root_path}"),
		'U_SELF_URL'					=> $_SERVER['PHP_SELF'] . '?' . $_SERVER['QUERY_STRING'],
		'U_BASE_URL'					=> $config['server_protocol'] . $config['server_name'] . $_SERVER['PHP_SELF'],
		// END SEO phpBB
Code Without SEO MOD No Error Shown

Code: Select all

'U_INDEX'				=> append_sid("{$phpbb_root_path}index.$phpEx"),
User avatar
poyntesm
Registered User
Posts: 1671
Joined: Tue Jan 18, 2005 11:19 am
Location: Dublin, Ireland
Contact:

Re: [BETA] phpBB Garage 2.0

Post by poyntesm »

Thanks , I will have a think about the impact and how to work around. But at first glance changing U_INDEX is not really a great approach to a MOD imo.
kmxak
Registered User
Posts: 21
Joined: Tue May 05, 2009 6:48 pm

Re: [BETA] phpBB Garage 2.0

Post by kmxak »

here is the manual to the mod
http://www.phpbb-seo.de/tools/modx/mod-13.html

i don't know how the garage mod works perhaps u can change the code

Code: Select all

        onclick="swap_options('0','0','0');" is the link
for the Tabs

i've got a second mod that did not works after the seo mod the code is

Code: Select all

<a class="genmed" id="show-all-dates-link" href="#" onclick="toggle_hookup_table()">
this mod switch a tab too and did not work

perhaps the seo mod did not linke this type of link
User avatar
poyntesm
Registered User
Posts: 1671
Joined: Tue Jan 18, 2005 11:19 am
Location: Dublin, Ireland
Contact:

Re: [BETA] phpBB Garage 2.0

Post by poyntesm »

Can you give me a link to your site with it not working.

Also maybe try one thing

onclick="{U_SELF_URL}swap_options('0','0','0');"
kmxak
Registered User
Posts: 21
Joined: Tue May 05, 2009 6:48 pm

Re: [BETA] phpBB Garage 2.0

Post by kmxak »

Hi Sorry but it is not working

Homepage:
http://www.tuningszene-detmold.de/v2
User avatar
poyntesm
Registered User
Posts: 1671
Joined: Tue Jan 18, 2005 11:19 am
Location: Dublin, Ireland
Contact:

Re: [BETA] phpBB Garage 2.0

Post by poyntesm »

Try then to edit the href tag... so for example

Code: Select all

					<!-- IF S_DISPLAY_BLOG_TAB --><li class="garage_preset_yes" id="tab007"><a href="#blog" onclick="swap_options('0','0','7');"><span class="tabbg">{L_BLOG}</span></a></li><!-- ENDIF -->
To

Code: Select all

					<!-- IF S_DISPLAY_BLOG_TAB --><li class="garage_preset_yes" id="tab007"><a href="{U_SELF_URL#blog" onclick="swap_options('0','0','7');"><span class="tabbg">{L_BLOG}</span></a></li><!-- ENDIF -->
This is in garage_view_vehicle.html. There are 11 lines all together like this.
kmxak
Registered User
Posts: 21
Joined: Tue May 05, 2009 6:48 pm

Re: [BETA] phpBB Garage 2.0

Post by kmxak »

u did not close the { is that right :D

i fixed it to {U_SELF_URL}#code

and ....

... it works! :mrgreen:


But one more Problem i found
if i write a gb/blog entry in every line it stands: {}
if i deleat this and post my text it is shown correct but in the formular stands: {}
User avatar
poyntesm
Registered User
Posts: 1671
Joined: Tue Jan 18, 2005 11:19 am
Location: Dublin, Ireland
Contact:

Re: [BETA] phpBB Garage 2.0

Post by poyntesm »

Yes I forgot the } :shock:

As for the {} in the post that is a bug in version you are using. It will be fixed in next release.

Glad to solve the major problem though...
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: [BETA] phpBB Garage 2.0

Post by ChriZathens »

Hey, Esmond, are we back in business or what? :D

/me goes to grab the latest svn
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
User avatar
poyntesm
Registered User
Posts: 1671
Joined: Tue Jan 18, 2005 11:19 am
Location: Dublin, Ireland
Contact:

Re: [BETA] phpBB Garage 2.0

Post by poyntesm »

We will be if we get some CSS help... without that well it will always be a beta :cry: , my enthusiasm to finish the php side when I know I can not finish the CSS side is lessened.

So far no one came forward to help, I even used mass mail from my site to all users. IMO its one area phpBB.com needs to address, MOD authors though unfortunately need style author more than the other way round so even if I offered to do some custom code I do not think it would be enough.

I will say it here though.. if anyone wants some custom coding done in exchange for completing the CSS of phpBBGarage I am open to looking into that.

Come on we got to have some CSS folk around :?
glassdmg
Registered User
Posts: 12
Joined: Sun Jun 07, 2009 5:12 pm

Re: [BETA] phpBB Garage 2.0

Post by glassdmg »

I wonder if someone can please help me. I installed this mod but I messed something up during it, so I just restored everything from my back-ups. Now I am trying to install this mod again and after I copy all the files and run the install file it keeps wanting to convert instead of install. What am I doing wrong? I don't need any conversion, I need the clean install. I also would like to add that I am following the instructions and ran the install file before I made any file edits. The first time I tried to install this when I ran the install file it installed it. But now it just wants to covert. I have restored my db and deleted everything that was associated with this mod and it still does the same thing.

Thanks for any help.
User avatar
poyntesm
Registered User
Posts: 1671
Joined: Tue Jan 18, 2005 11:19 am
Location: Dublin, Ireland
Contact:

Re: [BETA] phpBB Garage 2.0

Post by poyntesm »

Well did you restore back your DB as well?? If the DB script finished as fars as the phpBB Garage installer thinks its installed so now offers the conversion.

So my advice will depend on what you have done to the DB. Let me know.
glassdmg
Registered User
Posts: 12
Joined: Sun Jun 07, 2009 5:12 pm

Re: [BETA] phpBB Garage 2.0

Post by glassdmg »

poyntesm wrote:Well did you restore back your DB as well?? If the DB script finished as fars as the phpBB Garage installer thinks its installed so now offers the conversion.

So my advice will depend on what you have done to the DB. Let me know.
ahhh, that is my problem, I didn't restore my DB, and I unfortunately don't have a recent DB backup. So can I just copy all the files over and do the manual edits, since its already in the DB?

I tried that already and everything showed up on my board except for the .MOD tab in my ACP. That is why I was gonna try a clean install.
glassdmg
Registered User
Posts: 12
Joined: Sun Jun 07, 2009 5:12 pm

Re: [BETA] phpBB Garage 2.0

Post by glassdmg »

Ok I got it all figured out. I just need to know the name of the install directory that I need to delete or rename. It was pretty straightforward with my other mods, but I don't see an install.php or anything for this.
Locked

Return to “[3.0.x] Abandoned MODs”